Color Hex Logo

#bea46e Color Hex

#BEA46E
(190,164,110)
0 Favorites   0 Comments

Color spaces of #bea46e

RGB 190164110
HSL0.110.380.59
HSV41°42°75°
CMYK 0.000.140.42   0.25
XYZ37.325138.623920.2398
Yxy38.62390.38800.4015
Hunter Lab62.1481-1.555224.1947
CIE-Lab68.47792.019631.5097

#bea46e color RGB value is (190,164,110).

#bea46e hex color red value is 190, green value is 164 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bea46e hue: 0.11 , saturation: 0.38 and the lightness value of bea46e is 0.59.

The process color (four color CMYK) of #bea46e color hex is 0.00, 0.14, 0.42, 0.25. Web safe color of #bea46e is #cc9966. Color #bea46e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100100 01101110
Octal 276 244 156
Decimal 190 164 110
Hex BE A4 6E

RGB Percentages of Color #bea46e

%40.95
%35.34
%23.71

CMYK Percentages of Color #bea46e

%0
%14
%42
%25

Triadic Colors of #bea46e

#bea46e #6ebea4 #a46ebe

Analogous Colors of #bea46e

#bea46e #b0be6e #be7c6e

Monochromatic Colors of #bea46e

#bea46e

Complementary Color

#bea46e #6e88be

#bea46e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea46e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea46e Color CSS Codes

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

#bea46e Text Font Color

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

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


#bea46e Background Color

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

This div background color is #bea46e


#bea46e Border Color

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

This div border color is #bea46e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea46e


Comments

No comments written yet.

Please login to write comment.