Color Hex Logo

#bea37b Color Hex

#BEA37B
(190,163,123)
0 Favorites   0 Comments

Color spaces of #bea37b

RGB 190163123
HSL0.100.340.61
HSV36°35°75°
CMYK 0.000.140.35   0.25
XYZ37.907538.571624.1860
Yxy38.57160.37660.3832
Hunter Lab62.10600.265020.3849
CIE-Lab68.43984.078624.4616

#bea37b color RGB value is (190,163,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100011 01111011
Octal 276 243 173
Decimal 190 163 123
Hex BE A3 7B

RGB Percentages of Color #bea37b

%39.92
%34.24
%25.84

CMYK Percentages of Color #bea37b

%0
%14
%35
%25

Triadic Colors of #bea37b

#bea37b #7bbea3 #a37bbe

Analogous Colors of #bea37b

#bea37b #b8be7b #be827b

Monochromatic Colors of #bea37b

#bea37b

Complementary Color

#bea37b #7b96be

#bea37b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea37b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea37b Color CSS Codes

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

#bea37b Text Font Color

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

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


#bea37b Background Color

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

This div background color is #bea37b


#bea37b Border Color

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

This div border color is #bea37b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea37b


Comments

No comments written yet.

Please login to write comment.