Shades of Chestnut #BA5043
Tints of Chestnut #BA5043
RGB
CMYK
RGB Variations
Color information
#BA5043 (or 0xBA5043) is known color: Chestnut. HEX triplet: BA, 50 and 43. RGB value is (186,80,67). Sum of RGB (Red+Green+Blue) = 186+80+67=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5043 is #45AFBC. Grayscale: #6E6E6E. Windows color (decimal): -4566973 or 4411578. OLE color: 4411578.
HSL color Cylindrical-coordinate representation of color #BA5043: hue angle of 6.55º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA5043 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 67 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.27 |
| HSL | 6.55º | 0.47% | 0.5% | - |
| HSV(B) | 6.55º | 0.64% | 0.73% | - |
| XYZ | 24.13 | 16.58 | 7.24 | - |
| YUV | 110.21 | 103.62 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 67 | 0 | 0.57 | 0.64 | 0.27 | 6.55 | 0.47 | 0.5 |
| Hex | BA | 50 | 43 | 0 | 39 | 40 | 1B | 7 | 2F | 32 |
| Octal | 272 | 120 | 103 | 0 | 71 | 100 | 33 | 7 | 57 | 62 |
| Binary | 10111010 | 1010000 | 1000011 | 0 | 111001 | 1000000 | 11011 | 111 | 101111 | 110010 |
Color Harmonies of #BA5043
Complementary color
Monochromatic Colors of #BA5043
Black with #BA5043
Text Example
Text Example
White with #BA5043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5043; }
p { color: rgb(186,80,67); }
H1.HeaderClassName
{
color: #BA5043;
}
.AnyTagClassName
{
color: #BA5043;
}
</style>
background-color css
<style>
a { background-color: #BA5043; }
a { background-color: rgb(186,80,67); }
div.DivClassName
{
background-color: #BA5043;
}
.BgClassName
{
background-color: #BA5043;
}
</style>
border-color css
<style>
span { border-color: #BA5043; }
span { border-color: rgb(186,80,67); }
td.TdClassName
{
border-color: #BA5043;
}
.TagClassName
{
border-color: #BA5043;
}
</style>