#BE6F40

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

Shades of Zest #BE6F40

Tints of Zest #BE6F40

Color information

#BE6F40 (or 0xBE6F40) is unknown color: approx Zest. HEX triplet: BE, 6F and 40. RGB value is (190,111,64). Sum of RGB (Red+Green+Blue) = 190+111+64=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6F40 is #4190BF. Grayscale: #818181. Windows color (decimal): -4296896 or 4222910. OLE color: 4222910.

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

Color convert

RGB19011164-
CMYK00.420.660.25
HSL22.38º49.61%49.8%-
HSV(B)22.38º66.32%74.51%-
XYZ27.8522.697.76-
YUV129.2691.17171.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.05%
GREEN value IS 111 (43.75% from 255) = 30.41%
BLUE value IS 64 (25.39% from 255) = 17.53%
R=52.05%
G=30.41%
B=17.53%

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
Decimal1901116400.420.660.2522.3849.6149.8
HexBE6F4002A4219163232
Octal27615710005210231266262
Binary1011111011011111000000010101010000101100110110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6F40; }

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

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

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

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

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

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

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

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