Shades of Chestnut #BA4A41
Tints of Chestnut #BA4A41
RGB
CMYK
RGB Variations
Color information
#BA4A41 (or 0xBA4A41) is known color: Chestnut. HEX triplet: BA, 4A and 41. RGB value is (186,74,65). Sum of RGB (Red+Green+Blue) = 186+74+65=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4A41 is #45B5BE. Grayscale: #6A6A6A. Windows color (decimal): -4568511 or 4278970. OLE color: 4278970.
HSL color Cylindrical-coordinate representation of color #BA4A41: hue angle of 4.46º 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 #BA4A41 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 65 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.27 |
| HSL | 4.46º | 0.48% | 0.49% | - |
| HSV(B) | 4.46º | 0.65% | 0.73% | - |
| XYZ | 23.65 | 15.72 | 6.79 | - |
| YUV | 106.46 | 104.61 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 65 | 0 | 0.60 | 0.65 | 0.27 | 4.46 | 0.48 | 0.49 |
| Hex | BA | 4A | 41 | 0 | 3C | 41 | 1B | 4 | 30 | 31 |
| Octal | 272 | 112 | 101 | 0 | 74 | 101 | 33 | 4 | 60 | 61 |
| Binary | 10111010 | 1001010 | 1000001 | 0 | 111100 | 1000001 | 11011 | 100 | 110000 | 110001 |
Color Harmonies of #BA4A41
Complementary color
Monochromatic Colors of #BA4A41
Black with #BA4A41
Text Example
Text Example
White with #BA4A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A41; }
p { color: rgb(186,74,65); }
H1.HeaderClassName
{
color: #BA4A41;
}
.AnyTagClassName
{
color: #BA4A41;
}
</style>
background-color css
<style>
a { background-color: #BA4A41; }
a { background-color: rgb(186,74,65); }
div.DivClassName
{
background-color: #BA4A41;
}
.BgClassName
{
background-color: #BA4A41;
}
</style>
border-color css
<style>
span { border-color: #BA4A41; }
span { border-color: rgb(186,74,65); }
td.TdClassName
{
border-color: #BA4A41;
}
.TagClassName
{
border-color: #BA4A41;
}
</style>