Shades of Chestnut #BA4946
Tints of Chestnut #BA4946
RGB
CMYK
RGB Variations
Color information
#BA4946 (or 0xBA4946) is known color: Chestnut. HEX triplet: BA, 49 and 46. RGB value is (186,73,70). Sum of RGB (Red+Green+Blue) = 186+73+70=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4946 is #45B6B9. Grayscale: #6A6A6A. Windows color (decimal): -4568762 or 4606394. OLE color: 4606394.
HSL color Cylindrical-coordinate representation of color #BA4946: hue angle of 1.55º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4946 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 70 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.27 |
| HSL | 1.55º | 0.46% | 0.5% | - |
| HSV(B) | 1.55º | 0.62% | 0.73% | - |
| XYZ | 23.74 | 15.65 | 7.56 | - |
| YUV | 106.45 | 107.44 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 70 | 0 | 0.61 | 0.62 | 0.27 | 1.55 | 0.46 | 0.5 |
| Hex | BA | 49 | 46 | 0 | 3D | 3E | 1B | 2 | 2E | 32 |
| Octal | 272 | 111 | 106 | 0 | 75 | 76 | 33 | 2 | 56 | 62 |
| Binary | 10111010 | 1001001 | 1000110 | 0 | 111101 | 111110 | 11011 | 10 | 101110 | 110010 |
Color Harmonies of #BA4946
Complementary color
Monochromatic Colors of #BA4946
Black with #BA4946
Text Example
Text Example
White with #BA4946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4946; }
p { color: rgb(186,73,70); }
H1.HeaderClassName
{
color: #BA4946;
}
.AnyTagClassName
{
color: #BA4946;
}
</style>
background-color css
<style>
a { background-color: #BA4946; }
a { background-color: rgb(186,73,70); }
div.DivClassName
{
background-color: #BA4946;
}
.BgClassName
{
background-color: #BA4946;
}
</style>
border-color css
<style>
span { border-color: #BA4946; }
span { border-color: rgb(186,73,70); }
td.TdClassName
{
border-color: #BA4946;
}
.TagClassName
{
border-color: #BA4946;
}
</style>