Shades of Chestnut #BA5346
Tints of Chestnut #BA5346
RGB
CMYK
RGB Variations
Color information
#BA5346 (or 0xBA5346) is known color: Chestnut. HEX triplet: BA, 53 and 46. RGB value is (186,83,70). Sum of RGB (Red+Green+Blue) = 186+83+70=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5346 is #45ACB9. Grayscale: #707070. Windows color (decimal): -4566202 or 4608954. OLE color: 4608954.
HSL color Cylindrical-coordinate representation of color #BA5346: hue angle of 6.72º 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 #BA5346 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 70 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.27 |
| HSL | 6.72º | 0.46% | 0.5% | - |
| HSV(B) | 6.72º | 0.62% | 0.73% | - |
| XYZ | 24.45 | 17.07 | 7.8 | - |
| YUV | 112.32 | 104.12 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 70 | 0 | 0.55 | 0.62 | 0.27 | 6.72 | 0.46 | 0.5 |
| Hex | BA | 53 | 46 | 0 | 37 | 3E | 1B | 7 | 2E | 32 |
| Octal | 272 | 123 | 106 | 0 | 67 | 76 | 33 | 7 | 56 | 62 |
| Binary | 10111010 | 1010011 | 1000110 | 0 | 110111 | 111110 | 11011 | 111 | 101110 | 110010 |
Color Harmonies of #BA5346
Complementary color
Monochromatic Colors of #BA5346
Black with #BA5346
Text Example
Text Example
White with #BA5346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5346; }
p { color: rgb(186,83,70); }
H1.HeaderClassName
{
color: #BA5346;
}
.AnyTagClassName
{
color: #BA5346;
}
</style>
background-color css
<style>
a { background-color: #BA5346; }
a { background-color: rgb(186,83,70); }
div.DivClassName
{
background-color: #BA5346;
}
.BgClassName
{
background-color: #BA5346;
}
</style>
border-color css
<style>
span { border-color: #BA5346; }
span { border-color: rgb(186,83,70); }
td.TdClassName
{
border-color: #BA5346;
}
.TagClassName
{
border-color: #BA5346;
}
</style>