Shades of Grenadier #BF4D31
Tints of Grenadier #BF4D31
RGB
CMYK
RGB Variations
Color information
#BF4D31 (or 0xBF4D31) is known color: Grenadier. HEX triplet: BF, 4D and 31. RGB value is (191,77,49). Sum of RGB (Red+Green+Blue) = 191+77+49=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4D31 is #40B2CE. Grayscale: #6C6C6C. Windows color (decimal): -4240079 or 3231167. OLE color: 3231167.
HSL color Cylindrical-coordinate representation of color #BF4D31: hue angle of 11.83º 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 #BF4D31 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 49 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.25 |
| HSL | 11.83º | 0.59% | 0.47% | - |
| HSV(B) | 11.83º | 0.74% | 0.75% | - |
| XYZ | 24.69 | 16.61 | 4.81 | - |
| YUV | 107.89 | 94.77 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 49 | 0 | 0.60 | 0.74 | 0.25 | 11.83 | 0.59 | 0.47 |
| Hex | BF | 4D | 31 | 0 | 3C | 4A | 19 | C | 3B | 2F |
| Octal | 277 | 115 | 61 | 0 | 74 | 112 | 31 | 14 | 73 | 57 |
| Binary | 10111111 | 1001101 | 110001 | 0 | 111100 | 1001010 | 11001 | 1100 | 111011 | 101111 |
Color Harmonies of #BF4D31
Complementary color
Monochromatic Colors of #BF4D31
Black with #BF4D31
Text Example
Text Example
White with #BF4D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D31; }
p { color: rgb(191,77,49); }
H1.HeaderClassName
{
color: #BF4D31;
}
.AnyTagClassName
{
color: #BF4D31;
}
</style>
background-color css
<style>
a { background-color: #BF4D31; }
a { background-color: rgb(191,77,49); }
div.DivClassName
{
background-color: #BF4D31;
}
.BgClassName
{
background-color: #BF4D31;
}
</style>
border-color css
<style>
span { border-color: #BF4D31; }
span { border-color: rgb(191,77,49); }
td.TdClassName
{
border-color: #BF4D31;
}
.TagClassName
{
border-color: #BF4D31;
}
</style>