Color Hex Logo

#bbaa90 Color Hex

#BBAA90
(187,170,144)
0 Favorites   0 Comments

Color spaces of #bbaa90

RGB 187170144
HSL0.100.240.65
HSV36°23°73°
CMYK 0.000.090.23   0.27
XYZ39.902341.327932.2596
Yxy41.32790.35160.3642
Hunter Lab64.2868-1.708315.2486
CIE-Lab70.40501.953515.6437

#bbaa90 color RGB value is (187,170,144).

#bbaa90 hex color red value is 187, green value is 170 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bbaa90 hue: 0.10 , saturation: 0.24 and the lightness value of bbaa90 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101010 10010000
Octal 273 252 220
Decimal 187 170 144
Hex BB AA 90

RGB Percentages of Color #bbaa90

%37.33
%33.93
%28.74

CMYK Percentages of Color #bbaa90

%0
%9
%23
%27

Triadic Colors of #bbaa90

#bbaa90 #90bbaa #aa90bb

Analogous Colors of #bbaa90

#bbaa90 #b7bb90 #bb9590

Monochromatic Colors of #bbaa90

#bbaa90

Complementary Color

#bbaa90 #90a1bb

#bbaa90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaa90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaa90 Color CSS Codes

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

#bbaa90 Text Font Color

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

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


#bbaa90 Background Color

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

This div background color is #bbaa90


#bbaa90 Border Color

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

This div border color is #bbaa90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaa90


Comments

No comments written yet.

Please login to write comment.