Shades of Chestnut #BA493E
Tints of Chestnut #BA493E
RGB
CMYK
RGB Variations
Color information
#BA493E (or 0xBA493E) is known color: Chestnut. HEX triplet: BA, 49 and 3E. RGB value is (186,73,62). Sum of RGB (Red+Green+Blue) = 186+73+62=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA493E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA493E is #45B6C1. Grayscale: #696969. Windows color (decimal): -4568770 or 4082106. OLE color: 4082106.
HSL color Cylindrical-coordinate representation of color #BA493E: hue angle of 5.32º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA493E is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 62 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.27 |
| HSL | 5.32º | 0.5% | 0.49% | - |
| HSV(B) | 5.32º | 0.67% | 0.73% | - |
| XYZ | 23.5 | 15.55 | 6.32 | - |
| YUV | 105.53 | 103.44 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 62 | 0 | 0.61 | 0.67 | 0.27 | 5.32 | 0.5 | 0.49 |
| Hex | BA | 49 | 3E | 0 | 3D | 43 | 1B | 5 | 32 | 31 |
| Octal | 272 | 111 | 76 | 0 | 75 | 103 | 33 | 5 | 62 | 61 |
| Binary | 10111010 | 1001001 | 111110 | 0 | 111101 | 1000011 | 11011 | 101 | 110010 | 110001 |
Color Harmonies of #BA493E
Complementary color
Monochromatic Colors of #BA493E
Black with #BA493E
Text Example
Text Example
White with #BA493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA493E; }
p { color: rgb(186,73,62); }
H1.HeaderClassName
{
color: #BA493E;
}
.AnyTagClassName
{
color: #BA493E;
}
</style>
background-color css
<style>
a { background-color: #BA493E; }
a { background-color: rgb(186,73,62); }
div.DivClassName
{
background-color: #BA493E;
}
.BgClassName
{
background-color: #BA493E;
}
</style>
border-color css
<style>
span { border-color: #BA493E; }
span { border-color: rgb(186,73,62); }
td.TdClassName
{
border-color: #BA493E;
}
.TagClassName
{
border-color: #BA493E;
}
</style>