Shades of Chestnut #BA473E
Tints of Chestnut #BA473E
RGB
CMYK
RGB Variations
Color information
#BA473E (or 0xBA473E) is known color: Chestnut. HEX triplet: BA, 47 and 3E. RGB value is (186,71,62). Sum of RGB (Red+Green+Blue) = 186+71+62=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA473E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA473E is #45B8C1. Grayscale: #686868. Windows color (decimal): -4569282 or 4081594. OLE color: 4081594.
HSL color Cylindrical-coordinate representation of color #BA473E: hue angle of 4.35º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA473E is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 62 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.27 |
| HSL | 4.35º | 0.5% | 0.49% | - |
| HSV(B) | 4.35º | 0.67% | 0.73% | - |
| XYZ | 23.37 | 15.29 | 6.28 | - |
| YUV | 104.36 | 104.1 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 62 | 0 | 0.62 | 0.67 | 0.27 | 4.35 | 0.5 | 0.49 |
| Hex | BA | 47 | 3E | 0 | 3E | 43 | 1B | 4 | 32 | 31 |
| Octal | 272 | 107 | 76 | 0 | 76 | 103 | 33 | 4 | 62 | 61 |
| Binary | 10111010 | 1000111 | 111110 | 0 | 111110 | 1000011 | 11011 | 100 | 110010 | 110001 |
Color Harmonies of #BA473E
Complementary color
Monochromatic Colors of #BA473E
Black with #BA473E
Text Example
Text Example
White with #BA473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA473E; }
p { color: rgb(186,71,62); }
H1.HeaderClassName
{
color: #BA473E;
}
.AnyTagClassName
{
color: #BA473E;
}
</style>
background-color css
<style>
a { background-color: #BA473E; }
a { background-color: rgb(186,71,62); }
div.DivClassName
{
background-color: #BA473E;
}
.BgClassName
{
background-color: #BA473E;
}
</style>
border-color css
<style>
span { border-color: #BA473E; }
span { border-color: rgb(186,71,62); }
td.TdClassName
{
border-color: #BA473E;
}
.TagClassName
{
border-color: #BA473E;
}
</style>