Shades of Grenadier #BA4627
Tints of Grenadier #BA4627
RGB
CMYK
RGB Variations
Color information
#BA4627 (or 0xBA4627) is known color: Grenadier. HEX triplet: BA, 46 and 27. RGB value is (186,70,39). Sum of RGB (Red+Green+Blue) = 186+70+39=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4627 is #45B9D8. Grayscale: #656565. Windows color (decimal): -4569561 or 2574010. OLE color: 2574010.
HSL color Cylindrical-coordinate representation of color #BA4627: hue angle of 12.65º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA4627 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 39 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.27 |
| HSL | 12.65º | 0.65% | 0.44% | - |
| HSV(B) | 12.65º | 0.79% | 0.73% | - |
| XYZ | 22.81 | 14.97 | 3.61 | - |
| YUV | 101.15 | 92.93 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 39 | 0 | 0.62 | 0.79 | 0.27 | 12.65 | 0.65 | 0.44 |
| Hex | BA | 46 | 27 | 0 | 3E | 4F | 1B | D | 41 | 2C |
| Octal | 272 | 106 | 47 | 0 | 76 | 117 | 33 | 15 | 101 | 54 |
| Binary | 10111010 | 1000110 | 100111 | 0 | 111110 | 1001111 | 11011 | 1101 | 1000001 | 101100 |
Color Harmonies of #BA4627
Complementary color
Monochromatic Colors of #BA4627
Black with #BA4627
Text Example
Text Example
White with #BA4627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4627; }
p { color: rgb(186,70,39); }
H1.HeaderClassName
{
color: #BA4627;
}
.AnyTagClassName
{
color: #BA4627;
}
</style>
background-color css
<style>
a { background-color: #BA4627; }
a { background-color: rgb(186,70,39); }
div.DivClassName
{
background-color: #BA4627;
}
.BgClassName
{
background-color: #BA4627;
}
</style>
border-color css
<style>
span { border-color: #BA4627; }
span { border-color: rgb(186,70,39); }
td.TdClassName
{
border-color: #BA4627;
}
.TagClassName
{
border-color: #BA4627;
}
</style>