Shades of Chestnut #BA524B
Tints of Chestnut #BA524B
RGB
CMYK
RGB Variations
Color information
#BA524B (or 0xBA524B) is known color: Chestnut. HEX triplet: BA, 52 and 4B. RGB value is (186,82,75). Sum of RGB (Red+Green+Blue) = 186+82+75=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA524B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA524B is #45ADB4. Grayscale: #707070. Windows color (decimal): -4566453 or 4936378. OLE color: 4936378.
HSL color Cylindrical-coordinate representation of color #BA524B: hue angle of 3.78º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA524B is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 75 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.27 |
| HSL | 3.78º | 0.45% | 0.51% | - |
| HSV(B) | 3.78º | 0.6% | 0.73% | - |
| XYZ | 24.54 | 16.98 | 8.64 | - |
| YUV | 112.3 | 106.96 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 75 | 0 | 0.56 | 0.60 | 0.27 | 3.78 | 0.45 | 0.51 |
| Hex | BA | 52 | 4B | 0 | 38 | 3C | 1B | 4 | 2D | 33 |
| Octal | 272 | 122 | 113 | 0 | 70 | 74 | 33 | 4 | 55 | 63 |
| Binary | 10111010 | 1010010 | 1001011 | 0 | 111000 | 111100 | 11011 | 100 | 101101 | 110011 |
Color Harmonies of #BA524B
Complementary color
Monochromatic Colors of #BA524B
Black with #BA524B
Text Example
Text Example
White with #BA524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA524B; }
p { color: rgb(186,82,75); }
H1.HeaderClassName
{
color: #BA524B;
}
.AnyTagClassName
{
color: #BA524B;
}
</style>
background-color css
<style>
a { background-color: #BA524B; }
a { background-color: rgb(186,82,75); }
div.DivClassName
{
background-color: #BA524B;
}
.BgClassName
{
background-color: #BA524B;
}
</style>
border-color css
<style>
span { border-color: #BA524B; }
span { border-color: rgb(186,82,75); }
td.TdClassName
{
border-color: #BA524B;
}
.TagClassName
{
border-color: #BA524B;
}
</style>