Shades of Chestnut #BD473F
Tints of Chestnut #BD473F
RGB
CMYK
RGB Variations
Color information
#BD473F (or 0xBD473F) is known color: Chestnut. HEX triplet: BD, 47 and 3F. RGB value is (189,71,63). Sum of RGB (Red+Green+Blue) = 189+71+63=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD473F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD473F is #42B8C0. Grayscale: #696969. Windows color (decimal): -4372673 or 4147133. OLE color: 4147133.
HSL color Cylindrical-coordinate representation of color #BD473F: hue angle of 3.81º 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 #BD473F is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 71 | 63 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.26 |
| HSL | 3.81º | 0.5% | 0.49% | - |
| HSV(B) | 3.81º | 0.67% | 0.74% | - |
| XYZ | 24.14 | 15.68 | 6.46 | - |
| YUV | 105.37 | 104.09 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 71 | 63 | 0 | 0.62 | 0.67 | 0.26 | 3.81 | 0.5 | 0.49 |
| Hex | BD | 47 | 3F | 0 | 3E | 43 | 1A | 4 | 32 | 31 |
| Octal | 275 | 107 | 77 | 0 | 76 | 103 | 32 | 4 | 62 | 61 |
| Binary | 10111101 | 1000111 | 111111 | 0 | 111110 | 1000011 | 11010 | 100 | 110010 | 110001 |
Color Harmonies of #BD473F
Complementary color
Monochromatic Colors of #BD473F
Black with #BD473F
Text Example
Text Example
White with #BD473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD473F; }
p { color: rgb(189,71,63); }
H1.HeaderClassName
{
color: #BD473F;
}
.AnyTagClassName
{
color: #BD473F;
}
</style>
background-color css
<style>
a { background-color: #BD473F; }
a { background-color: rgb(189,71,63); }
div.DivClassName
{
background-color: #BD473F;
}
.BgClassName
{
background-color: #BD473F;
}
</style>
border-color css
<style>
span { border-color: #BD473F; }
span { border-color: rgb(189,71,63); }
td.TdClassName
{
border-color: #BD473F;
}
.TagClassName
{
border-color: #BD473F;
}
</style>