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