Deep Chestnut (#B94E48)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 4.95:1 — vs black: 4.25:1
Color values
-
HEX
#B94E48 -
RGB
rgb(185, 78, 72) -
HSL
hsl(3, 44%, 50%) -
CMYK
cmyk( 0, 58, 61, 27 ) -
Websafe
#CC6633
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #B94E48 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#B94E48
Base
#48B3B9
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#B94E48
Base
#B9487B
#B98748
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#B94E48
Base
#48B94E
#4E48B9
Two colors flanking the complement — high contrast with less tension than full complementary.
#B94E48
Base
#48B987
#487BB9
Four colors at 90° intervals — rich variety, best when one color dominates.
#B94E48
Base
#7BB948
#48B3B9
#8748B9
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#B94E48
Base
#4B1F1D
#833632
#9C413C
#C46B66
#CE847F
#E3B9B7
Darker shades and lighter tints of Deep Chestnut, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#120807
#341614
#552321
#77312D
#983F3A
#B94E48
Base
#C66E69
#D28E8A
#DFAEAB
#EBCDCC
#F8EDED
Ready-to-use code snippets for #B94E48. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #B94E48;
}
/* Text */
.element {
color: #B94E48;
}
/* Border */
.element {
border: 1px solid #B94E48;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#B94E48,
#48B3B9
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#B94E48,
#48B3B9
);
}
// SCSS variable
$deep-chestnut: #B94E48;
// With RGB channels (useful for rgba() usage)
$deep-chestnut-r: 185;
$deep-chestnut-g: 78;
$deep-chestnut-b: 72;
// Usage
.element {
background-color: $deep-chestnut;
color: rgba($deep-chestnut-r, $deep-chestnut-g, $deep-chestnut-b, 0.8);
}
How Deep Chestnut appears to people with different types of color vision deficiency.
#B94E48
How the color appears with full color vision.
#7A7A43
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#616149
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#B94D4D
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#707070
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.