Color Hex Logo

#bea07a Color Hex

#BEA07A
(190,160,122)
0 Favorites   0 Comments

Color spaces of #bea07a

RGB 190160122
HSL0.090.340.61
HSV34°36°75°
CMYK 0.000.160.36   0.25
XYZ37.318937.493923.6825
Yxy37.49390.37890.3807
Hunter Lab61.23231.633019.9313
CIE-Lab67.64595.585623.9392

#bea07a color RGB value is (190,160,122).

#bea07a hex color red value is 190, green value is 160 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bea07a hue: 0.09 , saturation: 0.34 and the lightness value of bea07a is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100000 01111010
Octal 276 240 172
Decimal 190 160 122
Hex BE A0 7A

RGB Percentages of Color #bea07a

%40.25
%33.90
%25.85

CMYK Percentages of Color #bea07a

%0
%16
%36
%25

Triadic Colors of #bea07a

#bea07a #7abea0 #a07abe

Analogous Colors of #bea07a

#bea07a #babe7a #be7e7a

Monochromatic Colors of #bea07a

#bea07a

Complementary Color

#bea07a #7a98be

#bea07a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea07a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea07a Color CSS Codes

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

#bea07a Text Font Color

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

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


#bea07a Background Color

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

This div background color is #bea07a


#bea07a Border Color

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

This div border color is #bea07a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea07a


Comments

No comments written yet.

Please login to write comment.