#BE7139

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

Shades of Zest #BE7139

Tints of Zest #BE7139

Color information

#BE7139 (or 0xBE7139) is unknown color: approx Zest. HEX triplet: BE, 71 and 39. RGB value is (190,113,57). Sum of RGB (Red+Green+Blue) = 190+113+57=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 57 (22.66% from 255 or 15.83% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7139 is #418EC6. Grayscale: #818181. Windows color (decimal): -4296391 or 3764670. OLE color: 3764670.

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

Color convert

RGB19011357-
CMYK00.410.70.25
HSL25.26º53.85%48.43%-
HSV(B)25.26º70%74.51%-
XYZ27.8823.056.85-
YUV129.6487.01171.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.78%
GREEN value IS 113 (44.53% from 255) = 31.39%
BLUE value IS 57 (22.66% from 255) = 15.83%
R=52.78%
G=31.39%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.7
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901135700.410.70.2525.2653.8548.43
HexBE71390294619193630
Octal2761617105110631316660
Binary101111101110001111001010100110001101100111001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7139; }

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

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

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

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

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

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

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

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