#BE6E3C

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

Shades of Zest #BE6E3C

Tints of Zest #BE6E3C

Color information

#BE6E3C (or 0xBE6E3C) is unknown color: approx Zest. HEX triplet: BE, 6E and 3C. RGB value is (190,110,60). Sum of RGB (Red+Green+Blue) = 190+110+60=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6E3C is #4191C3. Grayscale: #808080. Windows color (decimal): -4297156 or 3960510. OLE color: 3960510.

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

Color convert

RGB19011060-
CMYK00.420.680.25
HSL23.08º52%49.02%-
HSV(B)23.08º68.42%74.51%-
XYZ27.6322.437.15-
YUV128.2289.5172.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.78%
GREEN value IS 110 (43.36% from 255) = 30.56%
BLUE value IS 60 (23.83% from 255) = 16.67%
R=52.78%
G=30.56%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901106000.420.680.2523.085249.02
HexBE6E3C02A4419173431
Octal2761567405210431276461
Binary101111101101110111100010101010001001100110111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6E3C; }

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

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

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

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

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

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

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

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