#BC8F8F
A light, muted red closely aligning with Rosybrown.
About #BC8F8F
When working with digital screens, the color #BC8F8F is rendered by mixing light. Its closest recognized web color is Rosybrown. In the RGB color space, it consists of 188 red, 143 green, and 143 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 24% magenta inks. The HSL representation is 0.0° hue, 25.1% saturation, and 64.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BC8F8F
RGB188, 143, 143
HSL0.0°, 25.1%, 64.9%
CMYK0%, 24%, 24%, 26%
HSV0.0°, 23.9%, 73.7%
LAB63.6, 17.0, 6.6
XYZ35.5, 32.3, 30.4
Decimal12357519
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.81:1
Text on #FFFFFF
FAIL
7.46:1
Text on #000000
AAA
2.69:1
Text on #F8FAFC
FAIL
6.35:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BC8F8F;
}
.text-color {
color: #BC8F8F;
}
.border-color {
border: 2px solid #BC8F8F;
}