Shades of Grenadier #BE4D3C
Tints of Grenadier #BE4D3C
RGB
CMYK
RGB Variations
Color information
#BE4D3C (or 0xBE4D3C) is known color: Grenadier. HEX triplet: BE, 4D and 3C. RGB value is (190,77,60). Sum of RGB (Red+Green+Blue) = 190+77+60=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4D3C is #41B2C3. Grayscale: #6D6D6D. Windows color (decimal): -4305604 or 3952062. OLE color: 3952062.
HSL color Cylindrical-coordinate representation of color #BE4D3C: hue angle of 7.85º 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 #BE4D3C is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 60 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.25 |
| HSL | 7.85º | 0.52% | 0.49% | - |
| HSV(B) | 7.85º | 0.68% | 0.75% | - |
| XYZ | 24.7 | 16.58 | 6.17 | - |
| YUV | 108.85 | 100.44 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 60 | 0 | 0.59 | 0.68 | 0.25 | 7.85 | 0.52 | 0.49 |
| Hex | BE | 4D | 3C | 0 | 3B | 44 | 19 | 8 | 34 | 31 |
| Octal | 276 | 115 | 74 | 0 | 73 | 104 | 31 | 10 | 64 | 61 |
| Binary | 10111110 | 1001101 | 111100 | 0 | 111011 | 1000100 | 11001 | 1000 | 110100 | 110001 |
Color Harmonies of #BE4D3C
Complementary color
Monochromatic Colors of #BE4D3C
Black with #BE4D3C
Text Example
Text Example
White with #BE4D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D3C; }
p { color: rgb(190,77,60); }
H1.HeaderClassName
{
color: #BE4D3C;
}
.AnyTagClassName
{
color: #BE4D3C;
}
</style>
background-color css
<style>
a { background-color: #BE4D3C; }
a { background-color: rgb(190,77,60); }
div.DivClassName
{
background-color: #BE4D3C;
}
.BgClassName
{
background-color: #BE4D3C;
}
</style>
border-color css
<style>
span { border-color: #BE4D3C; }
span { border-color: rgb(190,77,60); }
td.TdClassName
{
border-color: #BE4D3C;
}
.TagClassName
{
border-color: #BE4D3C;
}
</style>