#BD5F3A
A medium, moderate orange closely aligning with Sienna.
About #BD5F3A
When working with digital screens, the color #BD5F3A is rendered by mixing light. It is closely associated with the named CSS color Sienna. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 95, and 58.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 50% M, 69% Y, and 26% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#BD5F3A
RGB189, 95, 58
HSL16.9°, 53.0%, 48.4%
CMYK0%, 50%, 69%, 26%
HSV16.9°, 69.3%, 74.1%
LAB51.0, 34.9, 38.0
XYZ25.8, 19.3, 6.4
Decimal12410682
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.32:1
Text on #FFFFFF
AA Large
4.86:1
Text on #000000
AA
4.13:1
Text on #F8FAFC
AA Large
4.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD5F3A;
}
.text-color {
color: #BD5F3A;
}
.border-color {
border: 2px solid #BD5F3A;
}