Shades of Grenadier #BF4938
Tints of Grenadier #BF4938
RGB
CMYK
RGB Variations
Color information
#BF4938 (or 0xBF4938) is known color: Grenadier. HEX triplet: BF, 49 and 38. RGB value is (191,73,56). Sum of RGB (Red+Green+Blue) = 191+73+56=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4938 is #40B6C7. Grayscale: #6A6A6A. Windows color (decimal): -4241096 or 3688895. OLE color: 3688895.
HSL color Cylindrical-coordinate representation of color #BF4938: hue angle of 7.56º 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 #BF4938 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 73 | 56 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.25 |
| HSL | 7.56º | 0.55% | 0.48% | - |
| HSV(B) | 7.56º | 0.71% | 0.75% | - |
| XYZ | 24.58 | 16.13 | 5.56 | - |
| YUV | 106.34 | 99.59 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 56 | 0 | 0.62 | 0.71 | 0.25 | 7.56 | 0.55 | 0.48 |
| Hex | BF | 49 | 38 | 0 | 3E | 47 | 19 | 8 | 37 | 30 |
| Octal | 277 | 111 | 70 | 0 | 76 | 107 | 31 | 10 | 67 | 60 |
| Binary | 10111111 | 1001001 | 111000 | 0 | 111110 | 1000111 | 11001 | 1000 | 110111 | 110000 |
Color Harmonies of #BF4938
Complementary color
Monochromatic Colors of #BF4938
Black with #BF4938
Text Example
Text Example
White with #BF4938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4938; }
p { color: rgb(191,73,56); }
H1.HeaderClassName
{
color: #BF4938;
}
.AnyTagClassName
{
color: #BF4938;
}
</style>
background-color css
<style>
a { background-color: #BF4938; }
a { background-color: rgb(191,73,56); }
div.DivClassName
{
background-color: #BF4938;
}
.BgClassName
{
background-color: #BF4938;
}
</style>
border-color css
<style>
span { border-color: #BF4938; }
span { border-color: rgb(191,73,56); }
td.TdClassName
{
border-color: #BF4938;
}
.TagClassName
{
border-color: #BF4938;
}
</style>