#BE7045

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

Shades of Zest #BE7045

Tints of Zest #BE7045

Color information

#BE7045 (or 0xBE7045) is unknown color: approx Zest. HEX triplet: BE, 70 and 45. RGB value is (190,112,69). Sum of RGB (Red+Green+Blue) = 190+112+69=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7045 is #418FBA. Grayscale: #828282. Windows color (decimal): -4296635 or 4550846. OLE color: 4550846.

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

Color convert

RGB19011269-
CMYK00.410.640.25
HSL21.32º48.21%50.78%-
HSV(B)21.32º63.68%74.51%-
XYZ28.122.978.58-
YUV130.4293.34170.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.21%
GREEN value IS 112 (44.14% from 255) = 30.19%
BLUE value IS 69 (27.34% from 255) = 18.60%
R=51.21%
G=30.19%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901126900.410.640.2521.3248.2150.78
HexBE70450294019153033
Octal27616010505110031256063
Binary1011111011100001000101010100110000001100110101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7045; }

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

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

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

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

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

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

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

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