#BE743E

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

Shades of Zest #BE743E

Tints of Zest #BE743E

Color information

#BE743E (or 0xBE743E) is unknown color: approx Zest. HEX triplet: BE, 74 and 3E. RGB value is (190,116,62). Sum of RGB (Red+Green+Blue) = 190+116+62=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE743E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE743E is #418BC1. Grayscale: #848484. Windows color (decimal): -4295618 or 4093118. OLE color: 4093118.

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

Color convert

RGB19011662-
CMYK00.390.670.25
HSL25.31º50.79%49.41%-
HSV(B)25.31º67.37%74.51%-
XYZ28.3523.797.65-
YUV131.9788.52169.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.63%
GREEN value IS 116 (45.70% from 255) = 31.52%
BLUE value IS 62 (24.61% from 255) = 16.85%
R=51.63%
G=31.52%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901166200.390.670.2525.3150.7949.41
HexBE743E0274319193331
Octal2761647604710331316361
Binary101111101110100111110010011110000111100111001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE743E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE743E; }

 p { color: rgb(190,116,62); }

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

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

 a { background-color: rgb(190,116,62); }

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

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

 span { border-color: rgb(190,116,62); }

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