Color Hex Logo

#bea049 Color Hex

#BEA049
(190,160,73)
0 Favorites   0 Comments

Color spaces of #bea049

RGB 19016073
HSL0.120.470.52
HSV45°62°75°
CMYK 0.000.160.62   0.25
XYZ35.008636.569811.5169
Yxy36.56980.42130.4401
Hunter Lab60.4730-2.491731.0395
CIE-Lab66.95300.855548.4375

#bea049 color RGB value is (190,160,73).

#bea049 hex color red value is 190, green value is 160 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #bea049 hue: 0.12 , saturation: 0.47 and the lightness value of bea049 is 0.52.

The process color (four color CMYK) of #bea049 color hex is 0.00, 0.16, 0.62, 0.25. Web safe color of #bea049 is #cc9933. Color #bea049 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100000 01001001
Octal 276 240 111
Decimal 190 160 73
Hex BE A0 49

RGB Percentages of Color #bea049

%44.92
%37.83
%17.26

CMYK Percentages of Color #bea049

%0
%16
%62
%25

Triadic Colors of #bea049

#bea049 #49bea0 #a049be

Analogous Colors of #bea049

#bea049 #a2be49 #be6649

Monochromatic Colors of #bea049

#bea049

Complementary Color

#bea049 #4967be

#bea049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea049 Color CSS Codes

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

#bea049 Text Font Color

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

This sample text font color is #bea049
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.


#bea049 Background Color

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

This div background color is #bea049


#bea049 Border Color

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

This div border color is #bea049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea049


Comments

No comments written yet.

Please login to write comment.