Shades of Grenadier #BF4932
Tints of Grenadier #BF4932
RGB
CMYK
RGB Variations
Color information
#BF4932 (or 0xBF4932) is known color: Grenadier. HEX triplet: BF, 49 and 32. RGB value is (191,73,50). Sum of RGB (Red+Green+Blue) = 191+73+50=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4932 is #40B6CD. Grayscale: #696969. Windows color (decimal): -4241102 or 3295679. OLE color: 3295679.
HSL color Cylindrical-coordinate representation of color #BF4932: hue angle of 9.79º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF4932 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 73 | 50 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.25 |
| HSL | 9.79º | 0.59% | 0.47% | - |
| HSV(B) | 9.79º | 0.74% | 0.75% | - |
| XYZ | 24.44 | 16.07 | 4.83 | - |
| YUV | 105.66 | 96.59 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 50 | 0 | 0.62 | 0.74 | 0.25 | 9.79 | 0.59 | 0.47 |
| Hex | BF | 49 | 32 | 0 | 3E | 4A | 19 | A | 3B | 2F |
| Octal | 277 | 111 | 62 | 0 | 76 | 112 | 31 | 12 | 73 | 57 |
| Binary | 10111111 | 1001001 | 110010 | 0 | 111110 | 1001010 | 11001 | 1010 | 111011 | 101111 |
Color Harmonies of #BF4932
Complementary color
Monochromatic Colors of #BF4932
Black with #BF4932
Text Example
Text Example
White with #BF4932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4932; }
p { color: rgb(191,73,50); }
H1.HeaderClassName
{
color: #BF4932;
}
.AnyTagClassName
{
color: #BF4932;
}
</style>
background-color css
<style>
a { background-color: #BF4932; }
a { background-color: rgb(191,73,50); }
div.DivClassName
{
background-color: #BF4932;
}
.BgClassName
{
background-color: #BF4932;
}
</style>
border-color css
<style>
span { border-color: #BF4932; }
span { border-color: rgb(191,73,50); }
td.TdClassName
{
border-color: #BF4932;
}
.TagClassName
{
border-color: #BF4932;
}
</style>