Color Hex Logo

#b9869e Color Hex

#B9869E
(185,134,158)
0 Favorites   0 Comments

Color spaces of #b9869e

RGB 185134158
HSL0.920.270.63
HSV332°28°73°
CMYK 0.000.280.15   0.27
XYZ34.704229.833136.2770
Yxy29.83310.34420.2959
Hunter Lab54.619717.8307-1.1451
CIE-Lab61.509923.2752-5.0123

#b9869e color RGB value is (185,134,158).

#b9869e hex color red value is 185, green value is 134 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #b9869e hue: 0.92 , saturation: 0.27 and the lightness value of b9869e is 0.63.

The process color (four color CMYK) of #b9869e color hex is 0.00, 0.28, 0.15, 0.27. Web safe color of #b9869e is #cc9999. Color #b9869e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000110 10011110
Octal 271 206 236
Decimal 185 134 158
Hex B9 86 9E

RGB Percentages of Color #b9869e

%38.78
%28.09
%33.12

CMYK Percentages of Color #b9869e

%0
%28
%15
%27

Triadic Colors of #b9869e

#b9869e #9eb986 #869eb9

Analogous Colors of #b9869e

#b9869e #b98886 #b986b8

Monochromatic Colors of #b9869e

#b9869e

Complementary Color

#b9869e #86b9a1

#b9869e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9869e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9869e Color CSS Codes

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

#b9869e Text Font Color

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

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


#b9869e Background Color

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

This div background color is #b9869e


#b9869e Border Color

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

This div border color is #b9869e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9869e


Comments

No comments written yet.

Please login to write comment.