Shades of Chestnut #BA5040
Tints of Chestnut #BA5040
RGB
CMYK
RGB Variations
Color information
#BA5040 (or 0xBA5040) is known color: Chestnut. HEX triplet: BA, 50 and 40. RGB value is (186,80,64). Sum of RGB (Red+Green+Blue) = 186+80+64=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5040 is #45AFBF. Grayscale: #6E6E6E. Windows color (decimal): -4566976 or 4214970. OLE color: 4214970.
HSL color Cylindrical-coordinate representation of color #BA5040: hue angle of 7.87º 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 #BA5040 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 64 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.27 |
| HSL | 7.87º | 0.49% | 0.49% | - |
| HSV(B) | 7.87º | 0.66% | 0.73% | - |
| XYZ | 24.04 | 16.55 | 6.78 | - |
| YUV | 109.87 | 102.12 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 64 | 0 | 0.57 | 0.66 | 0.27 | 7.87 | 0.49 | 0.49 |
| Hex | BA | 50 | 40 | 0 | 39 | 42 | 1B | 8 | 31 | 31 |
| Octal | 272 | 120 | 100 | 0 | 71 | 102 | 33 | 10 | 61 | 61 |
| Binary | 10111010 | 1010000 | 1000000 | 0 | 111001 | 1000010 | 11011 | 1000 | 110001 | 110001 |
Color Harmonies of #BA5040
Complementary color
Monochromatic Colors of #BA5040
Black with #BA5040
Text Example
Text Example
White with #BA5040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5040; }
p { color: rgb(186,80,64); }
H1.HeaderClassName
{
color: #BA5040;
}
.AnyTagClassName
{
color: #BA5040;
}
</style>
background-color css
<style>
a { background-color: #BA5040; }
a { background-color: rgb(186,80,64); }
div.DivClassName
{
background-color: #BA5040;
}
.BgClassName
{
background-color: #BA5040;
}
</style>
border-color css
<style>
span { border-color: #BA5040; }
span { border-color: rgb(186,80,64); }
td.TdClassName
{
border-color: #BA5040;
}
.TagClassName
{
border-color: #BA5040;
}
</style>