Shades of Grenadier #BF543B
Tints of Grenadier #BF543B
RGB
CMYK
RGB Variations
Color information
#BF543B (or 0xBF543B) is known color: Grenadier. HEX triplet: BF, 54 and 3B. RGB value is (191,84,59). Sum of RGB (Red+Green+Blue) = 191+84+59=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF543B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF543B is #40ABC4. Grayscale: #717171. Windows color (decimal): -4238277 or 3888319. OLE color: 3888319.
HSL color Cylindrical-coordinate representation of color #BF543B: hue angle of 11.36º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF543B is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 84 | 59 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.25 |
| HSL | 11.36º | 0.53% | 0.49% | - |
| HSV(B) | 11.36º | 0.69% | 0.75% | - |
| XYZ | 25.45 | 17.73 | 6.22 | - |
| YUV | 113.14 | 97.45 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 84 | 59 | 0 | 0.56 | 0.69 | 0.25 | 11.36 | 0.53 | 0.49 |
| Hex | BF | 54 | 3B | 0 | 38 | 45 | 19 | B | 35 | 31 |
| Octal | 277 | 124 | 73 | 0 | 70 | 105 | 31 | 13 | 65 | 61 |
| Binary | 10111111 | 1010100 | 111011 | 0 | 111000 | 1000101 | 11001 | 1011 | 110101 | 110001 |
Color Harmonies of #BF543B
Complementary color
Monochromatic Colors of #BF543B
Black with #BF543B
Text Example
Text Example
White with #BF543B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF543B; }
p { color: rgb(191,84,59); }
H1.HeaderClassName
{
color: #BF543B;
}
.AnyTagClassName
{
color: #BF543B;
}
</style>
background-color css
<style>
a { background-color: #BF543B; }
a { background-color: rgb(191,84,59); }
div.DivClassName
{
background-color: #BF543B;
}
.BgClassName
{
background-color: #BF543B;
}
</style>
border-color css
<style>
span { border-color: #BF543B; }
span { border-color: rgb(191,84,59); }
td.TdClassName
{
border-color: #BF543B;
}
.TagClassName
{
border-color: #BF543B;
}
</style>