Shades of Chestnut #BA4A47
Tints of Chestnut #BA4A47
RGB
CMYK
RGB Variations
Color information
#BA4A47 (or 0xBA4A47) is known color: Chestnut. HEX triplet: BA, 4A and 47. RGB value is (186,74,71). Sum of RGB (Red+Green+Blue) = 186+74+71=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4A47 is #45B5B8. Grayscale: #6B6B6B. Windows color (decimal): -4568505 or 4672186. OLE color: 4672186.
HSL color Cylindrical-coordinate representation of color #BA4A47: hue angle of 1.57º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4A47 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 71 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.27 |
| HSL | 1.57º | 0.45% | 0.5% | - |
| HSV(B) | 1.57º | 0.62% | 0.73% | - |
| XYZ | 23.84 | 15.79 | 7.75 | - |
| YUV | 107.15 | 107.61 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 71 | 0 | 0.60 | 0.62 | 0.27 | 1.57 | 0.45 | 0.5 |
| Hex | BA | 4A | 47 | 0 | 3C | 3E | 1B | 2 | 2D | 32 |
| Octal | 272 | 112 | 107 | 0 | 74 | 76 | 33 | 2 | 55 | 62 |
| Binary | 10111010 | 1001010 | 1000111 | 0 | 111100 | 111110 | 11011 | 10 | 101101 | 110010 |
Color Harmonies of #BA4A47
Complementary color
Monochromatic Colors of #BA4A47
Black with #BA4A47
Text Example
Text Example
White with #BA4A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A47; }
p { color: rgb(186,74,71); }
H1.HeaderClassName
{
color: #BA4A47;
}
.AnyTagClassName
{
color: #BA4A47;
}
</style>
background-color css
<style>
a { background-color: #BA4A47; }
a { background-color: rgb(186,74,71); }
div.DivClassName
{
background-color: #BA4A47;
}
.BgClassName
{
background-color: #BA4A47;
}
</style>
border-color css
<style>
span { border-color: #BA4A47; }
span { border-color: rgb(186,74,71); }
td.TdClassName
{
border-color: #BA4A47;
}
.TagClassName
{
border-color: #BA4A47;
}
</style>