Shades of Grenadier #BA5334
Tints of Grenadier #BA5334
RGB
CMYK
RGB Variations
Color information
#BA5334 (or 0xBA5334) is known color: Grenadier. HEX triplet: BA, 53 and 34. RGB value is (186,83,52). Sum of RGB (Red+Green+Blue) = 186+83+52=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5334 is #45ACCB. Grayscale: #6E6E6E. Windows color (decimal): -4566220 or 3429306. OLE color: 3429306.
HSL color Cylindrical-coordinate representation of color #BA5334: hue angle of 13.88º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA5334 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 52 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.27 |
| HSL | 13.88º | 0.56% | 0.47% | - |
| HSV(B) | 13.88º | 0.72% | 0.73% | - |
| XYZ | 23.96 | 16.87 | 5.24 | - |
| YUV | 110.26 | 95.12 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 52 | 0 | 0.55 | 0.72 | 0.27 | 13.88 | 0.56 | 0.47 |
| Hex | BA | 53 | 34 | 0 | 37 | 48 | 1B | E | 38 | 2F |
| Octal | 272 | 123 | 64 | 0 | 67 | 110 | 33 | 16 | 70 | 57 |
| Binary | 10111010 | 1010011 | 110100 | 0 | 110111 | 1001000 | 11011 | 1110 | 111000 | 101111 |
Color Harmonies of #BA5334
Complementary color
Monochromatic Colors of #BA5334
Black with #BA5334
Text Example
Text Example
White with #BA5334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5334; }
p { color: rgb(186,83,52); }
H1.HeaderClassName
{
color: #BA5334;
}
.AnyTagClassName
{
color: #BA5334;
}
</style>
background-color css
<style>
a { background-color: #BA5334; }
a { background-color: rgb(186,83,52); }
div.DivClassName
{
background-color: #BA5334;
}
.BgClassName
{
background-color: #BA5334;
}
</style>
border-color css
<style>
span { border-color: #BA5334; }
span { border-color: rgb(186,83,52); }
td.TdClassName
{
border-color: #BA5334;
}
.TagClassName
{
border-color: #BA5334;
}
</style>