#be7246

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

Shades of Zest #BE7246

Tints of Zest #BE7246

Color information

#BE7246 (or 0xBE7246) is unknown color: approx Zest. HEX triplet: BE, 72 and 46. RGB value is (190,114,70). Sum of RGB (Red+Green+Blue) = 190+114+70=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7246 is #418DB9. Grayscale: #838383. Windows color (decimal): -4296122 or 4616894. OLE color: 4616894.

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

Color convert

RGB19011470-
CMYK00.400.630.25
HSL22º48%50.98%-
HSV(B)22º63.16%74.51%-
XYZ28.3623.428.82-
YUV131.7193.18169.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.80%
GREEN value IS 114 (44.92% from 255) = 30.48%
BLUE value IS 70 (27.73% from 255) = 18.72%
R=50.80%
G=30.48%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901147000.400.630.25224850.98
HexBE72460283F19163033
Octal2761621060507731266063
Binary101111101110010100011001010001111111100110110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be7246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be7246; }

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

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

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

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

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

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

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

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