Color Hex Logo

#b1878e Color Hex

#B1878E
(177,135,142)
0 Favorites   0 Comments

Color spaces of #b1878e

RGB 177135142
HSL0.970.210.61
HSV350°24°69°
CMYK 0.000.240.20   0.31
XYZ31.677928.628129.4473
Yxy28.62810.35290.3190
Hunter Lab53.505212.04724.8226
CIE-Lab60.452017.13002.4761

#b1878e color RGB value is (177,135,142).

#b1878e hex color red value is 177, green value is 135 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #b1878e hue: 0.97 , saturation: 0.21 and the lightness value of b1878e is 0.61.

The process color (four color CMYK) of #b1878e color hex is 0.00, 0.24, 0.20, 0.31. Web safe color of #b1878e is #999999. Color #b1878e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000111 10001110
Octal 261 207 216
Decimal 177 135 142
Hex B1 87 8E

RGB Percentages of Color #b1878e

%38.99
%29.74
%31.28

CMYK Percentages of Color #b1878e

%0
%24
%20
%31

Triadic Colors of #b1878e

#b1878e #8eb187 #878eb1

Analogous Colors of #b1878e

#b1878e #b19587 #b187a3

Monochromatic Colors of #b1878e

#b1878e

Complementary Color

#b1878e #87b1aa

#b1878e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1878e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1878e Color CSS Codes

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

#b1878e Text Font Color

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

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


#b1878e Background Color

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

This div background color is #b1878e


#b1878e Border Color

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

This div border color is #b1878e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1878e


Comments

No comments written yet.

Please login to write comment.