Color Hex Logo

#bbb187 Color Hex

#BBB187
(187,177,135)
0 Favorites   0 Comments

Color spaces of #bbb187

RGB 187177135
HSL0.130.280.63
HSV48°28°73°
CMYK 0.000.050.28   0.27
XYZ40.588843.758329.2286
Yxy43.75830.35740.3853
Hunter Lab66.1501-6.237420.1076
CIE-Lab72.0666-3.073722.8223

#bbb187 color RGB value is (187,177,135).

#bbb187 hex color red value is 187, green value is 177 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #bbb187 hue: 0.13 , saturation: 0.28 and the lightness value of bbb187 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110001 10000111
Octal 273 261 207
Decimal 187 177 135
Hex BB B1 87

RGB Percentages of Color #bbb187

%37.47
%35.47
%27.05

CMYK Percentages of Color #bbb187

%0
%5
%28
%27

Triadic Colors of #bbb187

#bbb187 #87bbb1 #b187bb

Analogous Colors of #bbb187

#bbb187 #abbb87 #bb9787

Monochromatic Colors of #bbb187

#bbb187

Complementary Color

#bbb187 #8791bb

#bbb187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb187 Color CSS Codes

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

#bbb187 Text Font Color

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

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


#bbb187 Background Color

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

This div background color is #bbb187


#bbb187 Border Color

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

This div border color is #bbb187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb187


Comments

No comments written yet.

Please login to write comment.