Shades of Grenadier #BA4B32
Tints of Grenadier #BA4B32
RGB
CMYK
RGB Variations
Color information
#BA4B32 (or 0xBA4B32) is known color: Grenadier. HEX triplet: BA, 4B and 32. RGB value is (186,75,50). Sum of RGB (Red+Green+Blue) = 186+75+50=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4B32 is #45B4CD. Grayscale: #696969. Windows color (decimal): -4568270 or 3296186. OLE color: 3296186.
HSL color Cylindrical-coordinate representation of color #BA4B32: hue angle of 11.03º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA4B32 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 50 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.27 |
| HSL | 11.03º | 0.58% | 0.46% | - |
| HSV(B) | 11.03º | 0.73% | 0.73% | - |
| XYZ | 23.34 | 15.7 | 4.82 | - |
| YUV | 105.34 | 96.77 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 50 | 0 | 0.60 | 0.73 | 0.27 | 11.03 | 0.58 | 0.46 |
| Hex | BA | 4B | 32 | 0 | 3C | 49 | 1B | B | 3A | 2E |
| Octal | 272 | 113 | 62 | 0 | 74 | 111 | 33 | 13 | 72 | 56 |
| Binary | 10111010 | 1001011 | 110010 | 0 | 111100 | 1001001 | 11011 | 1011 | 111010 | 101110 |
Color Harmonies of #BA4B32
Complementary color
Monochromatic Colors of #BA4B32
Black with #BA4B32
Text Example
Text Example
White with #BA4B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B32; }
p { color: rgb(186,75,50); }
H1.HeaderClassName
{
color: #BA4B32;
}
.AnyTagClassName
{
color: #BA4B32;
}
</style>
background-color css
<style>
a { background-color: #BA4B32; }
a { background-color: rgb(186,75,50); }
div.DivClassName
{
background-color: #BA4B32;
}
.BgClassName
{
background-color: #BA4B32;
}
</style>
border-color css
<style>
span { border-color: #BA4B32; }
span { border-color: rgb(186,75,50); }
td.TdClassName
{
border-color: #BA4B32;
}
.TagClassName
{
border-color: #BA4B32;
}
</style>