Color Hex Logo

#bbaa9a Color Hex

#BBAA9A
(187,170,154)
0 Favorites   0 Comments

Color spaces of #bbaa9a

RGB 187170154
HSL0.080.200.67
HSV29°18°73°
CMYK 0.000.090.18   0.27
XYZ40.701041.647336.4654
Yxy41.64730.34260.3505
Hunter Lab64.5347-0.358711.6724
CIE-Lab70.62713.478010.4672

#bbaa9a color RGB value is (187,170,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101010 10011010
Octal 273 252 232
Decimal 187 170 154
Hex BB AA 9A

RGB Percentages of Color #bbaa9a

%36.59
%33.27
%30.14

CMYK Percentages of Color #bbaa9a

%0
%9
%18
%27

Triadic Colors of #bbaa9a

#bbaa9a #9abbaa #aa9abb

Analogous Colors of #bbaa9a

#bbaa9a #bbbb9a #bb9a9b

Monochromatic Colors of #bbaa9a

#bbaa9a

Complementary Color

#bbaa9a #9aabbb

#bbaa9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaa9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaa9a Color CSS Codes

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

#bbaa9a Text Font Color

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

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


#bbaa9a Background Color

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

This div background color is #bbaa9a


#bbaa9a Border Color

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

This div border color is #bbaa9a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,170,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 #bbaa9a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaa9a


Comments

No comments written yet.

Please login to write comment.