Shades of Grenadier #BE533B
Tints of Grenadier #BE533B
RGB
CMYK
RGB Variations
Color information
#BE533B (or 0xBE533B) is known color: Grenadier. HEX triplet: BE, 53 and 3B. RGB value is (190,83,59). Sum of RGB (Red+Green+Blue) = 190+83+59=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE533B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE533B is #41ACC4. Grayscale: #707070. Windows color (decimal): -4304069 or 3888062. OLE color: 3888062.
HSL color Cylindrical-coordinate representation of color #BE533B: hue angle of 10.99º 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 #BE533B is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 83 | 59 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.25 |
| HSL | 10.99º | 0.53% | 0.49% | - |
| HSV(B) | 10.99º | 0.69% | 0.75% | - |
| XYZ | 25.12 | 17.45 | 6.18 | - |
| YUV | 112.26 | 97.95 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 83 | 59 | 0 | 0.56 | 0.69 | 0.25 | 10.99 | 0.53 | 0.49 |
| Hex | BE | 53 | 3B | 0 | 38 | 45 | 19 | B | 35 | 31 |
| Octal | 276 | 123 | 73 | 0 | 70 | 105 | 31 | 13 | 65 | 61 |
| Binary | 10111110 | 1010011 | 111011 | 0 | 111000 | 1000101 | 11001 | 1011 | 110101 | 110001 |
Color Harmonies of #BE533B
Complementary color
Monochromatic Colors of #BE533B
Black with #BE533B
Text Example
Text Example
White with #BE533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE533B; }
p { color: rgb(190,83,59); }
H1.HeaderClassName
{
color: #BE533B;
}
.AnyTagClassName
{
color: #BE533B;
}
</style>
background-color css
<style>
a { background-color: #BE533B; }
a { background-color: rgb(190,83,59); }
div.DivClassName
{
background-color: #BE533B;
}
.BgClassName
{
background-color: #BE533B;
}
</style>
border-color css
<style>
span { border-color: #BE533B; }
span { border-color: rgb(190,83,59); }
td.TdClassName
{
border-color: #BE533B;
}
.TagClassName
{
border-color: #BE533B;
}
</style>