Color Hex Logo

#bea371 Color Hex

#BEA371
(190,163,113)
0 Favorites   0 Comments

Color spaces of #bea371

RGB 190163113
HSL0.110.370.59
HSV39°41°75°
CMYK 0.000.140.41   0.25
XYZ37.313038.333821.0553
Yxy38.33380.38590.3964
Hunter Lab61.9143-0.776023.1772
CIE-Lab68.26592.894029.6312

#bea371 color RGB value is (190,163,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100011 01110001
Octal 276 243 161
Decimal 190 163 113
Hex BE A3 71

RGB Percentages of Color #bea371

%40.77
%34.98
%24.25

CMYK Percentages of Color #bea371

%0
%14
%41
%25

Triadic Colors of #bea371

#bea371 #71bea3 #a371be

Analogous Colors of #bea371

#bea371 #b3be71 #be7d71

Monochromatic Colors of #bea371

#bea371

Complementary Color

#bea371 #718cbe

#bea371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea371 Color CSS Codes

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

#bea371 Text Font Color

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

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


#bea371 Background Color

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

This div background color is #bea371


#bea371 Border Color

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

This div border color is #bea371


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea371


Comments

No comments written yet.

Please login to write comment.