Shades of Chestnut #BA5446
Tints of Chestnut #BA5446
RGB
CMYK
RGB Variations
Color information
#BA5446 (or 0xBA5446) is known color: Chestnut. HEX triplet: BA, 54 and 46. RGB value is (186,84,70). Sum of RGB (Red+Green+Blue) = 186+84+70=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5446 is #45ABB9. Grayscale: #717171. Windows color (decimal): -4565946 or 4609210. OLE color: 4609210.
HSL color Cylindrical-coordinate representation of color #BA5446: hue angle of 7.24º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA5446 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 70 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.27 |
| HSL | 7.24º | 0.46% | 0.5% | - |
| HSV(B) | 7.24º | 0.62% | 0.73% | - |
| XYZ | 24.53 | 17.22 | 7.83 | - |
| YUV | 112.9 | 103.79 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 70 | 0 | 0.55 | 0.62 | 0.27 | 7.24 | 0.46 | 0.5 |
| Hex | BA | 54 | 46 | 0 | 37 | 3E | 1B | 7 | 2E | 32 |
| Octal | 272 | 124 | 106 | 0 | 67 | 76 | 33 | 7 | 56 | 62 |
| Binary | 10111010 | 1010100 | 1000110 | 0 | 110111 | 111110 | 11011 | 111 | 101110 | 110010 |
Color Harmonies of #BA5446
Complementary color
Monochromatic Colors of #BA5446
Black with #BA5446
Text Example
Text Example
White with #BA5446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5446; }
p { color: rgb(186,84,70); }
H1.HeaderClassName
{
color: #BA5446;
}
.AnyTagClassName
{
color: #BA5446;
}
</style>
background-color css
<style>
a { background-color: #BA5446; }
a { background-color: rgb(186,84,70); }
div.DivClassName
{
background-color: #BA5446;
}
.BgClassName
{
background-color: #BA5446;
}
</style>
border-color css
<style>
span { border-color: #BA5446; }
span { border-color: rgb(186,84,70); }
td.TdClassName
{
border-color: #BA5446;
}
.TagClassName
{
border-color: #BA5446;
}
</style>