Color Hex Logo

#b49caa Color Hex

#B49CAA
(180,156,170)
0 Favorites   0 Comments

Color spaces of #b49caa

RGB 180156170
HSL0.900.140.66
HSV325°13°71°
CMYK 0.000.130.06   0.29
XYZ37.966636.382543.0517
Yxy36.38250.32340.3099
Hunter Lab60.31796.7990-0.0955
CIE-Lab66.811211.2898-4.0156

#b49caa color RGB value is (180,156,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011100 10101010
Octal 264 234 252
Decimal 180 156 170
Hex B4 9C AA

RGB Percentages of Color #b49caa

%35.57
%30.83
%33.60

CMYK Percentages of Color #b49caa

%0
%13
%6
%29

Triadic Colors of #b49caa

#b49caa #aab49c #9caab4

Analogous Colors of #b49caa

#b49caa #b49c9e #b29cb4

Monochromatic Colors of #b49caa

#b49caa

Complementary Color

#b49caa #9cb4a6

#b49caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49caa Color CSS Codes

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

#b49caa Text Font Color

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

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


#b49caa Background Color

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

This div background color is #b49caa


#b49caa Border Color

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

This div border color is #b49caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49caa


Comments

No comments written yet.

Please login to write comment.