Shades of Chestnut #BD4D41
Tints of Chestnut #BD4D41
RGB
CMYK
RGB Variations
Color information
#BD4D41 (or 0xBD4D41) is known color: Chestnut. HEX triplet: BD, 4D and 41. RGB value is (189,77,65). Sum of RGB (Red+Green+Blue) = 189+77+65=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD4D41 is #42B2BE. Grayscale: #6D6D6D. Windows color (decimal): -4371135 or 4279741. OLE color: 4279741.
HSL color Cylindrical-coordinate representation of color #BD4D41: hue angle of 5.81º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4D41 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 77 | 65 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.26 |
| HSL | 5.81º | 0.49% | 0.5% | - |
| HSV(B) | 5.81º | 0.66% | 0.74% | - |
| XYZ | 24.59 | 16.51 | 6.89 | - |
| YUV | 109.12 | 103.11 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 65 | 0 | 0.59 | 0.66 | 0.26 | 5.81 | 0.49 | 0.5 |
| Hex | BD | 4D | 41 | 0 | 3B | 42 | 1A | 6 | 31 | 32 |
| Octal | 275 | 115 | 101 | 0 | 73 | 102 | 32 | 6 | 61 | 62 |
| Binary | 10111101 | 1001101 | 1000001 | 0 | 111011 | 1000010 | 11010 | 110 | 110001 | 110010 |
Color Harmonies of #BD4D41
Complementary color
Monochromatic Colors of #BD4D41
Black with #BD4D41
Text Example
Text Example
White with #BD4D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4D41; }
p { color: rgb(189,77,65); }
H1.HeaderClassName
{
color: #BD4D41;
}
.AnyTagClassName
{
color: #BD4D41;
}
</style>
background-color css
<style>
a { background-color: #BD4D41; }
a { background-color: rgb(189,77,65); }
div.DivClassName
{
background-color: #BD4D41;
}
.BgClassName
{
background-color: #BD4D41;
}
</style>
border-color css
<style>
span { border-color: #BD4D41; }
span { border-color: rgb(189,77,65); }
td.TdClassName
{
border-color: #BD4D41;
}
.TagClassName
{
border-color: #BD4D41;
}
</style>