Color Hex Logo

#beaa73 Color Hex

#BEAA73
(190,170,115)
0 Favorites   0 Comments

Color spaces of #beaa73

RGB 190170115
HSL0.120.370.60
HSV44°39°75°
CMYK 0.000.110.39   0.25
XYZ38.704440.934422.0808
Yxy40.93440.38050.4024
Hunter Lab63.9800-3.982324.3238
CIE-Lab70.1299-0.645330.9971

#beaa73 color RGB value is (190,170,115).

#beaa73 hex color red value is 190, green value is 170 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #beaa73 hue: 0.12 , saturation: 0.37 and the lightness value of beaa73 is 0.60.

The process color (four color CMYK) of #beaa73 color hex is 0.00, 0.11, 0.39, 0.25. Web safe color of #beaa73 is #cc9966. Color #beaa73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101010 01110011
Octal 276 252 163
Decimal 190 170 115
Hex BE AA 73

RGB Percentages of Color #beaa73

%40.00
%35.79
%24.21

CMYK Percentages of Color #beaa73

%0
%11
%39
%25

Triadic Colors of #beaa73

#beaa73 #73beaa #aa73be

Analogous Colors of #beaa73

#beaa73 #adbe73 #be8573

Monochromatic Colors of #beaa73

#beaa73

Complementary Color

#beaa73 #7387be

#beaa73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaa73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaa73 Color CSS Codes

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

#beaa73 Text Font Color

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

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


#beaa73 Background Color

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

This div background color is #beaa73


#beaa73 Border Color

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

This div border color is #beaa73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaa73


Comments

No comments written yet.

Please login to write comment.