Shades of Grenadier #BF5538
Tints of Grenadier #BF5538
RGB
CMYK
RGB Variations
Color information
#BF5538 (or 0xBF5538) is known color: Grenadier. HEX triplet: BF, 55 and 38. RGB value is (191,85,56). Sum of RGB (Red+Green+Blue) = 191+85+56=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5538 is #40AAC7. Grayscale: #717171. Windows color (decimal): -4238024 or 3691967. OLE color: 3691967.
HSL color Cylindrical-coordinate representation of color #BF5538: hue angle of 12.89º 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 #BF5538 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 85 | 56 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.25 |
| HSL | 12.89º | 0.55% | 0.48% | - |
| HSV(B) | 12.89º | 0.71% | 0.75% | - |
| XYZ | 25.45 | 17.86 | 5.85 | - |
| YUV | 113.39 | 95.62 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 85 | 56 | 0 | 0.55 | 0.71 | 0.25 | 12.89 | 0.55 | 0.48 |
| Hex | BF | 55 | 38 | 0 | 37 | 47 | 19 | D | 37 | 30 |
| Octal | 277 | 125 | 70 | 0 | 67 | 107 | 31 | 15 | 67 | 60 |
| Binary | 10111111 | 1010101 | 111000 | 0 | 110111 | 1000111 | 11001 | 1101 | 110111 | 110000 |
Color Harmonies of #BF5538
Complementary color
Monochromatic Colors of #BF5538
Black with #BF5538
Text Example
Text Example
White with #BF5538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5538; }
p { color: rgb(191,85,56); }
H1.HeaderClassName
{
color: #BF5538;
}
.AnyTagClassName
{
color: #BF5538;
}
</style>
background-color css
<style>
a { background-color: #BF5538; }
a { background-color: rgb(191,85,56); }
div.DivClassName
{
background-color: #BF5538;
}
.BgClassName
{
background-color: #BF5538;
}
</style>
border-color css
<style>
span { border-color: #BF5538; }
span { border-color: rgb(191,85,56); }
td.TdClassName
{
border-color: #BF5538;
}
.TagClassName
{
border-color: #BF5538;
}
</style>