Shades of Chestnut #BA4C4A
Tints of Chestnut #BA4C4A
RGB
CMYK
RGB Variations
Color information
#BA4C4A (or 0xBA4C4A) is known color: Chestnut. HEX triplet: BA, 4C and 4A. RGB value is (186,76,74). Sum of RGB (Red+Green+Blue) = 186+76+74=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4C4A is #45B3B5. Grayscale: #6C6C6C. Windows color (decimal): -4567990 or 4869306. OLE color: 4869306.
HSL color Cylindrical-coordinate representation of color #BA4C4A: hue angle of 1.07º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4C4A is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 74 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.27 |
| HSL | 1.07º | 0.45% | 0.51% | - |
| HSV(B) | 1.07º | 0.6% | 0.73% | - |
| XYZ | 24.07 | 16.1 | 8.32 | - |
| YUV | 108.66 | 108.44 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 74 | 0 | 0.59 | 0.60 | 0.27 | 1.07 | 0.45 | 0.51 |
| Hex | BA | 4C | 4A | 0 | 3B | 3C | 1B | 1 | 2D | 33 |
| Octal | 272 | 114 | 112 | 0 | 73 | 74 | 33 | 1 | 55 | 63 |
| Binary | 10111010 | 1001100 | 1001010 | 0 | 111011 | 111100 | 11011 | 1 | 101101 | 110011 |
Color Harmonies of #BA4C4A
Complementary color
Monochromatic Colors of #BA4C4A
Black with #BA4C4A
Text Example
Text Example
White with #BA4C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4C4A; }
p { color: rgb(186,76,74); }
H1.HeaderClassName
{
color: #BA4C4A;
}
.AnyTagClassName
{
color: #BA4C4A;
}
</style>
background-color css
<style>
a { background-color: #BA4C4A; }
a { background-color: rgb(186,76,74); }
div.DivClassName
{
background-color: #BA4C4A;
}
.BgClassName
{
background-color: #BA4C4A;
}
</style>
border-color css
<style>
span { border-color: #BA4C4A; }
span { border-color: rgb(186,76,74); }
td.TdClassName
{
border-color: #BA4C4A;
}
.TagClassName
{
border-color: #BA4C4A;
}
</style>