Color Hex Logo

#bbaa99 Color Hex

#BBAA99
(187,170,153)
0 Favorites   0 Comments

Color spaces of #bbaa99

RGB 187170153
HSL0.080.200.67
HSV30°18°73°
CMYK 0.000.090.18   0.27
XYZ40.618041.614236.0285
Yxy41.61420.34350.3519
Hunter Lab64.5091-0.498712.0427
CIE-Lab70.60413.320610.9846

#bbaa99 color RGB value is (187,170,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101010 10011001
Octal 273 252 231
Decimal 187 170 153
Hex BB AA 99

RGB Percentages of Color #bbaa99

%36.67
%33.33
%30.00

CMYK Percentages of Color #bbaa99

%0
%9
%18
%27

Triadic Colors of #bbaa99

#bbaa99 #99bbaa #aa99bb

Analogous Colors of #bbaa99

#bbaa99 #bbbb99 #bb9999

Monochromatic Colors of #bbaa99

#bbaa99

Complementary Color

#bbaa99 #99aabb

#bbaa99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaa99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaa99 Color CSS Codes

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

#bbaa99 Text Font Color

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

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


#bbaa99 Background Color

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

This div background color is #bbaa99


#bbaa99 Border Color

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

This div border color is #bbaa99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaa99

#bbaa99 Color Palettes


Comments

No comments written yet.

Please login to write comment.