Shades of Grenadier #BA4533
Tints of Grenadier #BA4533
RGB
CMYK
RGB Variations
Color information
#BA4533 (or 0xBA4533) is known color: Grenadier. HEX triplet: BA, 45 and 33. RGB value is (186,69,51). Sum of RGB (Red+Green+Blue) = 186+69+51=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4533 is #45BACC. Grayscale: #666666. Windows color (decimal): -4569805 or 3360186. OLE color: 3360186.
HSL color Cylindrical-coordinate representation of color #BA4533: hue angle of 8º degrees, saturation: 0.57, 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 #BA4533 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 51 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.27 |
| HSL | 8º | 0.57% | 0.46% | - |
| HSV(B) | 8º | 0.73% | 0.73% | - |
| XYZ | 22.98 | 14.93 | 4.8 | - |
| YUV | 101.93 | 99.26 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 51 | 0 | 0.63 | 0.73 | 0.27 | 8 | 0.57 | 0.46 |
| Hex | BA | 45 | 33 | 0 | 3F | 49 | 1B | 8 | 39 | 2E |
| Octal | 272 | 105 | 63 | 0 | 77 | 111 | 33 | 10 | 71 | 56 |
| Binary | 10111010 | 1000101 | 110011 | 0 | 111111 | 1001001 | 11011 | 1000 | 111001 | 101110 |
Color Harmonies of #BA4533
Complementary color
Monochromatic Colors of #BA4533
Black with #BA4533
Text Example
Text Example
White with #BA4533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4533; }
p { color: rgb(186,69,51); }
H1.HeaderClassName
{
color: #BA4533;
}
.AnyTagClassName
{
color: #BA4533;
}
</style>
background-color css
<style>
a { background-color: #BA4533; }
a { background-color: rgb(186,69,51); }
div.DivClassName
{
background-color: #BA4533;
}
.BgClassName
{
background-color: #BA4533;
}
</style>
border-color css
<style>
span { border-color: #BA4533; }
span { border-color: rgb(186,69,51); }
td.TdClassName
{
border-color: #BA4533;
}
.TagClassName
{
border-color: #BA4533;
}
</style>