Shades of Grenadier #BA523B
Tints of Grenadier #BA523B
RGB
CMYK
RGB Variations
Color information
#BA523B (or 0xBA523B) is known color: Grenadier. HEX triplet: BA, 52 and 3B. RGB value is (186,82,59). Sum of RGB (Red+Green+Blue) = 186+82+59=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 59 (23.44% from 255 or 18.04% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA523B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA523B is #45ADC4. Grayscale: #6E6E6E. Windows color (decimal): -4566469 or 3887802. OLE color: 3887802.
HSL color Cylindrical-coordinate representation of color #BA523B: hue angle of 10.87º degrees, saturation: 0.52, 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 #BA523B is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 59 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.27 |
| HSL | 10.87º | 0.52% | 0.48% | - |
| HSV(B) | 10.87º | 0.68% | 0.73% | - |
| XYZ | 24.06 | 16.79 | 6.11 | - |
| YUV | 110.47 | 98.96 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 59 | 0 | 0.56 | 0.68 | 0.27 | 10.87 | 0.52 | 0.48 |
| Hex | BA | 52 | 3B | 0 | 38 | 44 | 1B | B | 34 | 30 |
| Octal | 272 | 122 | 73 | 0 | 70 | 104 | 33 | 13 | 64 | 60 |
| Binary | 10111010 | 1010010 | 111011 | 0 | 111000 | 1000100 | 11011 | 1011 | 110100 | 110000 |
Color Harmonies of #BA523B
Complementary color
Monochromatic Colors of #BA523B
Black with #BA523B
Text Example
Text Example
White with #BA523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA523B; }
p { color: rgb(186,82,59); }
H1.HeaderClassName
{
color: #BA523B;
}
.AnyTagClassName
{
color: #BA523B;
}
</style>
background-color css
<style>
a { background-color: #BA523B; }
a { background-color: rgb(186,82,59); }
div.DivClassName
{
background-color: #BA523B;
}
.BgClassName
{
background-color: #BA523B;
}
</style>
border-color css
<style>
span { border-color: #BA523B; }
span { border-color: rgb(186,82,59); }
td.TdClassName
{
border-color: #BA523B;
}
.TagClassName
{
border-color: #BA523B;
}
</style>