#BE6E37

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

Shades of Zest #BE6E37

Tints of Zest #BE6E37

Color information

#BE6E37 (or 0xBE6E37) is unknown color: approx Zest. HEX triplet: BE, 6E and 37. RGB value is (190,110,55). Sum of RGB (Red+Green+Blue) = 190+110+55=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 55 (21.88% from 255 or 15.49% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6E37 is #4191C8. Grayscale: #7F7F7F. Windows color (decimal): -4297161 or 3632830. OLE color: 3632830.

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

Color convert

RGB19011055-
CMYK00.420.710.25
HSL24.44º55.1%48.04%-
HSV(B)24.44º71.05%74.51%-
XYZ27.522.376.48-
YUV127.6587172.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.52%
GREEN value IS 110 (43.36% from 255) = 30.99%
BLUE value IS 55 (21.88% from 255) = 15.49%
R=53.52%
G=30.99%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901105500.420.710.2524.4455.148.04
HexBE6E3702A4719183730
Octal2761566705210731306760
Binary101111101101110110111010101010001111100111000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6E37; }

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

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

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

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

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

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

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

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