Shades of Chestnut #BA5140
Tints of Chestnut #BA5140
RGB
CMYK
RGB Variations
Color information
#BA5140 (or 0xBA5140) is known color: Chestnut. HEX triplet: BA, 51 and 40. RGB value is (186,81,64). Sum of RGB (Red+Green+Blue) = 186+81+64=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5140 is #45AEBF. Grayscale: #6E6E6E. Windows color (decimal): -4566720 or 4215226. OLE color: 4215226.
HSL color Cylindrical-coordinate representation of color #BA5140: hue angle of 8.36º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA5140 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 64 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.27 |
| HSL | 8.36º | 0.49% | 0.49% | - |
| HSV(B) | 8.36º | 0.66% | 0.73% | - |
| XYZ | 24.12 | 16.69 | 6.8 | - |
| YUV | 110.46 | 101.79 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 64 | 0 | 0.56 | 0.66 | 0.27 | 8.36 | 0.49 | 0.49 |
| Hex | BA | 51 | 40 | 0 | 38 | 42 | 1B | 8 | 31 | 31 |
| Octal | 272 | 121 | 100 | 0 | 70 | 102 | 33 | 10 | 61 | 61 |
| Binary | 10111010 | 1010001 | 1000000 | 0 | 111000 | 1000010 | 11011 | 1000 | 110001 | 110001 |
Color Harmonies of #BA5140
Complementary color
Monochromatic Colors of #BA5140
Black with #BA5140
Text Example
Text Example
White with #BA5140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5140; }
p { color: rgb(186,81,64); }
H1.HeaderClassName
{
color: #BA5140;
}
.AnyTagClassName
{
color: #BA5140;
}
</style>
background-color css
<style>
a { background-color: #BA5140; }
a { background-color: rgb(186,81,64); }
div.DivClassName
{
background-color: #BA5140;
}
.BgClassName
{
background-color: #BA5140;
}
</style>
border-color css
<style>
span { border-color: #BA5140; }
span { border-color: rgb(186,81,64); }
td.TdClassName
{
border-color: #BA5140;
}
.TagClassName
{
border-color: #BA5140;
}
</style>