Shades of Grenadier #BA4A31
Tints of Grenadier #BA4A31
RGB
CMYK
RGB Variations
Color information
#BA4A31 (or 0xBA4A31) is known color: Grenadier. HEX triplet: BA, 4A and 31. RGB value is (186,74,49). Sum of RGB (Red+Green+Blue) = 186+74+49=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4A31 is #45B5CE. Grayscale: #686868. Windows color (decimal): -4568527 or 3230394. OLE color: 3230394.
HSL color Cylindrical-coordinate representation of color #BA4A31: hue angle of 10.95º 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 #BA4A31 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 49 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.27 |
| HSL | 10.95º | 0.58% | 0.46% | - |
| HSV(B) | 10.95º | 0.74% | 0.73% | - |
| XYZ | 23.25 | 15.56 | 4.68 | - |
| YUV | 104.64 | 96.61 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 49 | 0 | 0.60 | 0.74 | 0.27 | 10.95 | 0.58 | 0.46 |
| Hex | BA | 4A | 31 | 0 | 3C | 4A | 1B | B | 3A | 2E |
| Octal | 272 | 112 | 61 | 0 | 74 | 112 | 33 | 13 | 72 | 56 |
| Binary | 10111010 | 1001010 | 110001 | 0 | 111100 | 1001010 | 11011 | 1011 | 111010 | 101110 |
Color Harmonies of #BA4A31
Complementary color
Monochromatic Colors of #BA4A31
Black with #BA4A31
Text Example
Text Example
White with #BA4A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A31; }
p { color: rgb(186,74,49); }
H1.HeaderClassName
{
color: #BA4A31;
}
.AnyTagClassName
{
color: #BA4A31;
}
</style>
background-color css
<style>
a { background-color: #BA4A31; }
a { background-color: rgb(186,74,49); }
div.DivClassName
{
background-color: #BA4A31;
}
.BgClassName
{
background-color: #BA4A31;
}
</style>
border-color css
<style>
span { border-color: #BA4A31; }
span { border-color: rgb(186,74,49); }
td.TdClassName
{
border-color: #BA4A31;
}
.TagClassName
{
border-color: #BA4A31;
}
</style>