Shades of Grenadier #BF4F32
Tints of Grenadier #BF4F32
RGB
CMYK
RGB Variations
Color information
#BF4F32 (or 0xBF4F32) is known color: Grenadier. HEX triplet: BF, 4F and 32. RGB value is (191,79,50). Sum of RGB (Red+Green+Blue) = 191+79+50=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4F32 is #40B0CD. Grayscale: #6D6D6D. Windows color (decimal): -4239566 or 3297215. OLE color: 3297215.
HSL color Cylindrical-coordinate representation of color #BF4F32: hue angle of 12.34º 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 #BF4F32 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 79 | 50 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.25 |
| HSL | 12.34º | 0.59% | 0.47% | - |
| HSV(B) | 12.34º | 0.74% | 0.75% | - |
| XYZ | 24.86 | 16.9 | 4.97 | - |
| YUV | 109.18 | 94.61 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 79 | 50 | 0 | 0.59 | 0.74 | 0.25 | 12.34 | 0.59 | 0.47 |
| Hex | BF | 4F | 32 | 0 | 3B | 4A | 19 | C | 3B | 2F |
| Octal | 277 | 117 | 62 | 0 | 73 | 112 | 31 | 14 | 73 | 57 |
| Binary | 10111111 | 1001111 | 110010 | 0 | 111011 | 1001010 | 11001 | 1100 | 111011 | 101111 |
Color Harmonies of #BF4F32
Complementary color
Monochromatic Colors of #BF4F32
Black with #BF4F32
Text Example
Text Example
White with #BF4F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4F32; }
p { color: rgb(191,79,50); }
H1.HeaderClassName
{
color: #BF4F32;
}
.AnyTagClassName
{
color: #BF4F32;
}
</style>
background-color css
<style>
a { background-color: #BF4F32; }
a { background-color: rgb(191,79,50); }
div.DivClassName
{
background-color: #BF4F32;
}
.BgClassName
{
background-color: #BF4F32;
}
</style>
border-color css
<style>
span { border-color: #BF4F32; }
span { border-color: rgb(191,79,50); }
td.TdClassName
{
border-color: #BF4F32;
}
.TagClassName
{
border-color: #BF4F32;
}
</style>