Color Hex Logo

#beb571 Color Hex

#BEB571
(190,181,113)
0 Favorites   0 Comments

Color spaces of #beb571

RGB 190181113
HSL0.150.370.59
HSV53°41°75°
CMYK 0.000.050.41   0.25
XYZ40.739745.187222.1976
Yxy45.18720.37680.4179
Hunter Lab67.2214-9.457227.4765
CIE-Lab73.0150-6.695335.7645

#beb571 color RGB value is (190,181,113).

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

The process color (four color CMYK) of #beb571 color hex is 0.00, 0.05, 0.41, 0.25. Web safe color of #beb571 is #cccc66. Color #beb571 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110101 01110001
Octal 276 265 161
Decimal 190 181 113
Hex BE B5 71

RGB Percentages of Color #beb571

%39.26
%37.40
%23.35

CMYK Percentages of Color #beb571

%0
%5
%41
%25

Triadic Colors of #beb571

#beb571 #71beb5 #b571be

Analogous Colors of #beb571

#beb571 #a1be71 #be8f71

Monochromatic Colors of #beb571

#beb571

Complementary Color

#beb571 #717abe

#beb571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb571 Color CSS Codes

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

#beb571 Text Font Color

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

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


#beb571 Background Color

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

This div background color is #beb571


#beb571 Border Color

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

This div border color is #beb571


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,181,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 #beb571">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb571

#beb571 Color Palettes


Comments

No comments written yet.

Please login to write comment.