#BE6F3D

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

Shades of Zest #BE6F3D

Tints of Zest #BE6F3D

Color information

#BE6F3D (or 0xBE6F3D) is unknown color: approx Zest. HEX triplet: BE, 6F and 3D. RGB value is (190,111,61). Sum of RGB (Red+Green+Blue) = 190+111+61=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6F3D is #4190C2. Grayscale: #818181. Windows color (decimal): -4296899 or 4026302. OLE color: 4026302.

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

Color convert

RGB19011161-
CMYK00.420.680.25
HSL23.26º51.39%49.22%-
HSV(B)23.26º67.89%74.51%-
XYZ27.7622.657.32-
YUV128.9289.67171.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.49%
GREEN value IS 111 (43.75% from 255) = 30.66%
BLUE value IS 61 (24.22% from 255) = 16.85%
R=52.49%
G=30.66%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901116100.420.680.2523.2651.3949.22
HexBE6F3D02A4419173331
Octal2761577505210431276361
Binary101111101101111111101010101010001001100110111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6F3D; }

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

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

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

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

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

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

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

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