Shades of Grenadier #BA5233
Tints of Grenadier #BA5233
RGB
CMYK
RGB Variations
Color information
#BA5233 (or 0xBA5233) is known color: Grenadier. HEX triplet: BA, 52 and 33. RGB value is (186,82,51). Sum of RGB (Red+Green+Blue) = 186+82+51=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5233 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5233 is #45ADCC. Grayscale: #6D6D6D. Windows color (decimal): -4566477 or 3363514. OLE color: 3363514.
HSL color Cylindrical-coordinate representation of color #BA5233: hue angle of 13.78º 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 #BA5233 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 51 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.27 |
| HSL | 13.78º | 0.57% | 0.46% | - |
| HSV(B) | 13.78º | 0.73% | 0.73% | - |
| XYZ | 23.86 | 16.71 | 5.1 | - |
| YUV | 109.56 | 94.96 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 51 | 0 | 0.56 | 0.73 | 0.27 | 13.78 | 0.57 | 0.46 |
| Hex | BA | 52 | 33 | 0 | 38 | 49 | 1B | E | 39 | 2E |
| Octal | 272 | 122 | 63 | 0 | 70 | 111 | 33 | 16 | 71 | 56 |
| Binary | 10111010 | 1010010 | 110011 | 0 | 111000 | 1001001 | 11011 | 1110 | 111001 | 101110 |
Color Harmonies of #BA5233
Complementary color
Monochromatic Colors of #BA5233
Black with #BA5233
Text Example
Text Example
White with #BA5233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5233; }
p { color: rgb(186,82,51); }
H1.HeaderClassName
{
color: #BA5233;
}
.AnyTagClassName
{
color: #BA5233;
}
</style>
background-color css
<style>
a { background-color: #BA5233; }
a { background-color: rgb(186,82,51); }
div.DivClassName
{
background-color: #BA5233;
}
.BgClassName
{
background-color: #BA5233;
}
</style>
border-color css
<style>
span { border-color: #BA5233; }
span { border-color: rgb(186,82,51); }
td.TdClassName
{
border-color: #BA5233;
}
.TagClassName
{
border-color: #BA5233;
}
</style>