#BE693D

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

Shades of Zest #BE693D

Tints of Zest #BE693D

Color information

#BE693D (or 0xBE693D) is unknown color: approx Zest. HEX triplet: BE, 69 and 3D. RGB value is (190,105,61). Sum of RGB (Red+Green+Blue) = 190+105+61=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE693D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE693D is #4196C2. Grayscale: #7D7D7D. Windows color (decimal): -4298435 or 4024766. OLE color: 4024766.

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

Color convert

RGB19010561-
CMYK00.450.680.25
HSL20.47º51.39%49.22%-
HSV(B)20.47º67.89%74.51%-
XYZ27.1321.397.11-
YUV125.491.66174.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.37%
GREEN value IS 105 (41.41% from 255) = 29.49%
BLUE value IS 61 (24.22% from 255) = 17.13%
R=53.37%
G=29.49%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901056100.450.680.2520.4751.3949.22
HexBE693D02D4419143331
Octal2761517505510431246361
Binary101111101101001111101010110110001001100110100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE693D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE693D; }

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

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

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

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

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

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

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

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