#BE7142

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

Shades of Zest #BE7142

Tints of Zest #BE7142

Color information

#BE7142 (or 0xBE7142) is unknown color: approx Zest. HEX triplet: BE, 71 and 42. RGB value is (190,113,66). Sum of RGB (Red+Green+Blue) = 190+113+66=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7142 is #418EBD. Grayscale: #828282. Windows color (decimal): -4296382 or 4354494. OLE color: 4354494.

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

Color convert

RGB19011366-
CMYK00.410.650.25
HSL22.74º48.82%50.2%-
HSV(B)22.74º65.26%74.51%-
XYZ28.1223.158.14-
YUV130.6691.51170.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.49%
GREEN value IS 113 (44.53% from 255) = 30.62%
BLUE value IS 66 (26.17% from 255) = 17.89%
R=51.49%
G=30.62%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901136600.410.650.2522.7448.8250.2
HexBE71420294119173132
Octal27616110205110131276162
Binary1011111011100011000010010100110000011100110111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7142; }

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

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

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

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

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

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

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

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