#BE6E40

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

Shades of Zest #BE6E40

Tints of Zest #BE6E40

Color information

#BE6E40 (or 0xBE6E40) is unknown color: approx Zest. HEX triplet: BE, 6E and 40. RGB value is (190,110,64). Sum of RGB (Red+Green+Blue) = 190+110+64=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6E40 is #4191BF. Grayscale: #808080. Windows color (decimal): -4297152 or 4222654. OLE color: 4222654.

HSL color Cylindrical-coordinate representation of color #BE6E40: hue angle of 21.9º 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 #BE6E40 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB19011064-
CMYK00.420.660.25
HSL21.9º49.61%49.8%-
HSV(B)21.9º66.32%74.51%-
XYZ27.7422.477.73-
YUV128.6891.5171.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.20%
GREEN value IS 110 (43.36% from 255) = 30.22%
BLUE value IS 64 (25.39% from 255) = 17.58%
R=52.20%
G=30.22%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901106400.420.660.2521.949.6149.8
HexBE6E4002A4219163232
Octal27615610005210231266262
Binary1011111011011101000000010101010000101100110110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6E40; }

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

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

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

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

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

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

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

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