Shades of Grenadier #BF4F33
Tints of Grenadier #BF4F33
RGB
CMYK
RGB Variations
Color information
#BF4F33 (or 0xBF4F33) is known color: Grenadier. HEX triplet: BF, 4F and 33. RGB value is (191,79,51). Sum of RGB (Red+Green+Blue) = 191+79+51=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4F33 is #40B0CC. Grayscale: #6D6D6D. Windows color (decimal): -4239565 or 3362751. OLE color: 3362751.
HSL color Cylindrical-coordinate representation of color #BF4F33: hue angle of 12º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF4F33 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 79 | 51 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.25 |
| HSL | 12º | 0.58% | 0.47% | - |
| HSV(B) | 12º | 0.73% | 0.75% | - |
| XYZ | 24.88 | 16.91 | 5.08 | - |
| YUV | 109.3 | 95.11 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 79 | 51 | 0 | 0.59 | 0.73 | 0.25 | 12 | 0.58 | 0.47 |
| Hex | BF | 4F | 33 | 0 | 3B | 49 | 19 | C | 3A | 2F |
| Octal | 277 | 117 | 63 | 0 | 73 | 111 | 31 | 14 | 72 | 57 |
| Binary | 10111111 | 1001111 | 110011 | 0 | 111011 | 1001001 | 11001 | 1100 | 111010 | 101111 |
Color Harmonies of #BF4F33
Complementary color
Monochromatic Colors of #BF4F33
Black with #BF4F33
Text Example
Text Example
White with #BF4F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4F33; }
p { color: rgb(191,79,51); }
H1.HeaderClassName
{
color: #BF4F33;
}
.AnyTagClassName
{
color: #BF4F33;
}
</style>
background-color css
<style>
a { background-color: #BF4F33; }
a { background-color: rgb(191,79,51); }
div.DivClassName
{
background-color: #BF4F33;
}
.BgClassName
{
background-color: #BF4F33;
}
</style>
border-color css
<style>
span { border-color: #BF4F33; }
span { border-color: rgb(191,79,51); }
td.TdClassName
{
border-color: #BF4F33;
}
.TagClassName
{
border-color: #BF4F33;
}
</style>