Shades of Chestnut #BA5146
Tints of Chestnut #BA5146
RGB
CMYK
RGB Variations
Color information
#BA5146 (or 0xBA5146) is known color: Chestnut. HEX triplet: BA, 51 and 46. RGB value is (186,81,70). Sum of RGB (Red+Green+Blue) = 186+81+70=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5146 is #45AEB9. Grayscale: #6F6F6F. Windows color (decimal): -4566714 or 4608442. OLE color: 4608442.
HSL color Cylindrical-coordinate representation of color #BA5146: hue angle of 5.69º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA5146 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 70 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.27 |
| HSL | 5.69º | 0.46% | 0.5% | - |
| HSV(B) | 5.69º | 0.62% | 0.73% | - |
| XYZ | 24.3 | 16.77 | 7.75 | - |
| YUV | 111.14 | 104.79 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 70 | 0 | 0.56 | 0.62 | 0.27 | 5.69 | 0.46 | 0.5 |
| Hex | BA | 51 | 46 | 0 | 38 | 3E | 1B | 6 | 2E | 32 |
| Octal | 272 | 121 | 106 | 0 | 70 | 76 | 33 | 6 | 56 | 62 |
| Binary | 10111010 | 1010001 | 1000110 | 0 | 111000 | 111110 | 11011 | 110 | 101110 | 110010 |
Color Harmonies of #BA5146
Complementary color
Monochromatic Colors of #BA5146
Black with #BA5146
Text Example
Text Example
White with #BA5146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5146; }
p { color: rgb(186,81,70); }
H1.HeaderClassName
{
color: #BA5146;
}
.AnyTagClassName
{
color: #BA5146;
}
</style>
background-color css
<style>
a { background-color: #BA5146; }
a { background-color: rgb(186,81,70); }
div.DivClassName
{
background-color: #BA5146;
}
.BgClassName
{
background-color: #BA5146;
}
</style>
border-color css
<style>
span { border-color: #BA5146; }
span { border-color: rgb(186,81,70); }
td.TdClassName
{
border-color: #BA5146;
}
.TagClassName
{
border-color: #BA5146;
}
</style>