#BE7145

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

Shades of Zest #BE7145

Tints of Zest #BE7145

Color information

#BE7145 (or 0xBE7145) is unknown color: approx Zest. HEX triplet: BE, 71 and 45. RGB value is (190,113,69). Sum of RGB (Red+Green+Blue) = 190+113+69=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7145 is #418EBA. Grayscale: #838383. Windows color (decimal): -4296379 or 4551102. OLE color: 4551102.

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

Color convert

RGB19011369-
CMYK00.410.640.25
HSL21.82º48.21%50.78%-
HSV(B)21.82º63.68%74.51%-
XYZ28.2123.198.62-
YUV131.0193.01170.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.08%
GREEN value IS 113 (44.53% from 255) = 30.38%
BLUE value IS 69 (27.34% from 255) = 18.55%
R=51.08%
G=30.38%
B=18.55%

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
Decimal1901136900.410.640.2521.8248.2150.78
HexBE71450294019163033
Octal27616110505110031266063
Binary1011111011100011000101010100110000001100110110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7145; }

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

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

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

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

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

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

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

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