Shades of Grenadier #BE4328
Tints of Grenadier #BE4328
RGB
CMYK
RGB Variations
Color information
#BE4328 (or 0xBE4328) is known color: Grenadier. HEX triplet: BE, 43 and 28. RGB value is (190,67,40). Sum of RGB (Red+Green+Blue) = 190+67+40=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4328 is #41BCD7. Grayscale: #646464. Windows color (decimal): -4308184 or 2638782. OLE color: 2638782.
HSL color Cylindrical-coordinate representation of color #BE4328: hue angle of 10.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE4328 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 67 | 40 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.25 |
| HSL | 10.8º | 0.65% | 0.45% | - |
| HSV(B) | 10.8º | 0.79% | 0.75% | - |
| XYZ | 23.63 | 15.11 | 3.68 | - |
| YUV | 100.7 | 93.75 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 67 | 40 | 0 | 0.65 | 0.79 | 0.25 | 10.8 | 0.65 | 0.45 |
| Hex | BE | 43 | 28 | 0 | 41 | 4F | 19 | B | 41 | 2D |
| Octal | 276 | 103 | 50 | 0 | 101 | 117 | 31 | 13 | 101 | 55 |
| Binary | 10111110 | 1000011 | 101000 | 0 | 1000001 | 1001111 | 11001 | 1011 | 1000001 | 101101 |
Color Harmonies of #BE4328
Complementary color
Monochromatic Colors of #BE4328
Black with #BE4328
Text Example
Text Example
White with #BE4328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4328; }
p { color: rgb(190,67,40); }
H1.HeaderClassName
{
color: #BE4328;
}
.AnyTagClassName
{
color: #BE4328;
}
</style>
background-color css
<style>
a { background-color: #BE4328; }
a { background-color: rgb(190,67,40); }
div.DivClassName
{
background-color: #BE4328;
}
.BgClassName
{
background-color: #BE4328;
}
</style>
border-color css
<style>
span { border-color: #BE4328; }
span { border-color: rgb(190,67,40); }
td.TdClassName
{
border-color: #BE4328;
}
.TagClassName
{
border-color: #BE4328;
}
</style>