#BE5240

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

Shades of Grenadier #BE5240

Tints of Grenadier #BE5240

Color information

#BE5240 (or 0xBE5240) is unknown color: approx Grenadier. HEX triplet: BE, 52 and 40. RGB value is (190,82,64). Sum of RGB (Red+Green+Blue) = 190+82+64=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5240 is #41ADBF. Grayscale: #707070. Windows color (decimal): -4304320 or 4215486. OLE color: 4215486.

HSL color Cylindrical-coordinate representation of color #BE5240: hue angle of 8.57º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE5240 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB1908264-
CMYK00.570.660.25
HSL8.57º49.61%49.8%-
HSV(B)8.57º66.32%74.51%-
XYZ25.1817.356.87-
YUV112.24100.78183.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.55%
GREEN value IS 82 (32.42% from 255) = 24.40%
BLUE value IS 64 (25.39% from 255) = 19.05%
R=56.55%
G=24.40%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190826400.570.660.258.5749.6149.8
HexBE5240039421993232
Octal27612210007110231116262
Binary101111101010010100000001110011000010110011001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5240; }

 p { color: rgb(190,82,64); }

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

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

 a { background-color: rgb(190,82,64); }

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

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

 span { border-color: rgb(190,82,64); }

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