#BD837C
A light, moderate red closely aligning with Rosybrown.
About #BD837C
Visually, #BD837C is defined as a moderate red. If you're using CSS, you might find it aligns closely with Rosybrown. This translates to an RGB value of rgb(189, 131, 124).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 31% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD837C
RGB189, 131, 124
HSL6.5°, 33.0%, 61.4%
CMYK0%, 31%, 34%, 26%
HSV6.5°, 34.4%, 74.1%
LAB60.3, 21.4, 12.8
XYZ32.7, 28.5, 22.8
Decimal12419964
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.13:1
Text on #FFFFFF
AA Large
6.70:1
Text on #000000
AA
3.00:1
Text on #F8FAFC
FAIL
5.70:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD837C;
}
.text-color {
color: #BD837C;
}
.border-color {
border: 2px solid #BD837C;
}