Color Hex Logo

#bbb99e Color Hex

#BBB99E
(187,185,158)
0 Favorites   0 Comments

Color spaces of #bbb99e

RGB 187185158
HSL0.160.180.68
HSV56°16°73°
CMYK 0.000.010.16   0.27
XYZ44.014047.731339.2410
Yxy47.73130.33600.3644
Hunter Lab69.0878-7.186214.6855
CIE-Lab74.6551-3.924313.9741

#bbb99e color RGB value is (187,185,158).

#bbb99e hex color red value is 187, green value is 185 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bbb99e hue: 0.16 , saturation: 0.18 and the lightness value of bbb99e is 0.68.

The process color (four color CMYK) of #bbb99e color hex is 0.00, 0.01, 0.16, 0.27. Web safe color of #bbb99e is #cccc99. Color #bbb99e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111001 10011110
Octal 273 271 236
Decimal 187 185 158
Hex BB B9 9E

RGB Percentages of Color #bbb99e

%35.28
%34.91
%29.81

CMYK Percentages of Color #bbb99e

%0
%1
%16
%27

Triadic Colors of #bbb99e

#bbb99e #9ebbb9 #b99ebb

Analogous Colors of #bbb99e

#bbb99e #afbb9e #bbab9e

Monochromatic Colors of #bbb99e

#bbb99e

Complementary Color

#bbb99e #9ea0bb

#bbb99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb99e Color CSS Codes

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

#bbb99e Text Font Color

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

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


#bbb99e Background Color

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

This div background color is #bbb99e


#bbb99e Border Color

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

This div border color is #bbb99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb99e


Comments

No comments written yet.

Please login to write comment.