#BE6D3D

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

Shades of Zest #BE6D3D

Tints of Zest #BE6D3D

Color information

#BE6D3D (or 0xBE6D3D) is unknown color: approx Zest. HEX triplet: BE, 6D and 3D. RGB value is (190,109,61). Sum of RGB (Red+Green+Blue) = 190+109+61=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6D3D is #4192C2. Grayscale: #808080. Windows color (decimal): -4297411 or 4025790. OLE color: 4025790.

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

Color convert

RGB19010961-
CMYK00.430.680.25
HSL22.33º51.39%49.22%-
HSV(B)22.33º67.89%74.51%-
XYZ27.5522.227.25-
YUV127.7590.34172.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.78%
GREEN value IS 109 (42.97% from 255) = 30.28%
BLUE value IS 61 (24.22% from 255) = 16.94%
R=52.78%
G=30.28%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901096100.430.680.2522.3351.3949.22
HexBE6D3D02B4419163331
Octal2761557505310431266361
Binary101111101101101111101010101110001001100110110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6D3D; }

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

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

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

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

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

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

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

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