Shades of Grenadier #BE543C
Tints of Grenadier #BE543C
RGB
CMYK
RGB Variations
Color information
#BE543C (or 0xBE543C) is known color: Grenadier. HEX triplet: BE, 54 and 3C. RGB value is (190,84,60). Sum of RGB (Red+Green+Blue) = 190+84+60=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE543C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE543C is #41ABC3. Grayscale: #717171. Windows color (decimal): -4303812 or 3953854. OLE color: 3953854.
HSL color Cylindrical-coordinate representation of color #BE543C: hue angle of 11.08º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE543C is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 84 | 60 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.25 |
| HSL | 11.08º | 0.52% | 0.49% | - |
| HSV(B) | 11.08º | 0.68% | 0.75% | - |
| XYZ | 25.22 | 17.61 | 6.35 | - |
| YUV | 112.96 | 98.12 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 84 | 60 | 0 | 0.56 | 0.68 | 0.25 | 11.08 | 0.52 | 0.49 |
| Hex | BE | 54 | 3C | 0 | 38 | 44 | 19 | B | 34 | 31 |
| Octal | 276 | 124 | 74 | 0 | 70 | 104 | 31 | 13 | 64 | 61 |
| Binary | 10111110 | 1010100 | 111100 | 0 | 111000 | 1000100 | 11001 | 1011 | 110100 | 110001 |
Color Harmonies of #BE543C
Complementary color
Monochromatic Colors of #BE543C
Black with #BE543C
Text Example
Text Example
White with #BE543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE543C; }
p { color: rgb(190,84,60); }
H1.HeaderClassName
{
color: #BE543C;
}
.AnyTagClassName
{
color: #BE543C;
}
</style>
background-color css
<style>
a { background-color: #BE543C; }
a { background-color: rgb(190,84,60); }
div.DivClassName
{
background-color: #BE543C;
}
.BgClassName
{
background-color: #BE543C;
}
</style>
border-color css
<style>
span { border-color: #BE543C; }
span { border-color: rgb(190,84,60); }
td.TdClassName
{
border-color: #BE543C;
}
.TagClassName
{
border-color: #BE543C;
}
</style>