Shades of Chestnut #BA4C44
Tints of Chestnut #BA4C44
RGB
CMYK
RGB Variations
Color information
#BA4C44 (or 0xBA4C44) is known color: Chestnut. HEX triplet: BA, 4C and 44. RGB value is (186,76,68). Sum of RGB (Red+Green+Blue) = 186+76+68=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4C44 is #45B3BB. Grayscale: #6C6C6C. Windows color (decimal): -4567996 or 4476090. OLE color: 4476090.
HSL color Cylindrical-coordinate representation of color #BA4C44: hue angle of 4.07º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4C44 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 68 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.27 |
| HSL | 4.07º | 0.46% | 0.5% | - |
| HSV(B) | 4.07º | 0.63% | 0.73% | - |
| XYZ | 23.88 | 16.03 | 7.3 | - |
| YUV | 107.98 | 105.44 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 68 | 0 | 0.59 | 0.63 | 0.27 | 4.07 | 0.46 | 0.5 |
| Hex | BA | 4C | 44 | 0 | 3B | 3F | 1B | 4 | 2E | 32 |
| Octal | 272 | 114 | 104 | 0 | 73 | 77 | 33 | 4 | 56 | 62 |
| Binary | 10111010 | 1001100 | 1000100 | 0 | 111011 | 111111 | 11011 | 100 | 101110 | 110010 |
Color Harmonies of #BA4C44
Complementary color
Monochromatic Colors of #BA4C44
Black with #BA4C44
Text Example
Text Example
White with #BA4C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4C44; }
p { color: rgb(186,76,68); }
H1.HeaderClassName
{
color: #BA4C44;
}
.AnyTagClassName
{
color: #BA4C44;
}
</style>
background-color css
<style>
a { background-color: #BA4C44; }
a { background-color: rgb(186,76,68); }
div.DivClassName
{
background-color: #BA4C44;
}
.BgClassName
{
background-color: #BA4C44;
}
</style>
border-color css
<style>
span { border-color: #BA4C44; }
span { border-color: rgb(186,76,68); }
td.TdClassName
{
border-color: #BA4C44;
}
.TagClassName
{
border-color: #BA4C44;
}
</style>