Color Hex Logo

#b1939e Color Hex

#B1939E
(177,147,158)
0 Favorites   0 Comments

Color spaces of #b1939e

RGB 177147158
HSL0.940.160.64
HSV338°17°69°
CMYK 0.000.170.11   0.31
XYZ34.736732.683236.8254
Yxy32.68320.33320.3135
Hunter Lab57.16928.41261.8270
CIE-Lab63.903613.0694-1.5806

#b1939e color RGB value is (177,147,158).

#b1939e hex color red value is 177, green value is 147 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #b1939e hue: 0.94 , saturation: 0.16 and the lightness value of b1939e is 0.64.

The process color (four color CMYK) of #b1939e color hex is 0.00, 0.17, 0.11, 0.31. Web safe color of #b1939e is #999999. Color #b1939e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010011 10011110
Octal 261 223 236
Decimal 177 147 158
Hex B1 93 9E

RGB Percentages of Color #b1939e

%36.72
%30.50
%32.78

CMYK Percentages of Color #b1939e

%0
%17
%11
%31

Triadic Colors of #b1939e

#b1939e #9eb193 #939eb1

Analogous Colors of #b1939e

#b1939e #b19793 #b193ad

Monochromatic Colors of #b1939e

#b1939e

Complementary Color

#b1939e #93b1a6

#b1939e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1939e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1939e Color CSS Codes

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

#b1939e Text Font Color

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

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


#b1939e Background Color

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

This div background color is #b1939e


#b1939e Border Color

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

This div border color is #b1939e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1939e

#b1939e Color Palettes


Comments

No comments written yet.

Please login to write comment.