Color Hex Logo

#bb9f88 Color Hex

#BB9F88
(187,159,136)
0 Favorites   0 Comments

Color spaces of #bb9f88

RGB 187159136
HSL0.080.270.63
HSV27°27°73°
CMYK 0.000.150.27   0.27
XYZ37.335637.138628.4932
Yxy37.13860.36260.3607
Hunter Lab60.94142.710014.9379
CIE-Lab67.38096.782715.8347

#bb9f88 color RGB value is (187,159,136).

#bb9f88 hex color red value is 187, green value is 159 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #bb9f88 hue: 0.08 , saturation: 0.27 and the lightness value of bb9f88 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011111 10001000
Octal 273 237 210
Decimal 187 159 136
Hex BB 9F 88

RGB Percentages of Color #bb9f88

%38.80
%32.99
%28.22

CMYK Percentages of Color #bb9f88

%0
%15
%27
%27

Triadic Colors of #bb9f88

#bb9f88 #88bb9f #9f88bb

Analogous Colors of #bb9f88

#bb9f88 #bbb988 #bb888b

Monochromatic Colors of #bb9f88

#bb9f88

Complementary Color

#bb9f88 #88a4bb

#bb9f88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb9f88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb9f88 Color CSS Codes

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

#bb9f88 Text Font Color

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

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


#bb9f88 Background Color

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

This div background color is #bb9f88


#bb9f88 Border Color

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

This div border color is #bb9f88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb9f88


Comments

No comments written yet.

Please login to write comment.