#B6492C
A medium, moderate red closely aligning with Brown.
About #B6492C
At its core, #B6492C is a medium and moderate hue. It is closely associated with the named CSS color Brown. In the RGB color space, it consists of 182 red, 73 green, and 44 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 60% Magenta, 76% Yellow, and 29% Black. The HSL representation is 12.6° hue, 61.1% saturation, and 44.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B6492C
RGB182, 73, 44
HSL12.6°, 61.1%, 44.3%
CMYK0%, 60%, 76%, 29%
HSV12.6°, 75.8%, 71.4%
LAB45.5, 42.6, 39.0
XYZ22.1, 14.9, 4.1
Decimal11946284
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.28:1
Text on #FFFFFF
AA
3.98:1
Text on #000000
AA Large
5.05:1
Text on #F8FAFC
AA
3.38:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B6492C;
}
.text-color {
color: #B6492C;
}
.border-color {
border: 2px solid #B6492C;
}