Shades of Chestnut #BA4744
Tints of Chestnut #BA4744
RGB
CMYK
RGB Variations
Color information
#BA4744 (or 0xBA4744) is known color: Chestnut. HEX triplet: BA, 47 and 44. RGB value is (186,71,68). Sum of RGB (Red+Green+Blue) = 186+71+68=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4744 is #45B8BB. Grayscale: #696969. Windows color (decimal): -4569276 or 4474810. OLE color: 4474810.
HSL color Cylindrical-coordinate representation of color #BA4744: hue angle of 1.53º 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 #BA4744 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 68 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.27 |
| HSL | 1.53º | 0.46% | 0.5% | - |
| HSV(B) | 1.53º | 0.63% | 0.73% | - |
| XYZ | 23.55 | 15.36 | 7.19 | - |
| YUV | 105.04 | 107.1 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 68 | 0 | 0.62 | 0.63 | 0.27 | 1.53 | 0.46 | 0.5 |
| Hex | BA | 47 | 44 | 0 | 3E | 3F | 1B | 2 | 2E | 32 |
| Octal | 272 | 107 | 104 | 0 | 76 | 77 | 33 | 2 | 56 | 62 |
| Binary | 10111010 | 1000111 | 1000100 | 0 | 111110 | 111111 | 11011 | 10 | 101110 | 110010 |
Color Harmonies of #BA4744
Complementary color
Monochromatic Colors of #BA4744
Black with #BA4744
Text Example
Text Example
White with #BA4744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4744; }
p { color: rgb(186,71,68); }
H1.HeaderClassName
{
color: #BA4744;
}
.AnyTagClassName
{
color: #BA4744;
}
</style>
background-color css
<style>
a { background-color: #BA4744; }
a { background-color: rgb(186,71,68); }
div.DivClassName
{
background-color: #BA4744;
}
.BgClassName
{
background-color: #BA4744;
}
</style>
border-color css
<style>
span { border-color: #BA4744; }
span { border-color: rgb(186,71,68); }
td.TdClassName
{
border-color: #BA4744;
}
.TagClassName
{
border-color: #BA4744;
}
</style>