Shades of Grenadier #BF4E34
Tints of Grenadier #BF4E34
RGB
CMYK
RGB Variations
Color information
#BF4E34 (or 0xBF4E34) is known color: Grenadier. HEX triplet: BF, 4E and 34. RGB value is (191,78,52). Sum of RGB (Red+Green+Blue) = 191+78+52=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4E34 is #40B1CB. Grayscale: #6D6D6D. Windows color (decimal): -4239820 or 3428031. OLE color: 3428031.
HSL color Cylindrical-coordinate representation of color #BF4E34: hue angle of 11.22º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF4E34 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 78 | 52 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.25 |
| HSL | 11.22º | 0.57% | 0.48% | - |
| HSV(B) | 11.22º | 0.73% | 0.75% | - |
| XYZ | 24.83 | 16.77 | 5.18 | - |
| YUV | 108.82 | 95.94 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 52 | 0 | 0.59 | 0.73 | 0.25 | 11.22 | 0.57 | 0.48 |
| Hex | BF | 4E | 34 | 0 | 3B | 49 | 19 | B | 39 | 30 |
| Octal | 277 | 116 | 64 | 0 | 73 | 111 | 31 | 13 | 71 | 60 |
| Binary | 10111111 | 1001110 | 110100 | 0 | 111011 | 1001001 | 11001 | 1011 | 111001 | 110000 |
Color Harmonies of #BF4E34
Complementary color
Monochromatic Colors of #BF4E34
Black with #BF4E34
Text Example
Text Example
White with #BF4E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4E34; }
p { color: rgb(191,78,52); }
H1.HeaderClassName
{
color: #BF4E34;
}
.AnyTagClassName
{
color: #BF4E34;
}
</style>
background-color css
<style>
a { background-color: #BF4E34; }
a { background-color: rgb(191,78,52); }
div.DivClassName
{
background-color: #BF4E34;
}
.BgClassName
{
background-color: #BF4E34;
}
</style>
border-color css
<style>
span { border-color: #BF4E34; }
span { border-color: rgb(191,78,52); }
td.TdClassName
{
border-color: #BF4E34;
}
.TagClassName
{
border-color: #BF4E34;
}
</style>