Shades of Grenadier #BA503A
Tints of Grenadier #BA503A
RGB
CMYK
RGB Variations
Color information
#BA503A (or 0xBA503A) is known color: Grenadier. HEX triplet: BA, 50 and 3A. RGB value is (186,80,58). Sum of RGB (Red+Green+Blue) = 186+80+58=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA503A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA503A is #45AFC5. Grayscale: #6D6D6D. Windows color (decimal): -4566982 or 3821754. OLE color: 3821754.
HSL color Cylindrical-coordinate representation of color #BA503A: hue angle of 10.31º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA503A is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 58 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.27 |
| HSL | 10.31º | 0.52% | 0.48% | - |
| HSV(B) | 10.31º | 0.69% | 0.73% | - |
| XYZ | 23.88 | 16.48 | 5.93 | - |
| YUV | 109.19 | 99.12 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 58 | 0 | 0.57 | 0.69 | 0.27 | 10.31 | 0.52 | 0.48 |
| Hex | BA | 50 | 3A | 0 | 39 | 45 | 1B | A | 34 | 30 |
| Octal | 272 | 120 | 72 | 0 | 71 | 105 | 33 | 12 | 64 | 60 |
| Binary | 10111010 | 1010000 | 111010 | 0 | 111001 | 1000101 | 11011 | 1010 | 110100 | 110000 |
Color Harmonies of #BA503A
Complementary color
Monochromatic Colors of #BA503A
Black with #BA503A
Text Example
Text Example
White with #BA503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA503A; }
p { color: rgb(186,80,58); }
H1.HeaderClassName
{
color: #BA503A;
}
.AnyTagClassName
{
color: #BA503A;
}
</style>
background-color css
<style>
a { background-color: #BA503A; }
a { background-color: rgb(186,80,58); }
div.DivClassName
{
background-color: #BA503A;
}
.BgClassName
{
background-color: #BA503A;
}
</style>
border-color css
<style>
span { border-color: #BA503A; }
span { border-color: rgb(186,80,58); }
td.TdClassName
{
border-color: #BA503A;
}
.TagClassName
{
border-color: #BA503A;
}
</style>