Color Hex Logo

#bb887f Color Hex

#BB887F
(187,136,127)
0 Favorites   0 Comments

Color spaces of #bb887f

RGB 187136127
HSL0.030.310.62
HSV32°73°
CMYK 0.000.270.32   0.27
XYZ33.128429.705424.0663
Yxy29.70540.38120.3418
Hunter Lab54.502713.118211.9717
CIE-Lab61.399218.259612.5227

#bb887f color RGB value is (187,136,127).

#bb887f hex color red value is 187, green value is 136 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bb887f hue: 0.03 , saturation: 0.31 and the lightness value of bb887f is 0.62.

The process color (four color CMYK) of #bb887f color hex is 0.00, 0.27, 0.32, 0.27. Web safe color of #bb887f is #cc9966. Color #bb887f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001000 01111111
Octal 273 210 177
Decimal 187 136 127
Hex BB 88 7F

RGB Percentages of Color #bb887f

%41.56
%30.22
%28.22

CMYK Percentages of Color #bb887f

%0
%27
%32
%27

Triadic Colors of #bb887f

#bb887f #7fbb88 #887fbb

Analogous Colors of #bb887f

#bb887f #bba67f #bb7f94

Monochromatic Colors of #bb887f

#bb887f

Complementary Color

#bb887f #7fb2bb

#bb887f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb887f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb887f Color CSS Codes

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

#bb887f Text Font Color

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

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


#bb887f Background Color

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

This div background color is #bb887f


#bb887f Border Color

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

This div border color is #bb887f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb887f


Comments

No comments written yet.

Please login to write comment.