Color Hex Logo

#bb988e Color Hex

#BB988E
(187,152,142)
0 Favorites   0 Comments

Color spaces of #bb988e

RGB 187152142
HSL0.040.250.65
HSV13°24°73°
CMYK 0.000.190.24   0.27
XYZ36.604234.974330.4126
Yxy34.97430.35890.3429
Hunter Lab59.13916.989410.9071
CIE-Lab65.728711.497410.1757

#bb988e color RGB value is (187,152,142).

#bb988e hex color red value is 187, green value is 152 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bb988e hue: 0.04 , saturation: 0.25 and the lightness value of bb988e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011000 10001110
Octal 273 230 216
Decimal 187 152 142
Hex BB 98 8E

RGB Percentages of Color #bb988e

%38.88
%31.60
%29.52

CMYK Percentages of Color #bb988e

%0
%19
%24
%27

Triadic Colors of #bb988e

#bb988e #8ebb98 #988ebb

Analogous Colors of #bb988e

#bb988e #bbaf8e #bb8e9b

Monochromatic Colors of #bb988e

#bb988e

Complementary Color

#bb988e #8eb1bb

#bb988e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb988e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb988e Color CSS Codes

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

#bb988e Text Font Color

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

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


#bb988e Background Color

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

This div background color is #bb988e


#bb988e Border Color

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

This div border color is #bb988e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb988e


Comments

No comments written yet.

Please login to write comment.