Shades of Grenadier #BF533E
Tints of Grenadier #BF533E
RGB
CMYK
RGB Variations
Color information
#BF533E (or 0xBF533E) is known color: Grenadier. HEX triplet: BF, 53 and 3E. RGB value is (191,83,62). Sum of RGB (Red+Green+Blue) = 191+83+62=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF533E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF533E is #40ACC1. Grayscale: #717171. Windows color (decimal): -4238530 or 4084671. OLE color: 4084671.
HSL color Cylindrical-coordinate representation of color #BF533E: hue angle of 9.77º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF533E is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 83 | 62 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.25 |
| HSL | 9.77º | 0.51% | 0.5% | - |
| HSV(B) | 9.77º | 0.68% | 0.75% | - |
| XYZ | 25.45 | 17.61 | 6.62 | - |
| YUV | 112.9 | 99.28 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 62 | 0 | 0.57 | 0.68 | 0.25 | 9.77 | 0.51 | 0.5 |
| Hex | BF | 53 | 3E | 0 | 39 | 44 | 19 | A | 33 | 32 |
| Octal | 277 | 123 | 76 | 0 | 71 | 104 | 31 | 12 | 63 | 62 |
| Binary | 10111111 | 1010011 | 111110 | 0 | 111001 | 1000100 | 11001 | 1010 | 110011 | 110010 |
Color Harmonies of #BF533E
Complementary color
Monochromatic Colors of #BF533E
Black with #BF533E
Text Example
Text Example
White with #BF533E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF533E; }
p { color: rgb(191,83,62); }
H1.HeaderClassName
{
color: #BF533E;
}
.AnyTagClassName
{
color: #BF533E;
}
</style>
background-color css
<style>
a { background-color: #BF533E; }
a { background-color: rgb(191,83,62); }
div.DivClassName
{
background-color: #BF533E;
}
.BgClassName
{
background-color: #BF533E;
}
</style>
border-color css
<style>
span { border-color: #BF533E; }
span { border-color: rgb(191,83,62); }
td.TdClassName
{
border-color: #BF533E;
}
.TagClassName
{
border-color: #BF533E;
}
</style>