Color Hex Logo

#bea061 Color Hex

#BEA061
(190,160,97)
0 Favorites   0 Comments

Color spaces of #bea061

RGB 19016097
HSL0.110.420.56
HSV41°49°75°
CMYK 0.000.160.49   0.25
XYZ35.963736.951816.5462
Yxy36.95180.40200.4130
Hunter Lab60.7880-0.773926.4131
CIE-Lab67.24092.845036.7913

#bea061 color RGB value is (190,160,97).

#bea061 hex color red value is 190, green value is 160 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #bea061 hue: 0.11 , saturation: 0.42 and the lightness value of bea061 is 0.56.

The process color (four color CMYK) of #bea061 color hex is 0.00, 0.16, 0.49, 0.25. Web safe color of #bea061 is #cc9966. Color #bea061 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100000 01100001
Octal 276 240 141
Decimal 190 160 97
Hex BE A0 61

RGB Percentages of Color #bea061

%42.51
%35.79
%21.70

CMYK Percentages of Color #bea061

%0
%16
%49
%25

Triadic Colors of #bea061

#bea061 #61bea0 #a061be

Analogous Colors of #bea061

#bea061 #aebe61 #be7261

Monochromatic Colors of #bea061

#bea061

Complementary Color

#bea061 #617fbe

#bea061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea061 Color CSS Codes

.mybgcolor {background-color:#bea061; } 
.myforecolor {color:#bea061; }
.mybordercolor {border:3px solid #bea061; }

#bea061 Text Font Color

<p style="color:#bea061">Text here</p>

This sample text font color is #bea061
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bea061 Background Color

<div style="background-color:#bea061">
Div content here</div>

This div background color is #bea061


#bea061 Border Color

<div style="border:3px solid #bea061">
Div here</div>

This div border color is #bea061


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,160,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bea061; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bea061;
  -webkit-box-shadow: 1px 1px 3px 2px #bea061;
  box-shadow:         1px 1px 3px 2px #bea061; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,160,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bea061">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bea061;
  -webkit-box-shadow: 1px 1px 3px 2px #bea061;
  box-shadow:         1px 1px 3px 2px #bea061;">
Div content here</div>

This div box has shadow with color #bea061


Comments

No comments written yet.

Please login to write comment.