Shades of Chestnut #BA5444
Tints of Chestnut #BA5444
RGB
CMYK
RGB Variations
Color information
#BA5444 (or 0xBA5444) is known color: Chestnut. HEX triplet: BA, 54 and 44. RGB value is (186,84,68). Sum of RGB (Red+Green+Blue) = 186+84+68=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5444 is #45ABBB. Grayscale: #707070. Windows color (decimal): -4565948 or 4478138. OLE color: 4478138.
HSL color Cylindrical-coordinate representation of color #BA5444: hue angle of 8.14º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA5444 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 68 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.27 |
| HSL | 8.14º | 0.46% | 0.5% | - |
| HSV(B) | 8.14º | 0.63% | 0.73% | - |
| XYZ | 24.46 | 17.2 | 7.5 | - |
| YUV | 112.67 | 102.79 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 68 | 0 | 0.55 | 0.63 | 0.27 | 8.14 | 0.46 | 0.5 |
| Hex | BA | 54 | 44 | 0 | 37 | 3F | 1B | 8 | 2E | 32 |
| Octal | 272 | 124 | 104 | 0 | 67 | 77 | 33 | 10 | 56 | 62 |
| Binary | 10111010 | 1010100 | 1000100 | 0 | 110111 | 111111 | 11011 | 1000 | 101110 | 110010 |
Color Harmonies of #BA5444
Complementary color
Monochromatic Colors of #BA5444
Black with #BA5444
Text Example
Text Example
White with #BA5444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5444; }
p { color: rgb(186,84,68); }
H1.HeaderClassName
{
color: #BA5444;
}
.AnyTagClassName
{
color: #BA5444;
}
</style>
background-color css
<style>
a { background-color: #BA5444; }
a { background-color: rgb(186,84,68); }
div.DivClassName
{
background-color: #BA5444;
}
.BgClassName
{
background-color: #BA5444;
}
</style>
border-color css
<style>
span { border-color: #BA5444; }
span { border-color: rgb(186,84,68); }
td.TdClassName
{
border-color: #BA5444;
}
.TagClassName
{
border-color: #BA5444;
}
</style>