Shades of Grenadier #BA4D30
Tints of Grenadier #BA4D30
RGB
CMYK
RGB Variations
Color information
#BA4D30 (or 0xBA4D30) is known color: Grenadier. HEX triplet: BA, 4D and 30. RGB value is (186,77,48). Sum of RGB (Red+Green+Blue) = 186+77+48=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4D30 is #45B2CF. Grayscale: #6A6A6A. Windows color (decimal): -4567760 or 3165626. OLE color: 3165626.
HSL color Cylindrical-coordinate representation of color #BA4D30: hue angle of 12.61º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA4D30 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 77 | 48 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.27 |
| HSL | 12.61º | 0.59% | 0.46% | - |
| HSV(B) | 12.61º | 0.74% | 0.73% | - |
| XYZ | 23.44 | 15.96 | 4.64 | - |
| YUV | 106.29 | 95.11 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 48 | 0 | 0.59 | 0.74 | 0.27 | 12.61 | 0.59 | 0.46 |
| Hex | BA | 4D | 30 | 0 | 3B | 4A | 1B | D | 3B | 2E |
| Octal | 272 | 115 | 60 | 0 | 73 | 112 | 33 | 15 | 73 | 56 |
| Binary | 10111010 | 1001101 | 110000 | 0 | 111011 | 1001010 | 11011 | 1101 | 111011 | 101110 |
Color Harmonies of #BA4D30
Complementary color
Monochromatic Colors of #BA4D30
Black with #BA4D30
Text Example
Text Example
White with #BA4D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4D30; }
p { color: rgb(186,77,48); }
H1.HeaderClassName
{
color: #BA4D30;
}
.AnyTagClassName
{
color: #BA4D30;
}
</style>
background-color css
<style>
a { background-color: #BA4D30; }
a { background-color: rgb(186,77,48); }
div.DivClassName
{
background-color: #BA4D30;
}
.BgClassName
{
background-color: #BA4D30;
}
</style>
border-color css
<style>
span { border-color: #BA4D30; }
span { border-color: rgb(186,77,48); }
td.TdClassName
{
border-color: #BA4D30;
}
.TagClassName
{
border-color: #BA4D30;
}
</style>