Shades of Grenadier #BA4C31
Tints of Grenadier #BA4C31
RGB
CMYK
RGB Variations
Color information
#BA4C31 (or 0xBA4C31) is known color: Grenadier. HEX triplet: BA, 4C and 31. RGB value is (186,76,49). Sum of RGB (Red+Green+Blue) = 186+76+49=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4C31 is #45B3CE. Grayscale: #6A6A6A. Windows color (decimal): -4568015 or 3230906. OLE color: 3230906.
HSL color Cylindrical-coordinate representation of color #BA4C31: hue angle of 11.82º 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 #BA4C31 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 49 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.27 |
| HSL | 11.82º | 0.58% | 0.46% | - |
| HSV(B) | 11.82º | 0.74% | 0.73% | - |
| XYZ | 23.39 | 15.83 | 4.73 | - |
| YUV | 105.81 | 95.94 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 49 | 0 | 0.59 | 0.74 | 0.27 | 11.82 | 0.58 | 0.46 |
| Hex | BA | 4C | 31 | 0 | 3B | 4A | 1B | C | 3A | 2E |
| Octal | 272 | 114 | 61 | 0 | 73 | 112 | 33 | 14 | 72 | 56 |
| Binary | 10111010 | 1001100 | 110001 | 0 | 111011 | 1001010 | 11011 | 1100 | 111010 | 101110 |
Color Harmonies of #BA4C31
Complementary color
Monochromatic Colors of #BA4C31
Black with #BA4C31
Text Example
Text Example
White with #BA4C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4C31; }
p { color: rgb(186,76,49); }
H1.HeaderClassName
{
color: #BA4C31;
}
.AnyTagClassName
{
color: #BA4C31;
}
</style>
background-color css
<style>
a { background-color: #BA4C31; }
a { background-color: rgb(186,76,49); }
div.DivClassName
{
background-color: #BA4C31;
}
.BgClassName
{
background-color: #BA4C31;
}
</style>
border-color css
<style>
span { border-color: #BA4C31; }
span { border-color: rgb(186,76,49); }
td.TdClassName
{
border-color: #BA4C31;
}
.TagClassName
{
border-color: #BA4C31;
}
</style>