Shades of Grenadier #BA523C
Tints of Grenadier #BA523C
RGB
CMYK
RGB Variations
Color information
#BA523C (or 0xBA523C) is known color: Grenadier. HEX triplet: BA, 52 and 3C. RGB value is (186,82,60). Sum of RGB (Red+Green+Blue) = 186+82+60=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA523C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA523C is #45ADC3. Grayscale: #6E6E6E. Windows color (decimal): -4566468 or 3953338. OLE color: 3953338.
HSL color Cylindrical-coordinate representation of color #BA523C: hue angle of 10.48º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA523C is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 60 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.27 |
| HSL | 10.48º | 0.51% | 0.48% | - |
| HSV(B) | 10.48º | 0.68% | 0.73% | - |
| XYZ | 24.08 | 16.8 | 6.25 | - |
| YUV | 110.59 | 99.46 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 60 | 0 | 0.56 | 0.68 | 0.27 | 10.48 | 0.51 | 0.48 |
| Hex | BA | 52 | 3C | 0 | 38 | 44 | 1B | A | 33 | 30 |
| Octal | 272 | 122 | 74 | 0 | 70 | 104 | 33 | 12 | 63 | 60 |
| Binary | 10111010 | 1010010 | 111100 | 0 | 111000 | 1000100 | 11011 | 1010 | 110011 | 110000 |
Color Harmonies of #BA523C
Complementary color
Monochromatic Colors of #BA523C
Black with #BA523C
Text Example
Text Example
White with #BA523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA523C; }
p { color: rgb(186,82,60); }
H1.HeaderClassName
{
color: #BA523C;
}
.AnyTagClassName
{
color: #BA523C;
}
</style>
background-color css
<style>
a { background-color: #BA523C; }
a { background-color: rgb(186,82,60); }
div.DivClassName
{
background-color: #BA523C;
}
.BgClassName
{
background-color: #BA523C;
}
</style>
border-color css
<style>
span { border-color: #BA523C; }
span { border-color: rgb(186,82,60); }
td.TdClassName
{
border-color: #BA523C;
}
.TagClassName
{
border-color: #BA523C;
}
</style>