Color Hex Logo

#bb988a Color Hex

#BB988A
(187,152,138)
0 Favorites   0 Comments

Color spaces of #bb988a

RGB 187152138
HSL0.050.260.64
HSV17°26°73°
CMYK 0.000.190.26   0.27
XYZ36.309234.856228.8590
Yxy34.85620.36300.3485
Hunter Lab59.03916.459412.3458
CIE-Lab65.636610.914512.2821

#bb988a color RGB value is (187,152,138).

#bb988a hex color red value is 187, green value is 152 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bb988a hue: 0.05 , saturation: 0.26 and the lightness value of bb988a is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011000 10001010
Octal 273 230 212
Decimal 187 152 138
Hex BB 98 8A

RGB Percentages of Color #bb988a

%39.20
%31.87
%28.93

CMYK Percentages of Color #bb988a

%0
%19
%26
%27

Triadic Colors of #bb988a

#bb988a #8abb98 #988abb

Analogous Colors of #bb988a

#bb988a #bbb18a #bb8a95

Monochromatic Colors of #bb988a

#bb988a

Complementary Color

#bb988a #8aadbb

#bb988a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb988a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb988a Color CSS Codes

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

#bb988a Text Font Color

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

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


#bb988a Background Color

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

This div background color is #bb988a


#bb988a Border Color

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

This div border color is #bb988a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb988a


Comments

No comments written yet.

Please login to write comment.