#B6835F
A medium, moderate orange closely aligning with Darksalmon.
About #B6835F
At its core, #B6835F is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Darksalmon. This translates to an RGB value of rgb(182, 131, 95).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 28% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B6835F
RGB182, 131, 95
HSL24.8°, 37.3%, 54.3%
CMYK0%, 28%, 48%, 29%
HSV24.8°, 47.8%, 71.4%
LAB59.0, 15.2, 27.2
XYZ29.5, 27.0, 14.5
Decimal11961183
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.28:1
Text on #FFFFFF
AA Large
6.40:1
Text on #000000
AA
3.14:1
Text on #F8FAFC
AA Large
5.44:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B6835F;
}
.text-color {
color: #B6835F;
}
.border-color {
border: 2px solid #B6835F;
}