Color Hex Logo

#bbab9a Color Hex

#BBAB9A
(187,171,154)
0 Favorites   0 Comments

Color spaces of #bbab9a

RGB 187171154
HSL0.090.200.67
HSV31°18°73°
CMYK 0.000.090.18   0.27
XYZ40.889242.023736.5281
Yxy42.02370.34230.3518
Hunter Lab64.8257-0.855011.9691
CIE-Lab70.88732.936510.8363

#bbab9a color RGB value is (187,171,154).

#bbab9a hex color red value is 187, green value is 171 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bbab9a hue: 0.09 , saturation: 0.20 and the lightness value of bbab9a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 10011010
Octal 273 253 232
Decimal 187 171 154
Hex BB AB 9A

RGB Percentages of Color #bbab9a

%36.52
%33.40
%30.08

CMYK Percentages of Color #bbab9a

%0
%9
%18
%27

Triadic Colors of #bbab9a

#bbab9a #9abbab #ab9abb

Analogous Colors of #bbab9a

#bbab9a #bbbb9a #bb9b9a

Monochromatic Colors of #bbab9a

#bbab9a

Complementary Color

#bbab9a #9aaabb

#bbab9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbab9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbab9a Color CSS Codes

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

#bbab9a Text Font Color

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

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


#bbab9a Background Color

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

This div background color is #bbab9a


#bbab9a Border Color

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

This div border color is #bbab9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbab9a


Comments

No comments written yet.

Please login to write comment.