Shades of Chestnut #BA4D41
Tints of Chestnut #BA4D41
RGB
CMYK
RGB Variations
Color information
#BA4D41 (or 0xBA4D41) is known color: Chestnut. HEX triplet: BA, 4D and 41. RGB value is (186,77,65). Sum of RGB (Red+Green+Blue) = 186+77+65=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4D41 is #45B2BE. Grayscale: #6C6C6C. Windows color (decimal): -4567743 or 4279738. OLE color: 4279738.
HSL color Cylindrical-coordinate representation of color #BA4D41: hue angle of 5.95º 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 #BA4D41 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 77 | 65 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.27 |
| HSL | 5.95º | 0.48% | 0.49% | - |
| HSV(B) | 5.95º | 0.65% | 0.73% | - |
| XYZ | 23.86 | 16.13 | 6.86 | - |
| YUV | 108.22 | 103.61 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 65 | 0 | 0.59 | 0.65 | 0.27 | 5.95 | 0.48 | 0.49 |
| Hex | BA | 4D | 41 | 0 | 3B | 41 | 1B | 6 | 30 | 31 |
| Octal | 272 | 115 | 101 | 0 | 73 | 101 | 33 | 6 | 60 | 61 |
| Binary | 10111010 | 1001101 | 1000001 | 0 | 111011 | 1000001 | 11011 | 110 | 110000 | 110001 |
Color Harmonies of #BA4D41
Complementary color
Monochromatic Colors of #BA4D41
Black with #BA4D41
Text Example
Text Example
White with #BA4D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4D41; }
p { color: rgb(186,77,65); }
H1.HeaderClassName
{
color: #BA4D41;
}
.AnyTagClassName
{
color: #BA4D41;
}
</style>
background-color css
<style>
a { background-color: #BA4D41; }
a { background-color: rgb(186,77,65); }
div.DivClassName
{
background-color: #BA4D41;
}
.BgClassName
{
background-color: #BA4D41;
}
</style>
border-color css
<style>
span { border-color: #BA4D41; }
span { border-color: rgb(186,77,65); }
td.TdClassName
{
border-color: #BA4D41;
}
.TagClassName
{
border-color: #BA4D41;
}
</style>