Shades of Chestnut #BA4E41
Tints of Chestnut #BA4E41
RGB
CMYK
RGB Variations
Color information
#BA4E41 (or 0xBA4E41) is known color: Chestnut. HEX triplet: BA, 4E and 41. RGB value is (186,78,65). Sum of RGB (Red+Green+Blue) = 186+78+65=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E41 is #45B1BE. Grayscale: #6C6C6C. Windows color (decimal): -4567487 or 4279994. OLE color: 4279994.
HSL color Cylindrical-coordinate representation of color #BA4E41: hue angle of 6.45º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4E41 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 78 | 65 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.27 |
| HSL | 6.45º | 0.48% | 0.49% | - |
| HSV(B) | 6.45º | 0.65% | 0.73% | - |
| XYZ | 23.93 | 16.27 | 6.88 | - |
| YUV | 108.81 | 103.28 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 65 | 0 | 0.58 | 0.65 | 0.27 | 6.45 | 0.48 | 0.49 |
| Hex | BA | 4E | 41 | 0 | 3A | 41 | 1B | 6 | 30 | 31 |
| Octal | 272 | 116 | 101 | 0 | 72 | 101 | 33 | 6 | 60 | 61 |
| Binary | 10111010 | 1001110 | 1000001 | 0 | 111010 | 1000001 | 11011 | 110 | 110000 | 110001 |
Color Harmonies of #BA4E41
Complementary color
Monochromatic Colors of #BA4E41
Black with #BA4E41
Text Example
Text Example
White with #BA4E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4E41; }
p { color: rgb(186,78,65); }
H1.HeaderClassName
{
color: #BA4E41;
}
.AnyTagClassName
{
color: #BA4E41;
}
</style>
background-color css
<style>
a { background-color: #BA4E41; }
a { background-color: rgb(186,78,65); }
div.DivClassName
{
background-color: #BA4E41;
}
.BgClassName
{
background-color: #BA4E41;
}
</style>
border-color css
<style>
span { border-color: #BA4E41; }
span { border-color: rgb(186,78,65); }
td.TdClassName
{
border-color: #BA4E41;
}
.TagClassName
{
border-color: #BA4E41;
}
</style>