Shades of Grenadier #BA5033
Tints of Grenadier #BA5033
RGB
CMYK
RGB Variations
Color information
#BA5033 (or 0xBA5033) is known color: Grenadier. HEX triplet: BA, 50 and 33. RGB value is (186,80,51). Sum of RGB (Red+Green+Blue) = 186+80+51=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5033 is #45AFCC. Grayscale: #6C6C6C. Windows color (decimal): -4566989 or 3363002. OLE color: 3363002.
HSL color Cylindrical-coordinate representation of color #BA5033: hue angle of 12.89º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA5033 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 51 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.27 |
| HSL | 12.89º | 0.57% | 0.46% | - |
| HSV(B) | 12.89º | 0.73% | 0.73% | - |
| XYZ | 23.72 | 16.42 | 5.05 | - |
| YUV | 108.39 | 95.62 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 51 | 0 | 0.57 | 0.73 | 0.27 | 12.89 | 0.57 | 0.46 |
| Hex | BA | 50 | 33 | 0 | 39 | 49 | 1B | D | 39 | 2E |
| Octal | 272 | 120 | 63 | 0 | 71 | 111 | 33 | 15 | 71 | 56 |
| Binary | 10111010 | 1010000 | 110011 | 0 | 111001 | 1001001 | 11011 | 1101 | 111001 | 101110 |
Color Harmonies of #BA5033
Complementary color
Monochromatic Colors of #BA5033
Black with #BA5033
Text Example
Text Example
White with #BA5033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5033; }
p { color: rgb(186,80,51); }
H1.HeaderClassName
{
color: #BA5033;
}
.AnyTagClassName
{
color: #BA5033;
}
</style>
background-color css
<style>
a { background-color: #BA5033; }
a { background-color: rgb(186,80,51); }
div.DivClassName
{
background-color: #BA5033;
}
.BgClassName
{
background-color: #BA5033;
}
</style>
border-color css
<style>
span { border-color: #BA5033; }
span { border-color: rgb(186,80,51); }
td.TdClassName
{
border-color: #BA5033;
}
.TagClassName
{
border-color: #BA5033;
}
</style>