Color Hex Logo

#b99b91 Color Hex

#B99B91
(185,155,145)
0 Favorites   0 Comments

Color spaces of #b99b91

RGB 185155145
HSL0.040.220.65
HSV15°22°73°
CMYK 0.000.160.22   0.27
XYZ36.839835.801331.7567
Yxy35.80130.35290.3429
Hunter Lab59.83425.192310.4161
CIE-Lab66.36789.52129.3794

#b99b91 color RGB value is (185,155,145).

#b99b91 hex color red value is 185, green value is 155 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #b99b91 hue: 0.04 , saturation: 0.22 and the lightness value of b99b91 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011011 10010001
Octal 271 233 221
Decimal 185 155 145
Hex B9 9B 91

RGB Percentages of Color #b99b91

%38.14
%31.96
%29.90

CMYK Percentages of Color #b99b91

%0
%16
%22
%27

Triadic Colors of #b99b91

#b99b91 #91b99b #9b91b9

Analogous Colors of #b99b91

#b99b91 #b9af91 #b9919b

Monochromatic Colors of #b99b91

#b99b91

Complementary Color

#b99b91 #91afb9

#b99b91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99b91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99b91 Color CSS Codes

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

#b99b91 Text Font Color

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

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


#b99b91 Background Color

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

This div background color is #b99b91


#b99b91 Border Color

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

This div border color is #b99b91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99b91


Comments

No comments written yet.

Please login to write comment.