Shades of Grenadier #BF543F
Tints of Grenadier #BF543F
RGB
CMYK
RGB Variations
Color information
#BF543F (or 0xBF543F) is known color: Grenadier. HEX triplet: BF, 54 and 3F. RGB value is (191,84,63). Sum of RGB (Red+Green+Blue) = 191+84+63=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF543F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF543F is #40ABC0. Grayscale: #717171. Windows color (decimal): -4238273 or 4150463. OLE color: 4150463.
HSL color Cylindrical-coordinate representation of color #BF543F: hue angle of 9.84º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF543F is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 84 | 63 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.25 |
| HSL | 9.84º | 0.5% | 0.5% | - |
| HSV(B) | 9.84º | 0.67% | 0.75% | - |
| XYZ | 25.55 | 17.78 | 6.79 | - |
| YUV | 113.6 | 99.45 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 84 | 63 | 0 | 0.56 | 0.67 | 0.25 | 9.84 | 0.5 | 0.5 |
| Hex | BF | 54 | 3F | 0 | 38 | 43 | 19 | A | 32 | 32 |
| Octal | 277 | 124 | 77 | 0 | 70 | 103 | 31 | 12 | 62 | 62 |
| Binary | 10111111 | 1010100 | 111111 | 0 | 111000 | 1000011 | 11001 | 1010 | 110010 | 110010 |
Color Harmonies of #BF543F
Complementary color
Monochromatic Colors of #BF543F
Black with #BF543F
Text Example
Text Example
White with #BF543F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF543F; }
p { color: rgb(191,84,63); }
H1.HeaderClassName
{
color: #BF543F;
}
.AnyTagClassName
{
color: #BF543F;
}
</style>
background-color css
<style>
a { background-color: #BF543F; }
a { background-color: rgb(191,84,63); }
div.DivClassName
{
background-color: #BF543F;
}
.BgClassName
{
background-color: #BF543F;
}
</style>
border-color css
<style>
span { border-color: #BF543F; }
span { border-color: rgb(191,84,63); }
td.TdClassName
{
border-color: #BF543F;
}
.TagClassName
{
border-color: #BF543F;
}
</style>