Shades of Grenadier #BA4D35
Tints of Grenadier #BA4D35
RGB
CMYK
RGB Variations
Color information
#BA4D35 (or 0xBA4D35) is known color: Grenadier. HEX triplet: BA, 4D and 35. RGB value is (186,77,53). Sum of RGB (Red+Green+Blue) = 186+77+53=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4D35 is #45B2CA. Grayscale: #6B6B6B. Windows color (decimal): -4567755 or 3493306. OLE color: 3493306.
HSL color Cylindrical-coordinate representation of color #BA4D35: hue angle of 10.83º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA4D35 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 77 | 53 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.27 |
| HSL | 10.83º | 0.56% | 0.47% | - |
| HSV(B) | 10.83º | 0.72% | 0.73% | - |
| XYZ | 23.55 | 16 | 5.22 | - |
| YUV | 106.86 | 97.61 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 53 | 0 | 0.59 | 0.72 | 0.27 | 10.83 | 0.56 | 0.47 |
| Hex | BA | 4D | 35 | 0 | 3B | 48 | 1B | B | 38 | 2F |
| Octal | 272 | 115 | 65 | 0 | 73 | 110 | 33 | 13 | 70 | 57 |
| Binary | 10111010 | 1001101 | 110101 | 0 | 111011 | 1001000 | 11011 | 1011 | 111000 | 101111 |
Color Harmonies of #BA4D35
Complementary color
Monochromatic Colors of #BA4D35
Black with #BA4D35
Text Example
Text Example
White with #BA4D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4D35; }
p { color: rgb(186,77,53); }
H1.HeaderClassName
{
color: #BA4D35;
}
.AnyTagClassName
{
color: #BA4D35;
}
</style>
background-color css
<style>
a { background-color: #BA4D35; }
a { background-color: rgb(186,77,53); }
div.DivClassName
{
background-color: #BA4D35;
}
.BgClassName
{
background-color: #BA4D35;
}
</style>
border-color css
<style>
span { border-color: #BA4D35; }
span { border-color: rgb(186,77,53); }
td.TdClassName
{
border-color: #BA4D35;
}
.TagClassName
{
border-color: #BA4D35;
}
</style>