#BE5239

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

Shades of Grenadier #BE5239

Tints of Grenadier #BE5239

Color information

#BE5239 (or 0xBE5239) is unknown color: approx Grenadier. HEX triplet: BE, 52 and 39. RGB value is (190,82,57). Sum of RGB (Red+Green+Blue) = 190+82+57=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5239 is #41ADC6. Grayscale: #6F6F6F. Windows color (decimal): -4304327 or 3756734. OLE color: 3756734.

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

Color convert

RGB1908257-
CMYK00.570.70.25
HSL11.28º53.85%48.43%-
HSV(B)11.28º70%74.51%-
XYZ24.9917.285.89-
YUV111.4497.28184.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.75%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 57 (22.66% from 255) = 17.33%
R=57.75%
G=24.92%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.7
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190825700.570.70.2511.2853.8548.43
HexBE52390394619b3630
Octal2761227107110631136660
Binary10111110101001011100101110011000110110011011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5239; }

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

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

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

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

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

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

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

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