Color Hex Logo

#b49aaa Color Hex

#B49AAA
(180,154,170)
0 Favorites   0 Comments

Color spaces of #b49aaa

RGB 180154170
HSL0.900.150.65
HSV323°14°71°
CMYK 0.000.140.06   0.29
XYZ37.633735.716842.9407
Yxy35.71680.32360.3071
Hunter Lab59.76357.8171-0.7660
CIE-Lab66.303012.4009-4.7655

#b49aaa color RGB value is (180,154,170).

#b49aaa hex color red value is 180, green value is 154 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b49aaa hue: 0.90 , saturation: 0.15 and the lightness value of b49aaa is 0.65.

The process color (four color CMYK) of #b49aaa color hex is 0.00, 0.14, 0.06, 0.29. Web safe color of #b49aaa is #cc9999. Color #b49aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011010 10101010
Octal 264 232 252
Decimal 180 154 170
Hex B4 9A AA

RGB Percentages of Color #b49aaa

%35.71
%30.56
%33.73

CMYK Percentages of Color #b49aaa

%0
%14
%6
%29

Triadic Colors of #b49aaa

#b49aaa #aab49a #9aaab4

Analogous Colors of #b49aaa

#b49aaa #b49a9d #b19ab4

Monochromatic Colors of #b49aaa

#b49aaa

Complementary Color

#b49aaa #9ab4a4

#b49aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49aaa Color CSS Codes

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

#b49aaa Text Font Color

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

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


#b49aaa Background Color

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

This div background color is #b49aaa


#b49aaa Border Color

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

This div border color is #b49aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49aaa


Comments

No comments written yet.

Please login to write comment.