#B6836D
A medium, moderate orange closely aligning with Rosybrown.
About #B6836D
The precise color #B6836D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Rosybrown. To achieve this exact tint on a monitor, you would use an RGB mix of 182, 131, and 109.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 28% M, 40% Y, and 29% K. The HSL representation is 18.1° hue, 33.3% saturation, and 57.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B6836D
RGB182, 131, 109
HSL18.1°, 33.3%, 57.1%
CMYK0%, 28%, 40%, 29%
HSV18.1°, 40.1%, 71.4%
LAB59.2, 16.8, 19.7
XYZ30.2, 27.3, 18.1
Decimal11961197
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.25:1
Text on #FFFFFF
AA Large
6.46:1
Text on #000000
AA
3.11:1
Text on #F8FAFC
AA Large
5.49:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B6836D;
}
.text-color {
color: #B6836D;
}
.border-color {
border: 2px solid #B6836D;
}