Shades of Grenadier #BF4D36
Tints of Grenadier #BF4D36
RGB
CMYK
RGB Variations
Color information
#BF4D36 (or 0xBF4D36) is known color: Grenadier. HEX triplet: BF, 4D and 36. RGB value is (191,77,54). Sum of RGB (Red+Green+Blue) = 191+77+54=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4D36 is #40B2C9. Grayscale: #6C6C6C. Windows color (decimal): -4240074 or 3558847. OLE color: 3558847.
HSL color Cylindrical-coordinate representation of color #BF4D36: hue angle of 10.07º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF4D36 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 54 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.25 |
| HSL | 10.07º | 0.56% | 0.48% | - |
| HSV(B) | 10.07º | 0.72% | 0.75% | - |
| XYZ | 24.81 | 16.65 | 5.4 | - |
| YUV | 108.46 | 97.27 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 54 | 0 | 0.60 | 0.72 | 0.25 | 10.07 | 0.56 | 0.48 |
| Hex | BF | 4D | 36 | 0 | 3C | 48 | 19 | A | 38 | 30 |
| Octal | 277 | 115 | 66 | 0 | 74 | 110 | 31 | 12 | 70 | 60 |
| Binary | 10111111 | 1001101 | 110110 | 0 | 111100 | 1001000 | 11001 | 1010 | 111000 | 110000 |
Color Harmonies of #BF4D36
Complementary color
Monochromatic Colors of #BF4D36
Black with #BF4D36
Text Example
Text Example
White with #BF4D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D36; }
p { color: rgb(191,77,54); }
H1.HeaderClassName
{
color: #BF4D36;
}
.AnyTagClassName
{
color: #BF4D36;
}
</style>
background-color css
<style>
a { background-color: #BF4D36; }
a { background-color: rgb(191,77,54); }
div.DivClassName
{
background-color: #BF4D36;
}
.BgClassName
{
background-color: #BF4D36;
}
</style>
border-color css
<style>
span { border-color: #BF4D36; }
span { border-color: rgb(191,77,54); }
td.TdClassName
{
border-color: #BF4D36;
}
.TagClassName
{
border-color: #BF4D36;
}
</style>