#B6666D
A medium, moderate red closely aligning with Indianred.
About #B6666D
At its core, #B6666D is a medium and moderate hue. Its closest recognized web color is Indianred. In the RGB color space, it consists of 182 red, 102 green, and 109 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 44% M, 40% Y, and 29% K. With a hue angle of 354.8 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B6666D
RGB182, 102, 109
HSL354.8°, 35.4%, 55.7%
CMYK0%, 44%, 40%, 29%
HSV354.8°, 44.0%, 71.4%
LAB52.5, 32.8, 10.3
XYZ26.8, 20.6, 17.0
Decimal11953773
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.11:1
Text on #FFFFFF
AA Large
5.11:1
Text on #000000
AA
3.93:1
Text on #F8FAFC
AA Large
4.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B6666D;
}
.text-color {
color: #B6666D;
}
.border-color {
border: 2px solid #B6666D;
}