#BD6650
A medium, moderate red closely aligning with Sienna.
About #BD6650
When working with digital screens, the color #BD6650 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Sienna. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 102, and 80.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 46% magenta, 58% yellow, and 26% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD6650
RGB189, 102, 80
HSL12.1°, 45.2%, 52.7%
CMYK0%, 46%, 58%, 26%
HSV12.1°, 57.7%, 74.1%
LAB52.8, 32.7, 27.9
XYZ27.2, 20.9, 10.2
Decimal12412496
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.05:1
Text on #FFFFFF
AA Large
5.18:1
Text on #000000
AA
3.87:1
Text on #F8FAFC
AA Large
4.40:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD6650;
}
.text-color {
color: #BD6650;
}
.border-color {
border: 2px solid #BD6650;
}