What is hex #B48395 color?

 
The hex code #B48395 is also know by an other name that is English Lavender.
This color is composed of 180% red, 131% green and 149% blue. So we can say that the RGB value is (180,131,149)
You need to use it for a printer? The CMYK colors code equivalent of hex #B48395 is C:0 M:27 Y:17, K:29) .
In the HSV/HSB scale, #B48395 has a hue of 338°, 27% saturation and a brightness value of 71%.
If you want to know all about the hex #B48395, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #B48395 (complementary, analogous, triadic, tetradic...).

Hex #B48395 Color Codes & Equivalents

Color Name [English Lavender]
RGB Values (180,131,149)
CMYK Values (0%, 27%, 17%, 29%)
HSV/HSB Values (338°, 27%, 71%)
Closest Web Safe
#CC9999
Inverse Color
#4b7c6a
Closest Pantone®
694 C
Closest RAL
RAL 4009 [Pastel violet]
Complementary Color
#83b4a2

#B48395 Converted to Grayscale Codes

Average
#999999
Lightness (Desaturation)
#9c9c9c
Weighted (BT601)
#949494
Luma (BT709)
#8f8f8f

Hex #B48395 Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #B48395 is #83b4a2. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #B48395 you will find #83b4a2. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#B48395 #83b4a2

Analogous Palette

The analogous color scheme of #B48395 is composed with colors #B483AD and #B48983. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #B48395 with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#B483AD #B48395 #B48983

Split-Complementary Palette

The split-complementary color scheme of #B48395 is composed with colors #83ADB4 and #83B489. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#B48395 #83ADB4 #83B489

Triadic Palette

The triadic color scheme of #B48395 is composed with colors #8395B4 and #95B483. They are located to the right and left of your main color #B48395 with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#B48395 #8395B4 #95B483

Tetradic Palette

The tetradic color scheme of #B48395 is composed with colors #95B483, #83B4A2 and #A283B4 A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#B48395 #95B483 #83B4A2 #A283B4

Square Palette

The square color scheme of #B48395 is composed with colors #ADB483, #83B4A2 and #8983B4 To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#B48395 #ADB483 #83B4A2 #8983B4

Tints, Tones & Shades of Hex #B48395

Tints

Tints are created by adding white, resulting in lighter shades of #B48395.

#B48395 #BB8F9F #C39CAA #CBA9B5 #D2B5C0 #DAC2CB #E2CFD6 #E9DBE1

Tones

Tones are made by mixing with gray, softening the original color.

#B48395 #AA8C97 #A0969A #9B9B9B #9B9B9B #9B9B9B #9B9B9B #9B9B9B

Shades

Shades result from adding black, creating darker variations.

#B48395 #AC768A #A4697F #9B5E74 #8E566B #824E61 #754758 #683F4E

Hex #B48395 in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #B48395
Java new Color(180,131,149);
Python Color(#B48395)
.NET Color.FromArgb(255, 180,131,149);
Swift / iOS UIColor(red: 0.71, green: 0.51, blue: 0.58, alpha: 1)
Kotlin / Android Color.rgb(180, 131, 149)