Shades of Grenadier #BE482F
Tints of Grenadier #BE482F
RGB
CMYK
RGB Variations
Color information
#BE482F (or 0xBE482F) is known color: Grenadier. HEX triplet: BE, 48 and 2F. RGB value is (190,72,47). Sum of RGB (Red+Green+Blue) = 190+72+47=309 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.49% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 190 - color contains mainly: red. Hex color #BE482F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE482F is #41B7D0. Grayscale: #686868. Windows color (decimal): -4306897 or 3098814. OLE color: 3098814.
HSL color Cylindrical-coordinate representation of color #BE482F: hue angle of 10.49º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE482F is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 72 | 47 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.25 |
| HSL | 10.49º | 0.6% | 0.46% | - |
| HSV(B) | 10.49º | 0.75% | 0.75% | - |
| XYZ | 24.07 | 15.79 | 4.47 | - |
| YUV | 104.43 | 95.59 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 72 | 47 | 0 | 0.62 | 0.75 | 0.25 | 10.49 | 0.6 | 0.46 |
| Hex | BE | 48 | 2F | 0 | 3E | 4B | 19 | A | 3C | 2E |
| Octal | 276 | 110 | 57 | 0 | 76 | 113 | 31 | 12 | 74 | 56 |
| Binary | 10111110 | 1001000 | 101111 | 0 | 111110 | 1001011 | 11001 | 1010 | 111100 | 101110 |
Color Harmonies of #BE482F
Complementary color
Monochromatic Colors of #BE482F
Black with #BE482F
Text Example
Text Example
White with #BE482F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE482F; }
p { color: rgb(190,72,47); }
H1.HeaderClassName
{
color: #BE482F;
}
.AnyTagClassName
{
color: #BE482F;
}
</style>
background-color css
<style>
a { background-color: #BE482F; }
a { background-color: rgb(190,72,47); }
div.DivClassName
{
background-color: #BE482F;
}
.BgClassName
{
background-color: #BE482F;
}
</style>
border-color css
<style>
span { border-color: #BE482F; }
span { border-color: rgb(190,72,47); }
td.TdClassName
{
border-color: #BE482F;
}
.TagClassName
{
border-color: #BE482F;
}
</style>