Color Hex Logo

#bbb087 Color Hex

#BBB087
(187,176,135)
0 Favorites   0 Comments

Color spaces of #bbb087

RGB 187176135
HSL0.130.280.63
HSV47°28°73°
CMYK 0.000.060.28   0.27
XYZ40.392043.364729.1630
Yxy43.36470.35770.3840
Hunter Lab65.8519-5.753119.8393
CIE-Lab71.8018-2.541622.4623

#bbb087 color RGB value is (187,176,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110000 10000111
Octal 273 260 207
Decimal 187 176 135
Hex BB B0 87

RGB Percentages of Color #bbb087

%37.55
%35.34
%27.11

CMYK Percentages of Color #bbb087

%0
%6
%28
%27

Triadic Colors of #bbb087

#bbb087 #87bbb0 #b087bb

Analogous Colors of #bbb087

#bbb087 #acbb87 #bb9687

Monochromatic Colors of #bbb087

#bbb087

Complementary Color

#bbb087 #8792bb

#bbb087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb087 Color CSS Codes

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

#bbb087 Text Font Color

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

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


#bbb087 Background Color

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

This div background color is #bbb087


#bbb087 Border Color

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

This div border color is #bbb087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb087


Comments

No comments written yet.

Please login to write comment.