What is hex #B94E48 color?

 
The hex code #B94E48 is also know by an other name that is Deep Chestnut.
This color is composed of 185% red, 78% green and 72% blue. So we can say that the RGB value is (185,78,72)
You need to use it for a printer? The CMYK colors code equivalent of hex #B94E48 is C:0 M:58 Y:61, K:27) .
In the HSV/HSB scale, #B94E48 has a hue of 3°, 61% saturation and a brightness value of 73%.
If you want to know all about the hex #B94E48, 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 #B94E48 (complementary, analogous, triadic, tetradic...).

Hex #B94E48 Color Codes & Equivalents

Color Name [Deep Chestnut]
RGB Values (185,78,72)
CMYK Values (0%, 58%, 61%, 27%)
HSV/HSB Values (3°, 61%, 73%)
Closest Web Safe
#CC6633
Inverse Color
#46b1b7
Closest Pantone®
703 C
Closest RAL
RAL 3018 [Strawberry red]
Complementary Color
#48b3b9

#B94E48 Converted to Grayscale Codes

Average
#707070
Lightness (Desaturation)
#818181
Weighted (BT601)
#6d6d6d
Luma (BT709)
#646464

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

Complementary Palette

The complementary color of #B94E48 is #48b3b9. 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 #B94E48 you will find #48b3b9. 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.

#B94E48 #48b3b9

Analogous Palette

The analogous color scheme of #B94E48 is composed with colors #B9487A and #B98648. 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 #B94E48 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.

#B9487A #B94E48 #B98648

Split-Complementary Palette

The split-complementary color scheme of #B94E48 is composed with colors #487AB9 and #48B986. 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.

#B94E48 #487AB9 #48B986

Triadic Palette

The triadic color scheme of #B94E48 is composed with colors #4E48B9 and #48B94E. They are located to the right and left of your main color #B94E48 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.

#B94E48 #4E48B9 #48B94E

Tetradic Palette

The tetradic color scheme of #B94E48 is composed with colors #48B94E, #48B3B9 and #B948B3 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.

#B94E48 #48B94E #48B3B9 #B948B3

Square Palette

The square color scheme of #B94E48 is composed with colors #7AB948, #48B3B9 and #8648B9 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.

#B94E48 #7AB948 #48B3B9 #8648B9

Tints, Tones & Shades of Hex #B94E48

Tints

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

#B94E48 #BE5C56 #C46A65 #C97874 #CF8783 #D59591 #DAA3A0 #E0B1AF

Tones

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

#B94E48 #AC5954 #A06460 #936F6D #877A79 #808080 #808080 #808080

Shades

Shades result from adding black, creating darker variations.

#B94E48 #AB4741 #9C403B #8D3A36 #7E3430 #702E2A #612825 #52221F

Hex #B94E48 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 #B94E48
Java new Color(185,78,72);
Python Color(#B94E48)
.NET Color.FromArgb(255, 185,78,72);
Swift / iOS UIColor(red: 0.73, green: 0.31, blue: 0.28, alpha: 1)
Kotlin / Android Color.rgb(185, 78, 72)