Color Hex Logo

#b1b56e Color Hex

#B1B56E
(177,181,110)
0 Favorites   0 Comments

Color spaces of #b1b56e

RGB 177181110
HSL0.180.320.57
HSV63°39°71°
CMYK 0.020.000.39   0.29
XYZ37.469843.520621.1773
Yxy43.52060.36670.4260
Hunter Lab65.9701-14.063127.1462
CIE-Lab71.9069-12.287835.6858

#b1b56e color RGB value is (177,181,110).

#b1b56e hex color red value is 177, green value is 181 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b1b56e hue: 0.18 , saturation: 0.32 and the lightness value of b1b56e is 0.57.

The process color (four color CMYK) of #b1b56e color hex is 0.02, 0.00, 0.39, 0.29. Web safe color of #b1b56e is #99cc66. Color #b1b56e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10110101 01101110
Octal 261 265 156
Decimal 177 181 110
Hex B1 B5 6E

RGB Percentages of Color #b1b56e

%37.82
%38.68
%23.50

CMYK Percentages of Color #b1b56e

%2
%0
%39
%29

Triadic Colors of #b1b56e

#b1b56e #6eb1b5 #b56eb1

Analogous Colors of #b1b56e

#b1b56e #8eb56e #b5966e

Monochromatic Colors of #b1b56e

#b1b56e

Complementary Color

#b1b56e #726eb5

#b1b56e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1b56e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1b56e Color CSS Codes

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

#b1b56e Text Font Color

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

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


#b1b56e Background Color

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

This div background color is #b1b56e


#b1b56e Border Color

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

This div border color is #b1b56e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1b56e


Comments

No comments written yet.

Please login to write comment.