Shades of Chestnut #BA5046
Tints of Chestnut #BA5046
RGB
CMYK
RGB Variations
Color information
#BA5046 (or 0xBA5046) is known color: Chestnut. HEX triplet: BA, 50 and 46. RGB value is (186,80,70). Sum of RGB (Red+Green+Blue) = 186+80+70=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5046 is #45AFB9. Grayscale: #6E6E6E. Windows color (decimal): -4566970 or 4608186. OLE color: 4608186.
HSL color Cylindrical-coordinate representation of color #BA5046: hue angle of 5.17º 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 #BA5046 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 70 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.27 |
| HSL | 5.17º | 0.46% | 0.5% | - |
| HSV(B) | 5.17º | 0.62% | 0.73% | - |
| XYZ | 24.22 | 16.62 | 7.73 | - |
| YUV | 110.55 | 105.12 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 70 | 0 | 0.57 | 0.62 | 0.27 | 5.17 | 0.46 | 0.5 |
| Hex | BA | 50 | 46 | 0 | 39 | 3E | 1B | 5 | 2E | 32 |
| Octal | 272 | 120 | 106 | 0 | 71 | 76 | 33 | 5 | 56 | 62 |
| Binary | 10111010 | 1010000 | 1000110 | 0 | 111001 | 111110 | 11011 | 101 | 101110 | 110010 |
Color Harmonies of #BA5046
Complementary color
Monochromatic Colors of #BA5046
Black with #BA5046
Text Example
Text Example
White with #BA5046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5046; }
p { color: rgb(186,80,70); }
H1.HeaderClassName
{
color: #BA5046;
}
.AnyTagClassName
{
color: #BA5046;
}
</style>
background-color css
<style>
a { background-color: #BA5046; }
a { background-color: rgb(186,80,70); }
div.DivClassName
{
background-color: #BA5046;
}
.BgClassName
{
background-color: #BA5046;
}
</style>
border-color css
<style>
span { border-color: #BA5046; }
span { border-color: rgb(186,80,70); }
td.TdClassName
{
border-color: #BA5046;
}
.TagClassName
{
border-color: #BA5046;
}
</style>