Shades of Chestnut #BA514C
Tints of Chestnut #BA514C
RGB
CMYK
RGB Variations
Color information
#BA514C (or 0xBA514C) is known color: Chestnut. HEX triplet: BA, 51 and 4C. RGB value is (186,81,76). Sum of RGB (Red+Green+Blue) = 186+81+76=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA514C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA514C is #45AEB3. Grayscale: #6F6F6F. Windows color (decimal): -4566708 or 5001658. OLE color: 5001658.
HSL color Cylindrical-coordinate representation of color #BA514C: hue angle of 2.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA514C is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 76 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.27 |
| HSL | 2.73º | 0.44% | 0.51% | - |
| HSV(B) | 2.73º | 0.59% | 0.73% | - |
| XYZ | 24.5 | 16.85 | 8.8 | - |
| YUV | 111.83 | 107.79 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 76 | 0 | 0.56 | 0.59 | 0.27 | 2.73 | 0.44 | 0.51 |
| Hex | BA | 51 | 4C | 0 | 38 | 3B | 1B | 3 | 2C | 33 |
| Octal | 272 | 121 | 114 | 0 | 70 | 73 | 33 | 3 | 54 | 63 |
| Binary | 10111010 | 1010001 | 1001100 | 0 | 111000 | 111011 | 11011 | 11 | 101100 | 110011 |
Color Harmonies of #BA514C
Complementary color
Monochromatic Colors of #BA514C
Black with #BA514C
Text Example
Text Example
White with #BA514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA514C; }
p { color: rgb(186,81,76); }
H1.HeaderClassName
{
color: #BA514C;
}
.AnyTagClassName
{
color: #BA514C;
}
</style>
background-color css
<style>
a { background-color: #BA514C; }
a { background-color: rgb(186,81,76); }
div.DivClassName
{
background-color: #BA514C;
}
.BgClassName
{
background-color: #BA514C;
}
</style>
border-color css
<style>
span { border-color: #BA514C; }
span { border-color: rgb(186,81,76); }
td.TdClassName
{
border-color: #BA514C;
}
.TagClassName
{
border-color: #BA514C;
}
</style>