#BE6D39

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

Shades of Zest #BE6D39

Tints of Zest #BE6D39

Color information

#BE6D39 (or 0xBE6D39) is unknown color: approx Zest. HEX triplet: BE, 6D and 39. RGB value is (190,109,57). Sum of RGB (Red+Green+Blue) = 190+109+57=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6D39 is #4192C6. Grayscale: #7F7F7F. Windows color (decimal): -4297415 or 3763646. OLE color: 3763646.

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

Color convert

RGB19010957-
CMYK00.430.70.25
HSL23.46º53.85%48.43%-
HSV(B)23.46º70%74.51%-
XYZ27.4422.186.71-
YUV127.2988.34172.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.37%
GREEN value IS 109 (42.97% from 255) = 30.62%
BLUE value IS 57 (22.66% from 255) = 16.01%
R=53.37%
G=30.62%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.7
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901095700.430.70.2523.4653.8548.43
HexBE6D3902B4619173630
Octal2761557105310631276660
Binary101111101101101111001010101110001101100110111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6D39; }

 p { color: rgb(190,109,57); }

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

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

 a { background-color: rgb(190,109,57); }

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

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

 span { border-color: rgb(190,109,57); }

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