Shades of Chestnut #BA524D
Tints of Chestnut #BA524D
RGB
CMYK
RGB Variations
Color information
#BA524D (or 0xBA524D) is known color: Chestnut. HEX triplet: BA, 52 and 4D. RGB value is (186,82,77). Sum of RGB (Red+Green+Blue) = 186+82+77=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA524D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA524D is #45ADB2. Grayscale: #707070. Windows color (decimal): -4566451 or 5067450. OLE color: 5067450.
HSL color Cylindrical-coordinate representation of color #BA524D: hue angle of 2.75º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA524D is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 77 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.27 |
| HSL | 2.75º | 0.44% | 0.52% | - |
| HSV(B) | 2.75º | 0.59% | 0.73% | - |
| XYZ | 24.61 | 17.01 | 9.01 | - |
| YUV | 112.53 | 107.96 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 77 | 0 | 0.56 | 0.59 | 0.27 | 2.75 | 0.44 | 0.52 |
| Hex | BA | 52 | 4D | 0 | 38 | 3B | 1B | 3 | 2C | 34 |
| Octal | 272 | 122 | 115 | 0 | 70 | 73 | 33 | 3 | 54 | 64 |
| Binary | 10111010 | 1010010 | 1001101 | 0 | 111000 | 111011 | 11011 | 11 | 101100 | 110100 |
Color Harmonies of #BA524D
Complementary color
Monochromatic Colors of #BA524D
Black with #BA524D
Text Example
Text Example
White with #BA524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA524D; }
p { color: rgb(186,82,77); }
H1.HeaderClassName
{
color: #BA524D;
}
.AnyTagClassName
{
color: #BA524D;
}
</style>
background-color css
<style>
a { background-color: #BA524D; }
a { background-color: rgb(186,82,77); }
div.DivClassName
{
background-color: #BA524D;
}
.BgClassName
{
background-color: #BA524D;
}
</style>
border-color css
<style>
span { border-color: #BA524D; }
span { border-color: rgb(186,82,77); }
td.TdClassName
{
border-color: #BA524D;
}
.TagClassName
{
border-color: #BA524D;
}
</style>