#BD8375
A light, moderate red closely aligning with Rosybrown.
About #BD8375
The hex code #BD8375 represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Rosybrown. Its digital footprint relies on 189 parts red, 131 parts green, and 117 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 31% magenta, 38% yellow, and 26% black. The HSL representation is 11.7° hue, 35.3% saturation, and 60.0% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD8375
RGB189, 131, 117
HSL11.7°, 35.3%, 60.0%
CMYK0%, 31%, 38%, 26%
HSV11.7°, 38.1%, 74.1%
LAB60.2, 20.6, 16.6
XYZ32.3, 28.3, 20.6
Decimal12419957
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.15:1
Text on #FFFFFF
AA Large
6.67:1
Text on #000000
AA
3.01:1
Text on #F8FAFC
AA Large
5.67:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD8375;
}
.text-color {
color: #BD8375;
}
.border-color {
border: 2px solid #BD8375;
}