Color Hex Logo

#b1b26b Color Hex

#B1B26B
(177,178,107)
0 Favorites   0 Comments

Color spaces of #b1b26b

RGB 177178107
HSL0.170.320.56
HSV61°40°70°
CMYK 0.010.000.40   0.30
XYZ36.705742.249420.1303
Yxy42.24940.37040.4264
Hunter Lab64.9995-12.949027.1376
CIE-Lab71.0425-11.071336.1376

#b1b26b color RGB value is (177,178,107).

#b1b26b hex color red value is 177, green value is 178 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #b1b26b hue: 0.17 , saturation: 0.32 and the lightness value of b1b26b is 0.56.

The process color (four color CMYK) of #b1b26b color hex is 0.01, 0.00, 0.40, 0.30. Web safe color of #b1b26b is #999966. Color #b1b26b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10110010 01101011
Octal 261 262 153
Decimal 177 178 107
Hex B1 B2 6B

RGB Percentages of Color #b1b26b

%38.31
%38.53
%23.16

CMYK Percentages of Color #b1b26b

%1
%0
%40
%30

Triadic Colors of #b1b26b

#b1b26b #6bb1b2 #b26bb1

Analogous Colors of #b1b26b

#b1b26b #8eb26b #b2906b

Monochromatic Colors of #b1b26b

#b1b26b

Complementary Color

#b1b26b #6c6bb2

#b1b26b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1b26b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1b26b Color CSS Codes

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

#b1b26b Text Font Color

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

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


#b1b26b Background Color

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

This div background color is #b1b26b


#b1b26b Border Color

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

This div border color is #b1b26b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1b26b

#b1b26b Color Palettes


Comments

No comments written yet.

Please login to write comment.