#BE7040

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

Shades of Zest #BE7040

Tints of Zest #BE7040

Color information

#BE7040 (or 0xBE7040) is unknown color: approx Zest. HEX triplet: BE, 70 and 40. RGB value is (190,112,64). Sum of RGB (Red+Green+Blue) = 190+112+64=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7040 is #418FBF. Grayscale: #828282. Windows color (decimal): -4296640 or 4223166. OLE color: 4223166.

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

Color convert

RGB19011264-
CMYK00.410.660.25
HSL22.86º49.61%49.8%-
HSV(B)22.86º66.32%74.51%-
XYZ27.9522.917.8-
YUV129.8590.84170.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.91%
GREEN value IS 112 (44.14% from 255) = 30.60%
BLUE value IS 64 (25.39% from 255) = 17.49%
R=51.91%
G=30.60%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901126400.410.660.2522.8649.6149.8
HexBE70400294219173232
Octal27616010005110231276262
Binary1011111011100001000000010100110000101100110111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7040; }

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

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

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

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

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

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

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

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