Shades of Chestnut #BD473E
Tints of Chestnut #BD473E
RGB
CMYK
RGB Variations
Color information
#BD473E (or 0xBD473E) is known color: Chestnut. HEX triplet: BD, 47 and 3E. RGB value is (189,71,62). Sum of RGB (Red+Green+Blue) = 189+71+62=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD473E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD473E is #42B8C1. Grayscale: #696969. Windows color (decimal): -4372674 or 4081597. OLE color: 4081597.
HSL color Cylindrical-coordinate representation of color #BD473E: hue angle of 4.25º degrees, saturation: 0.51, 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 #BD473E is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 71 | 62 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.26 |
| HSL | 4.25º | 0.51% | 0.49% | - |
| HSV(B) | 4.25º | 0.67% | 0.74% | - |
| XYZ | 24.11 | 15.67 | 6.31 | - |
| YUV | 105.26 | 103.59 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 71 | 62 | 0 | 0.62 | 0.67 | 0.26 | 4.25 | 0.51 | 0.49 |
| Hex | BD | 47 | 3E | 0 | 3E | 43 | 1A | 4 | 33 | 31 |
| Octal | 275 | 107 | 76 | 0 | 76 | 103 | 32 | 4 | 63 | 61 |
| Binary | 10111101 | 1000111 | 111110 | 0 | 111110 | 1000011 | 11010 | 100 | 110011 | 110001 |
Color Harmonies of #BD473E
Complementary color
Monochromatic Colors of #BD473E
Black with #BD473E
Text Example
Text Example
White with #BD473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD473E; }
p { color: rgb(189,71,62); }
H1.HeaderClassName
{
color: #BD473E;
}
.AnyTagClassName
{
color: #BD473E;
}
</style>
background-color css
<style>
a { background-color: #BD473E; }
a { background-color: rgb(189,71,62); }
div.DivClassName
{
background-color: #BD473E;
}
.BgClassName
{
background-color: #BD473E;
}
</style>
border-color css
<style>
span { border-color: #BD473E; }
span { border-color: rgb(189,71,62); }
td.TdClassName
{
border-color: #BD473E;
}
.TagClassName
{
border-color: #BD473E;
}
</style>