Shades of Grenadier #BA4931
Tints of Grenadier #BA4931
RGB
CMYK
RGB Variations
Color information
#BA4931 (or 0xBA4931) is known color: Grenadier. HEX triplet: BA, 49 and 31. RGB value is (186,73,49). Sum of RGB (Red+Green+Blue) = 186+73+49=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4931 is #45B6CE. Grayscale: #686868. Windows color (decimal): -4568783 or 3230138. OLE color: 3230138.
HSL color Cylindrical-coordinate representation of color #BA4931: hue angle of 10.51º degrees, saturation: 0.58, 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 #BA4931 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 49 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.27 |
| HSL | 10.51º | 0.58% | 0.46% | - |
| HSV(B) | 10.51º | 0.74% | 0.73% | - |
| XYZ | 23.19 | 15.43 | 4.66 | - |
| YUV | 104.05 | 96.94 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 49 | 0 | 0.61 | 0.74 | 0.27 | 10.51 | 0.58 | 0.46 |
| Hex | BA | 49 | 31 | 0 | 3D | 4A | 1B | B | 3A | 2E |
| Octal | 272 | 111 | 61 | 0 | 75 | 112 | 33 | 13 | 72 | 56 |
| Binary | 10111010 | 1001001 | 110001 | 0 | 111101 | 1001010 | 11011 | 1011 | 111010 | 101110 |
Color Harmonies of #BA4931
Complementary color
Monochromatic Colors of #BA4931
Black with #BA4931
Text Example
Text Example
White with #BA4931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4931; }
p { color: rgb(186,73,49); }
H1.HeaderClassName
{
color: #BA4931;
}
.AnyTagClassName
{
color: #BA4931;
}
</style>
background-color css
<style>
a { background-color: #BA4931; }
a { background-color: rgb(186,73,49); }
div.DivClassName
{
background-color: #BA4931;
}
.BgClassName
{
background-color: #BA4931;
}
</style>
border-color css
<style>
span { border-color: #BA4931; }
span { border-color: rgb(186,73,49); }
td.TdClassName
{
border-color: #BA4931;
}
.TagClassName
{
border-color: #BA4931;
}
</style>