Shades of Grenadier #BE543A
Tints of Grenadier #BE543A
RGB
CMYK
RGB Variations
Color information
#BE543A (or 0xBE543A) is known color: Grenadier. HEX triplet: BE, 54 and 3A. RGB value is (190,84,58). Sum of RGB (Red+Green+Blue) = 190+84+58=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE543A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE543A is #41ABC5. Grayscale: #707070. Windows color (decimal): -4303814 or 3822782. OLE color: 3822782.
HSL color Cylindrical-coordinate representation of color #BE543A: hue angle of 11.82º 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 #BE543A is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 84 | 58 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.25 |
| HSL | 11.82º | 0.53% | 0.49% | - |
| HSV(B) | 11.82º | 0.69% | 0.75% | - |
| XYZ | 25.17 | 17.59 | 6.07 | - |
| YUV | 112.73 | 97.12 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 84 | 58 | 0 | 0.56 | 0.69 | 0.25 | 11.82 | 0.53 | 0.49 |
| Hex | BE | 54 | 3A | 0 | 38 | 45 | 19 | C | 35 | 31 |
| Octal | 276 | 124 | 72 | 0 | 70 | 105 | 31 | 14 | 65 | 61 |
| Binary | 10111110 | 1010100 | 111010 | 0 | 111000 | 1000101 | 11001 | 1100 | 110101 | 110001 |
Color Harmonies of #BE543A
Complementary color
Monochromatic Colors of #BE543A
Black with #BE543A
Text Example
Text Example
White with #BE543A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE543A; }
p { color: rgb(190,84,58); }
H1.HeaderClassName
{
color: #BE543A;
}
.AnyTagClassName
{
color: #BE543A;
}
</style>
background-color css
<style>
a { background-color: #BE543A; }
a { background-color: rgb(190,84,58); }
div.DivClassName
{
background-color: #BE543A;
}
.BgClassName
{
background-color: #BE543A;
}
</style>
border-color css
<style>
span { border-color: #BE543A; }
span { border-color: rgb(190,84,58); }
td.TdClassName
{
border-color: #BE543A;
}
.TagClassName
{
border-color: #BE543A;
}
</style>