Shades of Chestnut #BA493F
Tints of Chestnut #BA493F
RGB
CMYK
RGB Variations
Color information
#BA493F (or 0xBA493F) is known color: Chestnut. HEX triplet: BA, 49 and 3F. RGB value is (186,73,63). Sum of RGB (Red+Green+Blue) = 186+73+63=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA493F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA493F is #45B6C0. Grayscale: #696969. Windows color (decimal): -4568769 or 4147642. OLE color: 4147642.
HSL color Cylindrical-coordinate representation of color #BA493F: hue angle of 4.88º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA493F is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 63 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.27 |
| HSL | 4.88º | 0.49% | 0.49% | - |
| HSV(B) | 4.88º | 0.66% | 0.73% | - |
| XYZ | 23.53 | 15.56 | 6.47 | - |
| YUV | 105.65 | 103.94 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 63 | 0 | 0.61 | 0.66 | 0.27 | 4.88 | 0.49 | 0.49 |
| Hex | BA | 49 | 3F | 0 | 3D | 42 | 1B | 5 | 31 | 31 |
| Octal | 272 | 111 | 77 | 0 | 75 | 102 | 33 | 5 | 61 | 61 |
| Binary | 10111010 | 1001001 | 111111 | 0 | 111101 | 1000010 | 11011 | 101 | 110001 | 110001 |
Color Harmonies of #BA493F
Complementary color
Monochromatic Colors of #BA493F
Black with #BA493F
Text Example
Text Example
White with #BA493F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA493F; }
p { color: rgb(186,73,63); }
H1.HeaderClassName
{
color: #BA493F;
}
.AnyTagClassName
{
color: #BA493F;
}
</style>
background-color css
<style>
a { background-color: #BA493F; }
a { background-color: rgb(186,73,63); }
div.DivClassName
{
background-color: #BA493F;
}
.BgClassName
{
background-color: #BA493F;
}
</style>
border-color css
<style>
span { border-color: #BA493F; }
span { border-color: rgb(186,73,63); }
td.TdClassName
{
border-color: #BA493F;
}
.TagClassName
{
border-color: #BA493F;
}
</style>