Shades of Chestnut #BD4840
Tints of Chestnut #BD4840
RGB
CMYK
RGB Variations
Color information
#BD4840 (or 0xBD4840) is known color: Chestnut. HEX triplet: BD, 48 and 40. RGB value is (189,72,64). Sum of RGB (Red+Green+Blue) = 189+72+64=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4840 is #42B7BF. Grayscale: #6A6A6A. Windows color (decimal): -4372416 or 4212925. OLE color: 4212925.
HSL color Cylindrical-coordinate representation of color #BD4840: hue angle of 3.84º 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 #BD4840 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 64 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.26 |
| HSL | 3.84º | 0.49% | 0.5% | - |
| HSV(B) | 3.84º | 0.66% | 0.74% | - |
| XYZ | 24.23 | 15.82 | 6.63 | - |
| YUV | 106.07 | 104.26 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 64 | 0 | 0.62 | 0.66 | 0.26 | 3.84 | 0.49 | 0.5 |
| Hex | BD | 48 | 40 | 0 | 3E | 42 | 1A | 4 | 31 | 32 |
| Octal | 275 | 110 | 100 | 0 | 76 | 102 | 32 | 4 | 61 | 62 |
| Binary | 10111101 | 1001000 | 1000000 | 0 | 111110 | 1000010 | 11010 | 100 | 110001 | 110010 |
Color Harmonies of #BD4840
Complementary color
Monochromatic Colors of #BD4840
Black with #BD4840
Text Example
Text Example
White with #BD4840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4840; }
p { color: rgb(189,72,64); }
H1.HeaderClassName
{
color: #BD4840;
}
.AnyTagClassName
{
color: #BD4840;
}
</style>
background-color css
<style>
a { background-color: #BD4840; }
a { background-color: rgb(189,72,64); }
div.DivClassName
{
background-color: #BD4840;
}
.BgClassName
{
background-color: #BD4840;
}
</style>
border-color css
<style>
span { border-color: #BD4840; }
span { border-color: rgb(189,72,64); }
td.TdClassName
{
border-color: #BD4840;
}
.TagClassName
{
border-color: #BD4840;
}
</style>