Color Hex Logo

#bbb09e Color Hex

#BBB09E
(187,176,158)
0 Favorites   0 Comments

Color spaces of #bbb09e

RGB 187176158
HSL0.100.180.68
HSV37°16°73°
CMYK 0.000.060.16   0.27
XYZ42.190444.084138.6332
Yxy44.08410.33780.3529
Hunter Lab66.3959-2.767211.9785
CIE-Lab72.28470.875310.6257

#bbb09e color RGB value is (187,176,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110000 10011110
Octal 273 260 236
Decimal 187 176 158
Hex BB B0 9E

RGB Percentages of Color #bbb09e

%35.89
%33.78
%30.33

CMYK Percentages of Color #bbb09e

%0
%6
%16
%27

Triadic Colors of #bbb09e

#bbb09e #9ebbb0 #b09ebb

Analogous Colors of #bbb09e

#bbb09e #b8bb9e #bba29e

Monochromatic Colors of #bbb09e

#bbb09e

Complementary Color

#bbb09e #9ea9bb

#bbb09e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb09e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb09e Color CSS Codes

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

#bbb09e Text Font Color

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

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


#bbb09e Background Color

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

This div background color is #bbb09e


#bbb09e Border Color

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

This div border color is #bbb09e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb09e


Comments

No comments written yet.

Please login to write comment.