Shades of Chestnut #BD403F
Tints of Chestnut #BD403F
RGB
CMYK
RGB Variations
Color information
#BD403F (or 0xBD403F) is known color: Chestnut. HEX triplet: BD, 40 and 3F. RGB value is (189,64,63). Sum of RGB (Red+Green+Blue) = 189+64+63=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD403F is #42BFC0. Grayscale: #656565. Windows color (decimal): -4374465 or 4145341. OLE color: 4145341.
HSL color Cylindrical-coordinate representation of color #BD403F: hue angle of 0.48º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD403F is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 63 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.26 |
| HSL | 0.48º | 0.5% | 0.49% | - |
| HSV(B) | 0.48º | 0.67% | 0.74% | - |
| XYZ | 23.72 | 14.84 | 6.32 | - |
| YUV | 101.26 | 106.41 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 63 | 0 | 0.66 | 0.67 | 0.26 | 0.48 | 0.5 | 0.49 |
| Hex | BD | 40 | 3F | 0 | 42 | 43 | 1A | 0 | 32 | 31 |
| Octal | 275 | 100 | 77 | 0 | 102 | 103 | 32 | 0 | 62 | 61 |
| Binary | 10111101 | 1000000 | 111111 | 0 | 1000010 | 1000011 | 11010 | 0 | 110010 | 110001 |
Color Harmonies of #BD403F
Complementary color
Monochromatic Colors of #BD403F
Black with #BD403F
Text Example
Text Example
White with #BD403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD403F; }
p { color: rgb(189,64,63); }
H1.HeaderClassName
{
color: #BD403F;
}
.AnyTagClassName
{
color: #BD403F;
}
</style>
background-color css
<style>
a { background-color: #BD403F; }
a { background-color: rgb(189,64,63); }
div.DivClassName
{
background-color: #BD403F;
}
.BgClassName
{
background-color: #BD403F;
}
</style>
border-color css
<style>
span { border-color: #BD403F; }
span { border-color: rgb(189,64,63); }
td.TdClassName
{
border-color: #BD403F;
}
.TagClassName
{
border-color: #BD403F;
}
</style>