Color Hex Logo

#bbaa9b Color Hex

#BBAA9B
(187,170,155)
0 Favorites   0 Comments

Color spaces of #bbaa9b

RGB 187170155
HSL0.080.190.67
HSV28°17°73°
CMYK 0.000.090.17   0.27
XYZ40.784641.680836.9060
Yxy41.68080.34170.3492
Hunter Lab64.5607-0.218211.2994
CIE-Lab70.65033.63589.9501

#bbaa9b color RGB value is (187,170,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101010 10011011
Octal 273 252 233
Decimal 187 170 155
Hex BB AA 9B

RGB Percentages of Color #bbaa9b

%36.52
%33.20
%30.27

CMYK Percentages of Color #bbaa9b

%0
%9
%17
%27

Triadic Colors of #bbaa9b

#bbaa9b #9bbbaa #aa9bbb

Analogous Colors of #bbaa9b

#bbaa9b #bbba9b #bb9b9c

Monochromatic Colors of #bbaa9b

#bbaa9b

Complementary Color

#bbaa9b #9bacbb

#bbaa9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaa9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaa9b Color CSS Codes

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

#bbaa9b Text Font Color

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

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


#bbaa9b Background Color

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

This div background color is #bbaa9b


#bbaa9b Border Color

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

This div border color is #bbaa9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaa9b


Comments

No comments written yet.

Please login to write comment.