Color Hex Logo

#b99986 Color Hex

#B99986
(185,153,134)
0 Favorites   0 Comments

Color spaces of #b99986

RGB 185153134
HSL0.060.270.63
HSV22°28°73°
CMYK 0.000.170.28   0.27
XYZ35.701934.818027.3931
Yxy34.81800.36460.3556
Hunter Lab59.00684.739113.7802
CIE-Lab65.60679.009014.4438

#b99986 color RGB value is (185,153,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011001 10000110
Octal 271 231 206
Decimal 185 153 134
Hex B9 99 86

RGB Percentages of Color #b99986

%39.19
%32.42
%28.39

CMYK Percentages of Color #b99986

%0
%17
%28
%27

Triadic Colors of #b99986

#b99986 #86b999 #9986b9

Analogous Colors of #b99986

#b99986 #b9b386 #b9868d

Monochromatic Colors of #b99986

#b99986

Complementary Color

#b99986 #86a6b9

#b99986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99986 Color CSS Codes

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

#b99986 Text Font Color

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

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


#b99986 Background Color

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

This div background color is #b99986


#b99986 Border Color

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

This div border color is #b99986


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,153,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99986


Comments

No comments written yet.

Please login to write comment.