Shades of Grenadier #BF4336
Tints of Grenadier #BF4336
RGB
CMYK
RGB Variations
Color information
#BF4336 (or 0xBF4336) is known color: Grenadier. HEX triplet: BF, 43 and 36. RGB value is (191,67,54). Sum of RGB (Red+Green+Blue) = 191+67+54=312 (41% of max value = 765). Red value is 191 (75% from 255 or 61.22% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4336 is #40BCC9. Grayscale: #666666. Windows color (decimal): -4242634 or 3556287. OLE color: 3556287.
HSL color Cylindrical-coordinate representation of color #BF4336: hue angle of 5.69º 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 #BF4336 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 67 | 54 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.25 |
| HSL | 5.69º | 0.56% | 0.48% | - |
| HSV(B) | 5.69º | 0.72% | 0.75% | - |
| XYZ | 24.16 | 15.36 | 5.18 | - |
| YUV | 102.59 | 100.58 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 54 | 0 | 0.65 | 0.72 | 0.25 | 5.69 | 0.56 | 0.48 |
| Hex | BF | 43 | 36 | 0 | 41 | 48 | 19 | 6 | 38 | 30 |
| Octal | 277 | 103 | 66 | 0 | 101 | 110 | 31 | 6 | 70 | 60 |
| Binary | 10111111 | 1000011 | 110110 | 0 | 1000001 | 1001000 | 11001 | 110 | 111000 | 110000 |
Color Harmonies of #BF4336
Complementary color
Monochromatic Colors of #BF4336
Black with #BF4336
Text Example
Text Example
White with #BF4336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4336; }
p { color: rgb(191,67,54); }
H1.HeaderClassName
{
color: #BF4336;
}
.AnyTagClassName
{
color: #BF4336;
}
</style>
background-color css
<style>
a { background-color: #BF4336; }
a { background-color: rgb(191,67,54); }
div.DivClassName
{
background-color: #BF4336;
}
.BgClassName
{
background-color: #BF4336;
}
</style>
border-color css
<style>
span { border-color: #BF4336; }
span { border-color: rgb(191,67,54); }
td.TdClassName
{
border-color: #BF4336;
}
.TagClassName
{
border-color: #BF4336;
}
</style>