Shades of Grenadier #BA4328
Tints of Grenadier #BA4328
RGB
CMYK
RGB Variations
Color information
#BA4328 (or 0xBA4328) is known color: Grenadier. HEX triplet: BA, 43 and 28. RGB value is (186,67,40). Sum of RGB (Red+Green+Blue) = 186+67+40=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4328 is #45BCD7. Grayscale: #636363. Windows color (decimal): -4570328 or 2638778. OLE color: 2638778.
HSL color Cylindrical-coordinate representation of color #BA4328: hue angle of 11.1º 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 #BA4328 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 40 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.27 |
| HSL | 11.1º | 0.65% | 0.44% | - |
| HSV(B) | 11.1º | 0.78% | 0.73% | - |
| XYZ | 22.64 | 14.61 | 3.63 | - |
| YUV | 99.5 | 94.42 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 40 | 0 | 0.64 | 0.78 | 0.27 | 11.1 | 0.65 | 0.44 |
| Hex | BA | 43 | 28 | 0 | 40 | 4E | 1B | B | 41 | 2C |
| Octal | 272 | 103 | 50 | 0 | 100 | 116 | 33 | 13 | 101 | 54 |
| Binary | 10111010 | 1000011 | 101000 | 0 | 1000000 | 1001110 | 11011 | 1011 | 1000001 | 101100 |
Color Harmonies of #BA4328
Complementary color
Monochromatic Colors of #BA4328
Black with #BA4328
Text Example
Text Example
White with #BA4328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4328; }
p { color: rgb(186,67,40); }
H1.HeaderClassName
{
color: #BA4328;
}
.AnyTagClassName
{
color: #BA4328;
}
</style>
background-color css
<style>
a { background-color: #BA4328; }
a { background-color: rgb(186,67,40); }
div.DivClassName
{
background-color: #BA4328;
}
.BgClassName
{
background-color: #BA4328;
}
</style>
border-color css
<style>
span { border-color: #BA4328; }
span { border-color: rgb(186,67,40); }
td.TdClassName
{
border-color: #BA4328;
}
.TagClassName
{
border-color: #BA4328;
}
</style>