Shades of Chestnut #BD4040
Tints of Chestnut #BD4040
RGB
CMYK
RGB Variations
Color information
#BD4040 (or 0xBD4040) is known color: Chestnut. HEX triplet: BD, 40 and 40. RGB value is (189,64,64). Sum of RGB (Red+Green+Blue) = 189+64+64=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4040 is #42BFBF. Grayscale: #656565. Windows color (decimal): -4374464 or 4210877. OLE color: 4210877.
HSL color Cylindrical-coordinate representation of color #BD4040: hue angle of 0º 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 #BD4040 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 64 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.26 |
| HSL | 0º | 0.49% | 0.5% | - |
| HSV(B) | 0º | 0.66% | 0.74% | - |
| XYZ | 23.75 | 14.86 | 6.47 | - |
| YUV | 101.38 | 106.91 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 64 | 0 | 0.66 | 0.66 | 0.26 | 0 | 0.49 | 0.5 |
| Hex | BD | 40 | 40 | 0 | 42 | 42 | 1A | 0 | 31 | 32 |
| Octal | 275 | 100 | 100 | 0 | 102 | 102 | 32 | 0 | 61 | 62 |
| Binary | 10111101 | 1000000 | 1000000 | 0 | 1000010 | 1000010 | 11010 | 0 | 110001 | 110010 |
Color Harmonies of #BD4040
Complementary color
Monochromatic Colors of #BD4040
Black with #BD4040
Text Example
Text Example
White with #BD4040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4040; }
p { color: rgb(189,64,64); }
H1.HeaderClassName
{
color: #BD4040;
}
.AnyTagClassName
{
color: #BD4040;
}
</style>
background-color css
<style>
a { background-color: #BD4040; }
a { background-color: rgb(189,64,64); }
div.DivClassName
{
background-color: #BD4040;
}
.BgClassName
{
background-color: #BD4040;
}
</style>
border-color css
<style>
span { border-color: #BD4040; }
span { border-color: rgb(189,64,64); }
td.TdClassName
{
border-color: #BD4040;
}
.TagClassName
{
border-color: #BD4040;
}
</style>