Shades of Chestnut #BA4844
Tints of Chestnut #BA4844
RGB
CMYK
RGB Variations
Color information
#BA4844 (or 0xBA4844) is known color: Chestnut. HEX triplet: BA, 48 and 44. RGB value is (186,72,68). Sum of RGB (Red+Green+Blue) = 186+72+68=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4844 is #45B7BB. Grayscale: #696969. Windows color (decimal): -4569020 or 4475066. OLE color: 4475066.
HSL color Cylindrical-coordinate representation of color #BA4844: hue angle of 2.03º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4844 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 68 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.27 |
| HSL | 2.03º | 0.46% | 0.5% | - |
| HSV(B) | 2.03º | 0.63% | 0.73% | - |
| XYZ | 23.61 | 15.49 | 7.21 | - |
| YUV | 105.63 | 106.77 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 68 | 0 | 0.61 | 0.63 | 0.27 | 2.03 | 0.46 | 0.5 |
| Hex | BA | 48 | 44 | 0 | 3D | 3F | 1B | 2 | 2E | 32 |
| Octal | 272 | 110 | 104 | 0 | 75 | 77 | 33 | 2 | 56 | 62 |
| Binary | 10111010 | 1001000 | 1000100 | 0 | 111101 | 111111 | 11011 | 10 | 101110 | 110010 |
Color Harmonies of #BA4844
Complementary color
Monochromatic Colors of #BA4844
Black with #BA4844
Text Example
Text Example
White with #BA4844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4844; }
p { color: rgb(186,72,68); }
H1.HeaderClassName
{
color: #BA4844;
}
.AnyTagClassName
{
color: #BA4844;
}
</style>
background-color css
<style>
a { background-color: #BA4844; }
a { background-color: rgb(186,72,68); }
div.DivClassName
{
background-color: #BA4844;
}
.BgClassName
{
background-color: #BA4844;
}
</style>
border-color css
<style>
span { border-color: #BA4844; }
span { border-color: rgb(186,72,68); }
td.TdClassName
{
border-color: #BA4844;
}
.TagClassName
{
border-color: #BA4844;
}
</style>