#BE4933

Color #BE4933 Grenadier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grenadier #BE4933

Tints of Grenadier #BE4933

Color information

#BE4933 (or 0xBE4933) is unknown color: approx Grenadier. HEX triplet: BE, 49 and 33. RGB value is (190,73,51). Sum of RGB (Red+Green+Blue) = 190+73+51=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4933 is #41B6CC. Grayscale: #696969. Windows color (decimal): -4306637 or 3361214. OLE color: 3361214.

HSL color Cylindrical-coordinate representation of color #BE4933: hue angle of 9.5º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE4933 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB1907351-
CMYK00.620.730.25
HSL9.5º57.68%47.25%-
HSV(B)9.5º73.16%74.51%-
XYZ24.2215.954.93-
YUV105.4897.26188.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 60.51%
GREEN value IS 73 (28.91% from 255) = 23.25%
BLUE value IS 51 (20.31% from 255) = 16.24%
R=60.51%
G=23.25%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190735100.620.730.259.557.6847.25
HexBE493303E491993a2f
Octal2761116307611131117257
Binary10111110100100111001101111101001001110011001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4933; }

 p { color: rgb(190,73,51); }

 H1.HeaderClassName
 {
   color: #BE4933;
 }
 .AnyTagClassName
 {
   color: #BE4933;
 }
</style>
background-color css

<style>
 a { background-color: #BE4933; }

 a { background-color: rgb(190,73,51); }

 div.DivClassName
 {
   background-color: #BE4933;
 }
 .BgClassName
 {
   background-color: #BE4933;
 }
</style>
border-color css

<style>
 span { border-color: #BE4933; }

 span { border-color: rgb(190,73,51); }

 td.TdClassName
 {
   border-color: #BE4933;
 }
 .TagClassName
 {
   border-color: #BE4933;
 }
</style>