Color Hex Logo

#bea17a Color Hex

#BEA17A
(190,161,122)
0 Favorites   0 Comments

Color spaces of #bea17a

RGB 190161122
HSL0.100.340.61
HSV34°36°75°
CMYK 0.000.150.36   0.25
XYZ37.492937.842023.7405
Yxy37.84200.37840.3820
Hunter Lab61.51591.140120.1796
CIE-Lab67.90405.041424.2861

#bea17a color RGB value is (190,161,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100001 01111010
Octal 276 241 172
Decimal 190 161 122
Hex BE A1 7A

RGB Percentages of Color #bea17a

%40.17
%34.04
%25.79

CMYK Percentages of Color #bea17a

%0
%15
%36
%25

Triadic Colors of #bea17a

#bea17a #7abea1 #a17abe

Analogous Colors of #bea17a

#bea17a #b9be7a #be7f7a

Monochromatic Colors of #bea17a

#bea17a

Complementary Color

#bea17a #7a97be

#bea17a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea17a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea17a Color CSS Codes

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

#bea17a Text Font Color

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

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


#bea17a Background Color

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

This div background color is #bea17a


#bea17a Border Color

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

This div border color is #bea17a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,161,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 #bea17a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea17a


Comments

No comments written yet.

Please login to write comment.