Shades of Chestnut #BD4B40
Tints of Chestnut #BD4B40
RGB
CMYK
RGB Variations
Color information
#BD4B40 (or 0xBD4B40) is known color: Chestnut. HEX triplet: BD, 4B and 40. RGB value is (189,75,64). Sum of RGB (Red+Green+Blue) = 189+75+64=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4B40 is #42B4BF. Grayscale: #6B6B6B. Windows color (decimal): -4371648 or 4213693. OLE color: 4213693.
HSL color Cylindrical-coordinate representation of color #BD4B40: hue angle of 5.28º 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 #BD4B40 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 75 | 64 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.26 |
| HSL | 5.28º | 0.49% | 0.5% | - |
| HSV(B) | 5.28º | 0.66% | 0.74% | - |
| XYZ | 24.43 | 16.22 | 6.69 | - |
| YUV | 107.83 | 103.27 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 75 | 64 | 0 | 0.60 | 0.66 | 0.26 | 5.28 | 0.49 | 0.5 |
| Hex | BD | 4B | 40 | 0 | 3C | 42 | 1A | 5 | 31 | 32 |
| Octal | 275 | 113 | 100 | 0 | 74 | 102 | 32 | 5 | 61 | 62 |
| Binary | 10111101 | 1001011 | 1000000 | 0 | 111100 | 1000010 | 11010 | 101 | 110001 | 110010 |
Color Harmonies of #BD4B40
Complementary color
Monochromatic Colors of #BD4B40
Black with #BD4B40
Text Example
Text Example
White with #BD4B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4B40; }
p { color: rgb(189,75,64); }
H1.HeaderClassName
{
color: #BD4B40;
}
.AnyTagClassName
{
color: #BD4B40;
}
</style>
background-color css
<style>
a { background-color: #BD4B40; }
a { background-color: rgb(189,75,64); }
div.DivClassName
{
background-color: #BD4B40;
}
.BgClassName
{
background-color: #BD4B40;
}
</style>
border-color css
<style>
span { border-color: #BD4B40; }
span { border-color: rgb(189,75,64); }
td.TdClassName
{
border-color: #BD4B40;
}
.TagClassName
{
border-color: #BD4B40;
}
</style>