Color Hex Logo

#bea161 Color Hex

#BEA161
(190,161,97)
0 Favorites   0 Comments

Color spaces of #bea161

RGB 19016197
HSL0.110.420.56
HSV41°49°75°
CMYK 0.000.150.49   0.25
XYZ36.137737.300016.6042
Yxy37.30000.40130.4143
Hunter Lab61.0737-1.259526.6324
CIE-Lab67.50152.303937.1161

#bea161 color RGB value is (190,161,97).

#bea161 hex color red value is 190, green value is 161 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #bea161 hue: 0.11 , saturation: 0.42 and the lightness value of bea161 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100001 01100001
Octal 276 241 141
Decimal 190 161 97
Hex BE A1 61

RGB Percentages of Color #bea161

%42.41
%35.94
%21.65

CMYK Percentages of Color #bea161

%0
%15
%49
%25

Triadic Colors of #bea161

#bea161 #61bea1 #a161be

Analogous Colors of #bea161

#bea161 #adbe61 #be7361

Monochromatic Colors of #bea161

#bea161

Complementary Color

#bea161 #617ebe

#bea161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea161 Color CSS Codes

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

#bea161 Text Font Color

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

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


#bea161 Background Color

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

This div background color is #bea161


#bea161 Border Color

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

This div border color is #bea161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea161


Comments

No comments written yet.

Please login to write comment.