Color Hex Logo

#b9918e Color Hex

#B9918E
(185,145,142)
0 Favorites   0 Comments

Color spaces of #b9918e

RGB 185145142
HSL0.010.230.64
HSV23°73°
CMYK 0.000.220.23   0.27
XYZ35.015532.518130.0223
Yxy32.51810.35890.3333
Hunter Lab57.02469.81338.7023
CIE-Lab63.768814.60427.3583

#b9918e color RGB value is (185,145,142).

#b9918e hex color red value is 185, green value is 145 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #b9918e hue: 0.01 , saturation: 0.23 and the lightness value of b9918e is 0.64.

The process color (four color CMYK) of #b9918e color hex is 0.00, 0.22, 0.23, 0.27. Web safe color of #b9918e is #cc9999. Color #b9918e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010001 10001110
Octal 271 221 216
Decimal 185 145 142
Hex B9 91 8E

RGB Percentages of Color #b9918e

%39.19
%30.72
%30.08

CMYK Percentages of Color #b9918e

%0
%22
%23
%27

Triadic Colors of #b9918e

#b9918e #8eb991 #918eb9

Analogous Colors of #b9918e

#b9918e #b9a78e #b98ea1

Monochromatic Colors of #b9918e

#b9918e

Complementary Color

#b9918e #8eb6b9

#b9918e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9918e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9918e Color CSS Codes

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

#b9918e Text Font Color

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

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


#b9918e Background Color

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

This div background color is #b9918e


#b9918e Border Color

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

This div border color is #b9918e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9918e


Comments

No comments written yet.

Please login to write comment.