Shades of Grenadier #BE573A
Tints of Grenadier #BE573A
RGB
CMYK
RGB Variations
Color information
#BE573A (or 0xBE573A) is known color: Grenadier. HEX triplet: BE, 57 and 3A. RGB value is (190,87,58). Sum of RGB (Red+Green+Blue) = 190+87+58=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE573A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE573A is #41A8C5. Grayscale: #727272. Windows color (decimal): -4303046 or 3823550. OLE color: 3823550.
HSL color Cylindrical-coordinate representation of color #BE573A: hue angle of 13.18º 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 #BE573A is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 87 | 58 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.25 |
| HSL | 13.18º | 0.53% | 0.49% | - |
| HSV(B) | 13.18º | 0.69% | 0.75% | - |
| XYZ | 25.41 | 18.07 | 6.15 | - |
| YUV | 114.49 | 96.12 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 87 | 58 | 0 | 0.54 | 0.69 | 0.25 | 13.18 | 0.53 | 0.49 |
| Hex | BE | 57 | 3A | 0 | 36 | 45 | 19 | D | 35 | 31 |
| Octal | 276 | 127 | 72 | 0 | 66 | 105 | 31 | 15 | 65 | 61 |
| Binary | 10111110 | 1010111 | 111010 | 0 | 110110 | 1000101 | 11001 | 1101 | 110101 | 110001 |
Color Harmonies of #BE573A
Complementary color
Monochromatic Colors of #BE573A
Black with #BE573A
Text Example
Text Example
White with #BE573A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE573A; }
p { color: rgb(190,87,58); }
H1.HeaderClassName
{
color: #BE573A;
}
.AnyTagClassName
{
color: #BE573A;
}
</style>
background-color css
<style>
a { background-color: #BE573A; }
a { background-color: rgb(190,87,58); }
div.DivClassName
{
background-color: #BE573A;
}
.BgClassName
{
background-color: #BE573A;
}
</style>
border-color css
<style>
span { border-color: #BE573A; }
span { border-color: rgb(190,87,58); }
td.TdClassName
{
border-color: #BE573A;
}
.TagClassName
{
border-color: #BE573A;
}
</style>