#B67C7C
A light, muted red closely aligning with Rosybrown.
About #B67C7C
At its core, #B67C7C is a light and muted hue. It is closely associated with the named CSS color Rosybrown. In the RGB color space, it consists of 182 red, 124 green, and 124 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 32% Magenta, 32% Yellow, and 29% Black. The HSL representation is 0.0° hue, 28.4% saturation, and 60.0% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B67C7C
RGB182, 124, 124
HSL0.0°, 28.4%, 60.0%
CMYK0%, 32%, 32%, 29%
HSV0.0°, 31.9%, 71.4%
LAB57.9, 22.6, 9.2
XYZ30.1, 25.8, 22.5
Decimal11959420
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.41:1
Text on #FFFFFF
AA Large
6.16:1
Text on #000000
AA
3.26:1
Text on #F8FAFC
AA Large
5.24:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B67C7C;
}
.text-color {
color: #B67C7C;
}
.border-color {
border: 2px solid #B67C7C;
}