#BE733A

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

Shades of Zest #BE733A

Tints of Zest #BE733A

Color information

#BE733A (or 0xBE733A) is unknown color: approx Zest. HEX triplet: BE, 73 and 3A. RGB value is (190,115,58). Sum of RGB (Red+Green+Blue) = 190+115+58=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE733A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE733A is #418CC5. Grayscale: #838383. Windows color (decimal): -4295878 or 3830718. OLE color: 3830718.

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

Color convert

RGB19011558-
CMYK00.390.690.25
HSL25.91º53.23%48.63%-
HSV(B)25.91º69.47%74.51%-
XYZ28.1323.517.06-
YUV130.9386.85170.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.34%
GREEN value IS 115 (45.31% from 255) = 31.68%
BLUE value IS 58 (23.05% from 255) = 15.98%
R=52.34%
G=31.68%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901155800.390.690.2525.9153.2348.63
HexBE733A02745191a3531
Octal2761637204710531326561
Binary101111101110011111010010011110001011100111010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE733A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE733A; }

 p { color: rgb(190,115,58); }

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

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

 a { background-color: rgb(190,115,58); }

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

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

 span { border-color: rgb(190,115,58); }

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