Color Hex Logo

#bb8baa Color Hex

#BB8BAA
(187,139,170)
0 Favorites   0 Comments

Color spaces of #bb8baa

RGB 187139170
HSL0.890.260.64
HSV321°26°73°
CMYK 0.000.260.09   0.27
XYZ36.981831.932342.2446
Yxy31.93230.33270.2873
Hunter Lab56.508717.9282-4.7678
CIE-Lab63.286923.2689-9.1688

#bb8baa color RGB value is (187,139,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001011 10101010
Octal 273 213 252
Decimal 187 139 170
Hex BB 8B AA

RGB Percentages of Color #bb8baa

%37.70
%28.02
%34.27

CMYK Percentages of Color #bb8baa

%0
%26
%9
%27

Triadic Colors of #bb8baa

#bb8baa #aabb8b #8baabb

Analogous Colors of #bb8baa

#bb8baa #bb8b92 #b48bbb

Monochromatic Colors of #bb8baa

#bb8baa

Complementary Color

#bb8baa #8bbb9c

#bb8baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8baa Color CSS Codes

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

#bb8baa Text Font Color

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

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


#bb8baa Background Color

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

This div background color is #bb8baa


#bb8baa Border Color

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

This div border color is #bb8baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8baa


Comments

No comments written yet.

Please login to write comment.