#BE6E43

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

Shades of Zest #BE6E43

Tints of Zest #BE6E43

Color information

#BE6E43 (or 0xBE6E43) is unknown color: approx Zest. HEX triplet: BE, 6E and 43. RGB value is (190,110,67). Sum of RGB (Red+Green+Blue) = 190+110+67=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6E43 is #4191BC. Grayscale: #818181. Windows color (decimal): -4297149 or 4419262. OLE color: 4419262.

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

Color convert

RGB19011067-
CMYK00.420.650.25
HSL20.98º48.62%50.39%-
HSV(B)20.98º64.74%74.51%-
XYZ27.8222.58.19-
YUV129.0293171.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.77%
GREEN value IS 110 (43.36% from 255) = 29.97%
BLUE value IS 67 (26.56% from 255) = 18.26%
R=51.77%
G=29.97%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901106700.420.650.2520.9848.6250.39
HexBE6E4302A4119153132
Octal27615610305210131256162
Binary1011111011011101000011010101010000011100110101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6E43; }

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

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

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

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

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

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

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

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