#be5036

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

Shades of Grenadier #BE5036

Tints of Grenadier #BE5036

Color information

#BE5036 (or 0xBE5036) is unknown color: approx Grenadier. HEX triplet: BE, 50 and 36. RGB value is (190,80,54). Sum of RGB (Red+Green+Blue) = 190+80+54=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5036 is #41AFC9. Grayscale: #6E6E6E. Windows color (decimal): -4304842 or 3559614. OLE color: 3559614.

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

Color convert

RGB1908054-
CMYK00.580.720.25
HSL11.47º55.74%47.84%-
HSV(B)11.47º71.58%74.51%-
XYZ24.7716.955.46-
YUV109.9396.44185.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.64%
GREEN value IS 80 (31.64% from 255) = 24.69%
BLUE value IS 54 (21.48% from 255) = 16.67%
R=58.64%
G=24.69%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190805400.580.720.2511.4755.7447.84
HexBE503603A4819b3830
Octal2761206607211031137060
Binary10111110101000011011001110101001000110011011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be5036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be5036; }

 p { color: rgb(190,80,54); }

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

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

 a { background-color: rgb(190,80,54); }

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

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

 span { border-color: rgb(190,80,54); }

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