#BE503E

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

Shades of Grenadier #BE503E

Tints of Grenadier #BE503E

Color information

#BE503E (or 0xBE503E) is unknown color: approx Grenadier. HEX triplet: BE, 50 and 3E. RGB value is (190,80,62). Sum of RGB (Red+Green+Blue) = 190+80+62=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE503E is #41AFC1. Grayscale: #6F6F6F. Windows color (decimal): -4304834 or 4083902. OLE color: 4083902.

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

Color convert

RGB1908062-
CMYK00.580.670.25
HSL8.44º50.79%49.41%-
HSV(B)8.44º67.37%74.51%-
XYZ24.9717.036.53-
YUV110.84100.44184.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.23%
GREEN value IS 80 (31.64% from 255) = 24.10%
BLUE value IS 62 (24.61% from 255) = 18.67%
R=57.23%
G=24.10%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190806200.580.670.258.4450.7949.41
HexBE503E03A431983331
Octal2761207607210331106361
Binary10111110101000011111001110101000011110011000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE503E; }

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

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

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

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

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

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

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

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