Color Hex Logo

#b18196 Color Hex

#B18196
(177,129,150)
0 Favorites   0 Comments

Color spaces of #b18196

RGB 177129150
HSL0.930.240.60
HSV334°27°69°
CMYK 0.000.270.15   0.31
XYZ31.486727.249632.4543
Yxy27.24960.34530.2988
Hunter Lab52.201116.3157-0.3207
CIE-Lab59.204721.8076-3.9350

#b18196 color RGB value is (177,129,150).

#b18196 hex color red value is 177, green value is 129 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #b18196 hue: 0.93 , saturation: 0.24 and the lightness value of b18196 is 0.60.

The process color (four color CMYK) of #b18196 color hex is 0.00, 0.27, 0.15, 0.31. Web safe color of #b18196 is #999999. Color #b18196 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000001 10010110
Octal 261 201 226
Decimal 177 129 150
Hex B1 81 96

RGB Percentages of Color #b18196

%38.82
%28.29
%32.89

CMYK Percentages of Color #b18196

%0
%27
%15
%31

Triadic Colors of #b18196

#b18196 #96b181 #8196b1

Analogous Colors of #b18196

#b18196 #b18481 #b181ae

Monochromatic Colors of #b18196

#b18196

Complementary Color

#b18196 #81b19c

#b18196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b18196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b18196 Color CSS Codes

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

#b18196 Text Font Color

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

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


#b18196 Background Color

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

This div background color is #b18196


#b18196 Border Color

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

This div border color is #b18196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b18196


Comments

No comments written yet.

Please login to write comment.