Shades of Grenadier #BA4832
Tints of Grenadier #BA4832
RGB
CMYK
RGB Variations
Color information
#BA4832 (or 0xBA4832) is known color: Grenadier. HEX triplet: BA, 48 and 32. RGB value is (186,72,50). Sum of RGB (Red+Green+Blue) = 186+72+50=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4832 is #45B7CD. Grayscale: #676767. Windows color (decimal): -4569038 or 3295418. OLE color: 3295418.
HSL color Cylindrical-coordinate representation of color #BA4832: hue angle of 9.71º 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 #BA4832 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 50 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.27 |
| HSL | 9.71º | 0.58% | 0.46% | - |
| HSV(B) | 9.71º | 0.73% | 0.73% | - |
| XYZ | 23.14 | 15.3 | 4.75 | - |
| YUV | 103.58 | 97.77 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 50 | 0 | 0.61 | 0.73 | 0.27 | 9.71 | 0.58 | 0.46 |
| Hex | BA | 48 | 32 | 0 | 3D | 49 | 1B | A | 3A | 2E |
| Octal | 272 | 110 | 62 | 0 | 75 | 111 | 33 | 12 | 72 | 56 |
| Binary | 10111010 | 1001000 | 110010 | 0 | 111101 | 1001001 | 11011 | 1010 | 111010 | 101110 |
Color Harmonies of #BA4832
Complementary color
Monochromatic Colors of #BA4832
Black with #BA4832
Text Example
Text Example
White with #BA4832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4832; }
p { color: rgb(186,72,50); }
H1.HeaderClassName
{
color: #BA4832;
}
.AnyTagClassName
{
color: #BA4832;
}
</style>
background-color css
<style>
a { background-color: #BA4832; }
a { background-color: rgb(186,72,50); }
div.DivClassName
{
background-color: #BA4832;
}
.BgClassName
{
background-color: #BA4832;
}
</style>
border-color css
<style>
span { border-color: #BA4832; }
span { border-color: rgb(186,72,50); }
td.TdClassName
{
border-color: #BA4832;
}
.TagClassName
{
border-color: #BA4832;
}
</style>