Color Hex Logo

#b1b86a Color Hex

#B1B86A
(177,184,106)
0 Favorites   0 Comments

Color spaces of #b1b86a

RGB 177184106
HSL0.180.350.57
HSV65°42°72°
CMYK 0.040.000.42   0.28
XYZ37.873544.668720.2614
Yxy44.66870.36840.4345
Hunter Lab66.8346-15.809228.8101
CIE-Lab72.6732-14.278938.7023

#b1b86a color RGB value is (177,184,106).

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

The process color (four color CMYK) of #b1b86a color hex is 0.04, 0.00, 0.42, 0.28. Web safe color of #b1b86a is #99cc66. Color #b1b86a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111000 01101010
Octal 261 270 152
Decimal 177 184 106
Hex B1 B8 6A

RGB Percentages of Color #b1b86a

%37.90
%39.40
%22.70

CMYK Percentages of Color #b1b86a

%4
%0
%42
%28

Triadic Colors of #b1b86a

#b1b86a #6ab1b8 #b86ab1

Analogous Colors of #b1b86a

#b1b86a #8ab86a #b8986a

Monochromatic Colors of #b1b86a

#b1b86a

Complementary Color

#b1b86a #716ab8

#b1b86a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1b86a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1b86a Color CSS Codes

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

#b1b86a Text Font Color

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

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


#b1b86a Background Color

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

This div background color is #b1b86a


#b1b86a Border Color

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

This div border color is #b1b86a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,184,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1b86a


Comments

No comments written yet.

Please login to write comment.