Shades of Grenadier #BA4B31
Tints of Grenadier #BA4B31
RGB
CMYK
RGB Variations
Color information
#BA4B31 (or 0xBA4B31) is known color: Grenadier. HEX triplet: BA, 4B and 31. RGB value is (186,75,49). Sum of RGB (Red+Green+Blue) = 186+75+49=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4B31 is #45B4CE. Grayscale: #696969. Windows color (decimal): -4568271 or 3230650. OLE color: 3230650.
HSL color Cylindrical-coordinate representation of color #BA4B31: hue angle of 11.39º 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 #BA4B31 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 49 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.27 |
| HSL | 11.39º | 0.58% | 0.46% | - |
| HSV(B) | 11.39º | 0.74% | 0.73% | - |
| XYZ | 23.32 | 15.69 | 4.71 | - |
| YUV | 105.23 | 96.27 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 49 | 0 | 0.60 | 0.74 | 0.27 | 11.39 | 0.58 | 0.46 |
| Hex | BA | 4B | 31 | 0 | 3C | 4A | 1B | B | 3A | 2E |
| Octal | 272 | 113 | 61 | 0 | 74 | 112 | 33 | 13 | 72 | 56 |
| Binary | 10111010 | 1001011 | 110001 | 0 | 111100 | 1001010 | 11011 | 1011 | 111010 | 101110 |
Color Harmonies of #BA4B31
Complementary color
Monochromatic Colors of #BA4B31
Black with #BA4B31
Text Example
Text Example
White with #BA4B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B31; }
p { color: rgb(186,75,49); }
H1.HeaderClassName
{
color: #BA4B31;
}
.AnyTagClassName
{
color: #BA4B31;
}
</style>
background-color css
<style>
a { background-color: #BA4B31; }
a { background-color: rgb(186,75,49); }
div.DivClassName
{
background-color: #BA4B31;
}
.BgClassName
{
background-color: #BA4B31;
}
</style>
border-color css
<style>
span { border-color: #BA4B31; }
span { border-color: rgb(186,75,49); }
td.TdClassName
{
border-color: #BA4B31;
}
.TagClassName
{
border-color: #BA4B31;
}
</style>