Shades of Chestnut #BA5148
Tints of Chestnut #BA5148
RGB
CMYK
RGB Variations
Color information
#BA5148 (or 0xBA5148) is known color: Chestnut. HEX triplet: BA, 51 and 48. RGB value is (186,81,72). Sum of RGB (Red+Green+Blue) = 186+81+72=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5148 is #45AEB7. Grayscale: #6F6F6F. Windows color (decimal): -4566712 or 4739514. OLE color: 4739514.
HSL color Cylindrical-coordinate representation of color #BA5148: hue angle of 4.74º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA5148 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 72 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.27 |
| HSL | 4.74º | 0.45% | 0.51% | - |
| HSV(B) | 4.74º | 0.61% | 0.73% | - |
| XYZ | 24.36 | 16.79 | 8.09 | - |
| YUV | 111.37 | 105.79 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 72 | 0 | 0.56 | 0.61 | 0.27 | 4.74 | 0.45 | 0.51 |
| Hex | BA | 51 | 48 | 0 | 38 | 3D | 1B | 5 | 2D | 33 |
| Octal | 272 | 121 | 110 | 0 | 70 | 75 | 33 | 5 | 55 | 63 |
| Binary | 10111010 | 1010001 | 1001000 | 0 | 111000 | 111101 | 11011 | 101 | 101101 | 110011 |
Color Harmonies of #BA5148
Complementary color
Monochromatic Colors of #BA5148
Black with #BA5148
Text Example
Text Example
White with #BA5148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5148; }
p { color: rgb(186,81,72); }
H1.HeaderClassName
{
color: #BA5148;
}
.AnyTagClassName
{
color: #BA5148;
}
</style>
background-color css
<style>
a { background-color: #BA5148; }
a { background-color: rgb(186,81,72); }
div.DivClassName
{
background-color: #BA5148;
}
.BgClassName
{
background-color: #BA5148;
}
</style>
border-color css
<style>
span { border-color: #BA5148; }
span { border-color: rgb(186,81,72); }
td.TdClassName
{
border-color: #BA5148;
}
.TagClassName
{
border-color: #BA5148;
}
</style>