Shades of Grenadier #BA4828
Tints of Grenadier #BA4828
RGB
CMYK
RGB Variations
Color information
#BA4828 (or 0xBA4828) is known color: Grenadier. HEX triplet: BA, 48 and 28. RGB value is (186,72,40). Sum of RGB (Red+Green+Blue) = 186+72+40=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4828 is #45B7D7. Grayscale: #666666. Windows color (decimal): -4569048 or 2640058. OLE color: 2640058.
HSL color Cylindrical-coordinate representation of color #BA4828: hue angle of 13.15º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA4828 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 40 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.27 |
| HSL | 13.15º | 0.65% | 0.44% | - |
| HSV(B) | 13.15º | 0.78% | 0.73% | - |
| XYZ | 22.95 | 15.23 | 3.74 | - |
| YUV | 102.44 | 92.77 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 40 | 0 | 0.61 | 0.78 | 0.27 | 13.15 | 0.65 | 0.44 |
| Hex | BA | 48 | 28 | 0 | 3D | 4E | 1B | D | 41 | 2C |
| Octal | 272 | 110 | 50 | 0 | 75 | 116 | 33 | 15 | 101 | 54 |
| Binary | 10111010 | 1001000 | 101000 | 0 | 111101 | 1001110 | 11011 | 1101 | 1000001 | 101100 |
Color Harmonies of #BA4828
Complementary color
Monochromatic Colors of #BA4828
Black with #BA4828
Text Example
Text Example
White with #BA4828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4828; }
p { color: rgb(186,72,40); }
H1.HeaderClassName
{
color: #BA4828;
}
.AnyTagClassName
{
color: #BA4828;
}
</style>
background-color css
<style>
a { background-color: #BA4828; }
a { background-color: rgb(186,72,40); }
div.DivClassName
{
background-color: #BA4828;
}
.BgClassName
{
background-color: #BA4828;
}
</style>
border-color css
<style>
span { border-color: #BA4828; }
span { border-color: rgb(186,72,40); }
td.TdClassName
{
border-color: #BA4828;
}
.TagClassName
{
border-color: #BA4828;
}
</style>