Color Hex Logo

#bbb09f Color Hex

#BBB09F
(187,176,159)
0 Favorites   0 Comments

Color spaces of #bbb09f

RGB 187176159
HSL0.100.170.68
HSV36°15°73°
CMYK 0.000.060.15   0.27
XYZ42.276944.118739.0884
Yxy44.11870.33690.3516
Hunter Lab66.4219-2.624811.6040
CIE-Lab72.30781.036210.1116

#bbb09f color RGB value is (187,176,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110000 10011111
Octal 273 260 237
Decimal 187 176 159
Hex BB B0 9F

RGB Percentages of Color #bbb09f

%35.82
%33.72
%30.46

CMYK Percentages of Color #bbb09f

%0
%6
%15
%27

Triadic Colors of #bbb09f

#bbb09f #9fbbb0 #b09fbb

Analogous Colors of #bbb09f

#bbb09f #b8bb9f #bba29f

Monochromatic Colors of #bbb09f

#bbb09f

Complementary Color

#bbb09f #9faabb

#bbb09f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb09f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb09f Color CSS Codes

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

#bbb09f Text Font Color

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

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


#bbb09f Background Color

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

This div background color is #bbb09f


#bbb09f Border Color

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

This div border color is #bbb09f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,176,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb09f


Comments

No comments written yet.

Please login to write comment.