Shades of Chestnut #BA4F4F
Tints of Chestnut #BA4F4F
RGB
CMYK
RGB Variations
Color information
#BA4F4F (or 0xBA4F4F) is known color: Chestnut. HEX triplet: BA, 4F and 4F. RGB value is (186,79,79). Sum of RGB (Red+Green+Blue) = 186+79+79=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 79 (31.25% from 255 or 22.97% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4F4F is #45B0B0. Grayscale: #6F6F6F. Windows color (decimal): -4567217 or 5197754. OLE color: 5197754.
HSL color Cylindrical-coordinate representation of color #BA4F4F: hue angle of 0º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4F4F is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 79 | 79 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.27 |
| HSL | 0º | 0.44% | 0.52% | - |
| HSV(B) | 0º | 0.58% | 0.73% | - |
| XYZ | 24.46 | 16.6 | 9.31 | - |
| YUV | 110.99 | 109.95 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 79 | 0 | 0.58 | 0.58 | 0.27 | 0 | 0.44 | 0.52 |
| Hex | BA | 4F | 4F | 0 | 3A | 3A | 1B | 0 | 2C | 34 |
| Octal | 272 | 117 | 117 | 0 | 72 | 72 | 33 | 0 | 54 | 64 |
| Binary | 10111010 | 1001111 | 1001111 | 0 | 111010 | 111010 | 11011 | 0 | 101100 | 110100 |
Color Harmonies of #BA4F4F
Complementary color
Monochromatic Colors of #BA4F4F
Black with #BA4F4F
Text Example
Text Example
White with #BA4F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4F4F; }
p { color: rgb(186,79,79); }
H1.HeaderClassName
{
color: #BA4F4F;
}
.AnyTagClassName
{
color: #BA4F4F;
}
</style>
background-color css
<style>
a { background-color: #BA4F4F; }
a { background-color: rgb(186,79,79); }
div.DivClassName
{
background-color: #BA4F4F;
}
.BgClassName
{
background-color: #BA4F4F;
}
</style>
border-color css
<style>
span { border-color: #BA4F4F; }
span { border-color: rgb(186,79,79); }
td.TdClassName
{
border-color: #BA4F4F;
}
.TagClassName
{
border-color: #BA4F4F;
}
</style>