Shades of Chestnut #BA4C40
Tints of Chestnut #BA4C40
RGB
CMYK
RGB Variations
Color information
#BA4C40 (or 0xBA4C40) is known color: Chestnut. HEX triplet: BA, 4C and 40. RGB value is (186,76,64). Sum of RGB (Red+Green+Blue) = 186+76+64=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4C40 is #45B3BF. Grayscale: #6B6B6B. Windows color (decimal): -4568000 or 4213946. OLE color: 4213946.
HSL color Cylindrical-coordinate representation of color #BA4C40: hue angle of 5.9º 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 #BA4C40 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 64 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.27 |
| HSL | 5.9º | 0.49% | 0.49% | - |
| HSV(B) | 5.9º | 0.66% | 0.73% | - |
| XYZ | 23.76 | 15.98 | 6.68 | - |
| YUV | 107.52 | 103.44 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 64 | 0 | 0.59 | 0.66 | 0.27 | 5.9 | 0.49 | 0.49 |
| Hex | BA | 4C | 40 | 0 | 3B | 42 | 1B | 6 | 31 | 31 |
| Octal | 272 | 114 | 100 | 0 | 73 | 102 | 33 | 6 | 61 | 61 |
| Binary | 10111010 | 1001100 | 1000000 | 0 | 111011 | 1000010 | 11011 | 110 | 110001 | 110001 |
Color Harmonies of #BA4C40
Complementary color
Monochromatic Colors of #BA4C40
Black with #BA4C40
Text Example
Text Example
White with #BA4C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4C40; }
p { color: rgb(186,76,64); }
H1.HeaderClassName
{
color: #BA4C40;
}
.AnyTagClassName
{
color: #BA4C40;
}
</style>
background-color css
<style>
a { background-color: #BA4C40; }
a { background-color: rgb(186,76,64); }
div.DivClassName
{
background-color: #BA4C40;
}
.BgClassName
{
background-color: #BA4C40;
}
</style>
border-color css
<style>
span { border-color: #BA4C40; }
span { border-color: rgb(186,76,64); }
td.TdClassName
{
border-color: #BA4C40;
}
.TagClassName
{
border-color: #BA4C40;
}
</style>