Color Hex Logo

#b49eaa Color Hex

#B49EAA
(180,158,170)
0 Favorites   0 Comments

Color spaces of #b49eaa

RGB 180158170
HSL0.910.130.66
HSV327°12°71°
CMYK 0.000.120.06   0.29
XYZ38.304937.059343.1645
Yxy37.05930.32320.3127
Hunter Lab60.87645.78300.5737
CIE-Lab67.321510.1806-3.2638

#b49eaa color RGB value is (180,158,170).

#b49eaa hex color red value is 180, green value is 158 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b49eaa hue: 0.91 , saturation: 0.13 and the lightness value of b49eaa is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011110 10101010
Octal 264 236 252
Decimal 180 158 170
Hex B4 9E AA

RGB Percentages of Color #b49eaa

%35.43
%31.10
%33.46

CMYK Percentages of Color #b49eaa

%0
%12
%6
%29

Triadic Colors of #b49eaa

#b49eaa #aab49e #9eaab4

Analogous Colors of #b49eaa

#b49eaa #b49e9f #b39eb4

Monochromatic Colors of #b49eaa

#b49eaa

Complementary Color

#b49eaa #9eb4a8

#b49eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49eaa Color CSS Codes

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

#b49eaa Text Font Color

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

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


#b49eaa Background Color

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

This div background color is #b49eaa


#b49eaa Border Color

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

This div border color is #b49eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49eaa


Comments

No comments written yet.

Please login to write comment.