#BE7245

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

Shades of Zest #BE7245

Tints of Zest #BE7245

Color information

#BE7245 (or 0xBE7245) is unknown color: approx Zest. HEX triplet: BE, 72 and 45. RGB value is (190,114,69). Sum of RGB (Red+Green+Blue) = 190+114+69=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7245 is #418DBA. Grayscale: #838383. Windows color (decimal): -4296123 or 4551358. OLE color: 4551358.

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

Color convert

RGB19011469-
CMYK00.400.640.25
HSL22.31º48.21%50.78%-
HSV(B)22.31º63.68%74.51%-
XYZ28.3323.418.66-
YUV131.5992.68169.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.94%
GREEN value IS 114 (44.92% from 255) = 30.56%
BLUE value IS 69 (27.34% from 255) = 18.50%
R=50.94%
G=30.56%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901146900.400.640.2522.3148.2150.78
HexBE72450284019163033
Octal27616210505010031266063
Binary1011111011100101000101010100010000001100110110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7245; }

 p { color: rgb(190,114,69); }

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

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

 a { background-color: rgb(190,114,69); }

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

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

 span { border-color: rgb(190,114,69); }

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