Color Hex Logo

#b1909e Color Hex

#B1909E
(177,144,158)
0 Favorites   0 Comments

Color spaces of #b1909e

RGB 177144158
HSL0.930.170.63
HSV335°19°69°
CMYK 0.000.190.11   0.31
XYZ34.276331.762336.6719
Yxy31.76230.33370.3092
Hunter Lab56.35819.93500.8709
CIE-Lab63.145914.7487-2.6929

#b1909e color RGB value is (177,144,158).

#b1909e hex color red value is 177, green value is 144 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #b1909e hue: 0.93 , saturation: 0.17 and the lightness value of b1909e is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010000 10011110
Octal 261 220 236
Decimal 177 144 158
Hex B1 90 9E

RGB Percentages of Color #b1909e

%36.95
%30.06
%32.99

CMYK Percentages of Color #b1909e

%0
%19
%11
%31

Triadic Colors of #b1909e

#b1909e #9eb190 #909eb1

Analogous Colors of #b1909e

#b1909e #b19390 #b190af

Monochromatic Colors of #b1909e

#b1909e

Complementary Color

#b1909e #90b1a3

#b1909e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1909e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1909e Color CSS Codes

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

#b1909e Text Font Color

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

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


#b1909e Background Color

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

This div background color is #b1909e


#b1909e Border Color

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

This div border color is #b1909e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,144,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 #b1909e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1909e


Comments

No comments written yet.

Please login to write comment.