Shades of Grenadier #BE4D3A
Tints of Grenadier #BE4D3A
RGB
CMYK
RGB Variations
Color information
#BE4D3A (or 0xBE4D3A) is known color: Grenadier. HEX triplet: BE, 4D and 3A. RGB value is (190,77,58). Sum of RGB (Red+Green+Blue) = 190+77+58=325 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.46% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4D3A is #41B2C5. Grayscale: #6C6C6C. Windows color (decimal): -4305606 or 3820990. OLE color: 3820990.
HSL color Cylindrical-coordinate representation of color #BE4D3A: hue angle of 8.64º 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 #BE4D3A is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 58 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.25 |
| HSL | 8.64º | 0.53% | 0.49% | - |
| HSV(B) | 8.64º | 0.69% | 0.75% | - |
| XYZ | 24.65 | 16.56 | 5.9 | - |
| YUV | 108.62 | 99.44 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 58 | 0 | 0.59 | 0.69 | 0.25 | 8.64 | 0.53 | 0.49 |
| Hex | BE | 4D | 3A | 0 | 3B | 45 | 19 | 9 | 35 | 31 |
| Octal | 276 | 115 | 72 | 0 | 73 | 105 | 31 | 11 | 65 | 61 |
| Binary | 10111110 | 1001101 | 111010 | 0 | 111011 | 1000101 | 11001 | 1001 | 110101 | 110001 |
Color Harmonies of #BE4D3A
Complementary color
Monochromatic Colors of #BE4D3A
Black with #BE4D3A
Text Example
Text Example
White with #BE4D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D3A; }
p { color: rgb(190,77,58); }
H1.HeaderClassName
{
color: #BE4D3A;
}
.AnyTagClassName
{
color: #BE4D3A;
}
</style>
background-color css
<style>
a { background-color: #BE4D3A; }
a { background-color: rgb(190,77,58); }
div.DivClassName
{
background-color: #BE4D3A;
}
.BgClassName
{
background-color: #BE4D3A;
}
</style>
border-color css
<style>
span { border-color: #BE4D3A; }
span { border-color: rgb(190,77,58); }
td.TdClassName
{
border-color: #BE4D3A;
}
.TagClassName
{
border-color: #BE4D3A;
}
</style>