Shades of Grenadier #BF4E38
Tints of Grenadier #BF4E38
RGB
CMYK
RGB Variations
Color information
#BF4E38 (or 0xBF4E38) is known color: Grenadier. HEX triplet: BF, 4E and 38. RGB value is (191,78,56). Sum of RGB (Red+Green+Blue) = 191+78+56=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4E38 is #40B1C7. Grayscale: #6D6D6D. Windows color (decimal): -4239816 or 3690175. OLE color: 3690175.
HSL color Cylindrical-coordinate representation of color #BF4E38: hue angle of 9.78º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF4E38 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 78 | 56 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.25 |
| HSL | 9.78º | 0.55% | 0.48% | - |
| HSV(B) | 9.78º | 0.71% | 0.75% | - |
| XYZ | 24.92 | 16.81 | 5.67 | - |
| YUV | 109.28 | 97.94 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 56 | 0 | 0.59 | 0.71 | 0.25 | 9.78 | 0.55 | 0.48 |
| Hex | BF | 4E | 38 | 0 | 3B | 47 | 19 | A | 37 | 30 |
| Octal | 277 | 116 | 70 | 0 | 73 | 107 | 31 | 12 | 67 | 60 |
| Binary | 10111111 | 1001110 | 111000 | 0 | 111011 | 1000111 | 11001 | 1010 | 110111 | 110000 |
Color Harmonies of #BF4E38
Complementary color
Monochromatic Colors of #BF4E38
Black with #BF4E38
Text Example
Text Example
White with #BF4E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4E38; }
p { color: rgb(191,78,56); }
H1.HeaderClassName
{
color: #BF4E38;
}
.AnyTagClassName
{
color: #BF4E38;
}
</style>
background-color css
<style>
a { background-color: #BF4E38; }
a { background-color: rgb(191,78,56); }
div.DivClassName
{
background-color: #BF4E38;
}
.BgClassName
{
background-color: #BF4E38;
}
</style>
border-color css
<style>
span { border-color: #BF4E38; }
span { border-color: rgb(191,78,56); }
td.TdClassName
{
border-color: #BF4E38;
}
.TagClassName
{
border-color: #BF4E38;
}
</style>