Shades of Grenadier #BA503B
Tints of Grenadier #BA503B
RGB
CMYK
RGB Variations
Color information
#BA503B (or 0xBA503B) is known color: Grenadier. HEX triplet: BA, 50 and 3B. RGB value is (186,80,59). Sum of RGB (Red+Green+Blue) = 186+80+59=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA503B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA503B is #45AFC4. Grayscale: #6D6D6D. Windows color (decimal): -4566981 or 3887290. OLE color: 3887290.
HSL color Cylindrical-coordinate representation of color #BA503B: hue angle of 9.92º 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 #BA503B is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 59 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.27 |
| HSL | 9.92º | 0.52% | 0.48% | - |
| HSV(B) | 9.92º | 0.68% | 0.73% | - |
| XYZ | 23.91 | 16.49 | 6.06 | - |
| YUV | 109.3 | 99.62 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 59 | 0 | 0.57 | 0.68 | 0.27 | 9.92 | 0.52 | 0.48 |
| Hex | BA | 50 | 3B | 0 | 39 | 44 | 1B | A | 34 | 30 |
| Octal | 272 | 120 | 73 | 0 | 71 | 104 | 33 | 12 | 64 | 60 |
| Binary | 10111010 | 1010000 | 111011 | 0 | 111001 | 1000100 | 11011 | 1010 | 110100 | 110000 |
Color Harmonies of #BA503B
Complementary color
Monochromatic Colors of #BA503B
Black with #BA503B
Text Example
Text Example
White with #BA503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA503B; }
p { color: rgb(186,80,59); }
H1.HeaderClassName
{
color: #BA503B;
}
.AnyTagClassName
{
color: #BA503B;
}
</style>
background-color css
<style>
a { background-color: #BA503B; }
a { background-color: rgb(186,80,59); }
div.DivClassName
{
background-color: #BA503B;
}
.BgClassName
{
background-color: #BA503B;
}
</style>
border-color css
<style>
span { border-color: #BA503B; }
span { border-color: rgb(186,80,59); }
td.TdClassName
{
border-color: #BA503B;
}
.TagClassName
{
border-color: #BA503B;
}
</style>