Shades of Grenadier #BE4D3B
Tints of Grenadier #BE4D3B
RGB
CMYK
RGB Variations
Color information
#BE4D3B (or 0xBE4D3B) is known color: Grenadier. HEX triplet: BE, 4D and 3B. RGB value is (190,77,59). Sum of RGB (Red+Green+Blue) = 190+77+59=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4D3B is #41B2C4. Grayscale: #6C6C6C. Windows color (decimal): -4305605 or 3886526. OLE color: 3886526.
HSL color Cylindrical-coordinate representation of color #BE4D3B: hue angle of 8.24º 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 #BE4D3B is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 59 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.25 |
| HSL | 8.24º | 0.53% | 0.49% | - |
| HSV(B) | 8.24º | 0.69% | 0.75% | - |
| XYZ | 24.68 | 16.57 | 6.04 | - |
| YUV | 108.74 | 99.94 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 59 | 0 | 0.59 | 0.69 | 0.25 | 8.24 | 0.53 | 0.49 |
| Hex | BE | 4D | 3B | 0 | 3B | 45 | 19 | 8 | 35 | 31 |
| Octal | 276 | 115 | 73 | 0 | 73 | 105 | 31 | 10 | 65 | 61 |
| Binary | 10111110 | 1001101 | 111011 | 0 | 111011 | 1000101 | 11001 | 1000 | 110101 | 110001 |
Color Harmonies of #BE4D3B
Complementary color
Monochromatic Colors of #BE4D3B
Black with #BE4D3B
Text Example
Text Example
White with #BE4D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D3B; }
p { color: rgb(190,77,59); }
H1.HeaderClassName
{
color: #BE4D3B;
}
.AnyTagClassName
{
color: #BE4D3B;
}
</style>
background-color css
<style>
a { background-color: #BE4D3B; }
a { background-color: rgb(190,77,59); }
div.DivClassName
{
background-color: #BE4D3B;
}
.BgClassName
{
background-color: #BE4D3B;
}
</style>
border-color css
<style>
span { border-color: #BE4D3B; }
span { border-color: rgb(190,77,59); }
td.TdClassName
{
border-color: #BE4D3B;
}
.TagClassName
{
border-color: #BE4D3B;
}
</style>