Shades of Grenadier #BA5030
Tints of Grenadier #BA5030
RGB
CMYK
RGB Variations
Color information
#BA5030 (or 0xBA5030) is known color: Grenadier. HEX triplet: BA, 50 and 30. RGB value is (186,80,48). Sum of RGB (Red+Green+Blue) = 186+80+48=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5030 is #45AFCF. Grayscale: #6C6C6C. Windows color (decimal): -4566992 or 3166394. OLE color: 3166394.
HSL color Cylindrical-coordinate representation of color #BA5030: hue angle of 13.91º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA5030 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 48 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.27 |
| HSL | 13.91º | 0.59% | 0.46% | - |
| HSV(B) | 13.91º | 0.74% | 0.73% | - |
| XYZ | 23.65 | 16.39 | 4.71 | - |
| YUV | 108.05 | 94.12 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 48 | 0 | 0.57 | 0.74 | 0.27 | 13.91 | 0.59 | 0.46 |
| Hex | BA | 50 | 30 | 0 | 39 | 4A | 1B | E | 3B | 2E |
| Octal | 272 | 120 | 60 | 0 | 71 | 112 | 33 | 16 | 73 | 56 |
| Binary | 10111010 | 1010000 | 110000 | 0 | 111001 | 1001010 | 11011 | 1110 | 111011 | 101110 |
Color Harmonies of #BA5030
Complementary color
Monochromatic Colors of #BA5030
Black with #BA5030
Text Example
Text Example
White with #BA5030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5030; }
p { color: rgb(186,80,48); }
H1.HeaderClassName
{
color: #BA5030;
}
.AnyTagClassName
{
color: #BA5030;
}
</style>
background-color css
<style>
a { background-color: #BA5030; }
a { background-color: rgb(186,80,48); }
div.DivClassName
{
background-color: #BA5030;
}
.BgClassName
{
background-color: #BA5030;
}
</style>
border-color css
<style>
span { border-color: #BA5030; }
span { border-color: rgb(186,80,48); }
td.TdClassName
{
border-color: #BA5030;
}
.TagClassName
{
border-color: #BA5030;
}
</style>