#B6A88A
A light, muted orange closely aligning with Tan.
About #B6A88A
Visually, #B6A88A is defined as a muted orange. Its closest recognized web color is Tan. In the RGB color space, it consists of 182 red, 168 green, and 138 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 8% Magenta, 24% Yellow, and 29% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B6A88A
RGB182, 168, 138
HSL40.9°, 23.2%, 62.7%
CMYK0%, 8%, 24%, 29%
HSV40.9°, 24.2%, 71.4%
LAB69.3, 0.2, 17.4
XYZ37.9, 39.8, 29.7
Decimal11970698
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.34:1
Text on #FFFFFF
FAIL
8.96:1
Text on #000000
AAA
2.24:1
Text on #F8FAFC
FAIL
7.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6A88A;
}
.text-color {
color: #B6A88A;
}
.border-color {
border: 2px solid #B6A88A;
}