Shades of Grenadier #BA5130
Tints of Grenadier #BA5130
RGB
CMYK
RGB Variations
Color information
#BA5130 (or 0xBA5130) is known color: Grenadier. HEX triplet: BA, 51 and 30. RGB value is (186,81,48). Sum of RGB (Red+Green+Blue) = 186+81+48=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5130 is #45AECF. Grayscale: #6C6C6C. Windows color (decimal): -4566736 or 3166650. OLE color: 3166650.
HSL color Cylindrical-coordinate representation of color #BA5130: hue angle of 14.35º 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 #BA5130 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 48 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.27 |
| HSL | 14.35º | 0.59% | 0.46% | - |
| HSV(B) | 14.35º | 0.74% | 0.73% | - |
| XYZ | 23.73 | 16.54 | 4.74 | - |
| YUV | 108.63 | 93.79 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 48 | 0 | 0.56 | 0.74 | 0.27 | 14.35 | 0.59 | 0.46 |
| Hex | BA | 51 | 30 | 0 | 38 | 4A | 1B | E | 3B | 2E |
| Octal | 272 | 121 | 60 | 0 | 70 | 112 | 33 | 16 | 73 | 56 |
| Binary | 10111010 | 1010001 | 110000 | 0 | 111000 | 1001010 | 11011 | 1110 | 111011 | 101110 |
Color Harmonies of #BA5130
Complementary color
Monochromatic Colors of #BA5130
Black with #BA5130
Text Example
Text Example
White with #BA5130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5130; }
p { color: rgb(186,81,48); }
H1.HeaderClassName
{
color: #BA5130;
}
.AnyTagClassName
{
color: #BA5130;
}
</style>
background-color css
<style>
a { background-color: #BA5130; }
a { background-color: rgb(186,81,48); }
div.DivClassName
{
background-color: #BA5130;
}
.BgClassName
{
background-color: #BA5130;
}
</style>
border-color css
<style>
span { border-color: #BA5130; }
span { border-color: rgb(186,81,48); }
td.TdClassName
{
border-color: #BA5130;
}
.TagClassName
{
border-color: #BA5130;
}
</style>