Shades of Chestnut #BA4C46
Tints of Chestnut #BA4C46
RGB
CMYK
RGB Variations
Color information
#BA4C46 (or 0xBA4C46) is known color: Chestnut. HEX triplet: BA, 4C and 46. RGB value is (186,76,70). Sum of RGB (Red+Green+Blue) = 186+76+70=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4C46 is #45B3B9. Grayscale: #6C6C6C. Windows color (decimal): -4567994 or 4607162. OLE color: 4607162.
HSL color Cylindrical-coordinate representation of color #BA4C46: hue angle of 3.1º 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 #BA4C46 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 70 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.27 |
| HSL | 3.1º | 0.46% | 0.5% | - |
| HSV(B) | 3.1º | 0.62% | 0.73% | - |
| XYZ | 23.94 | 16.05 | 7.63 | - |
| YUV | 108.21 | 106.44 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 70 | 0 | 0.59 | 0.62 | 0.27 | 3.1 | 0.46 | 0.5 |
| Hex | BA | 4C | 46 | 0 | 3B | 3E | 1B | 3 | 2E | 32 |
| Octal | 272 | 114 | 106 | 0 | 73 | 76 | 33 | 3 | 56 | 62 |
| Binary | 10111010 | 1001100 | 1000110 | 0 | 111011 | 111110 | 11011 | 11 | 101110 | 110010 |
Color Harmonies of #BA4C46
Complementary color
Monochromatic Colors of #BA4C46
Black with #BA4C46
Text Example
Text Example
White with #BA4C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4C46; }
p { color: rgb(186,76,70); }
H1.HeaderClassName
{
color: #BA4C46;
}
.AnyTagClassName
{
color: #BA4C46;
}
</style>
background-color css
<style>
a { background-color: #BA4C46; }
a { background-color: rgb(186,76,70); }
div.DivClassName
{
background-color: #BA4C46;
}
.BgClassName
{
background-color: #BA4C46;
}
</style>
border-color css
<style>
span { border-color: #BA4C46; }
span { border-color: rgb(186,76,70); }
td.TdClassName
{
border-color: #BA4C46;
}
.TagClassName
{
border-color: #BA4C46;
}
</style>