Shades of Chestnut #BA4947
Tints of Chestnut #BA4947
RGB
CMYK
RGB Variations
Color information
#BA4947 (or 0xBA4947) is known color: Chestnut. HEX triplet: BA, 49 and 47. RGB value is (186,73,71). Sum of RGB (Red+Green+Blue) = 186+73+71=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4947 is #45B6B8. Grayscale: #6A6A6A. Windows color (decimal): -4568761 or 4671930. OLE color: 4671930.
HSL color Cylindrical-coordinate representation of color #BA4947: hue angle of 1.04º 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 #BA4947 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 71 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.27 |
| HSL | 1.04º | 0.45% | 0.5% | - |
| HSV(B) | 1.04º | 0.62% | 0.73% | - |
| XYZ | 23.77 | 15.66 | 7.73 | - |
| YUV | 106.56 | 107.94 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 71 | 0 | 0.61 | 0.62 | 0.27 | 1.04 | 0.45 | 0.5 |
| Hex | BA | 49 | 47 | 0 | 3D | 3E | 1B | 1 | 2D | 32 |
| Octal | 272 | 111 | 107 | 0 | 75 | 76 | 33 | 1 | 55 | 62 |
| Binary | 10111010 | 1001001 | 1000111 | 0 | 111101 | 111110 | 11011 | 1 | 101101 | 110010 |
Color Harmonies of #BA4947
Complementary color
Monochromatic Colors of #BA4947
Black with #BA4947
Text Example
Text Example
White with #BA4947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4947; }
p { color: rgb(186,73,71); }
H1.HeaderClassName
{
color: #BA4947;
}
.AnyTagClassName
{
color: #BA4947;
}
</style>
background-color css
<style>
a { background-color: #BA4947; }
a { background-color: rgb(186,73,71); }
div.DivClassName
{
background-color: #BA4947;
}
.BgClassName
{
background-color: #BA4947;
}
</style>
border-color css
<style>
span { border-color: #BA4947; }
span { border-color: rgb(186,73,71); }
td.TdClassName
{
border-color: #BA4947;
}
.TagClassName
{
border-color: #BA4947;
}
</style>