Color Hex Logo

#b49aaf Color Hex

#B49AAF
(180,154,175)
0 Favorites   0 Comments

Color spaces of #b49aaf

RGB 180154175
HSL0.870.150.65
HSV312°14°71°
CMYK 0.000.140.03   0.29
XYZ38.115935.909645.4798
Yxy35.90960.31890.3005
Hunter Lab59.92468.6694-3.0509
CIE-Lab66.450813.3252-7.3463

#b49aaf color RGB value is (180,154,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011010 10101111
Octal 264 232 257
Decimal 180 154 175
Hex B4 9A AF

RGB Percentages of Color #b49aaf

%35.36
%30.26
%34.38

CMYK Percentages of Color #b49aaf

%0
%14
%3
%29

Triadic Colors of #b49aaf

#b49aaf #afb49a #9aafb4

Analogous Colors of #b49aaf

#b49aaf #b49aa2 #ac9ab4

Monochromatic Colors of #b49aaf

#b49aaf

Complementary Color

#b49aaf #9ab49f

#b49aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49aaf Color CSS Codes

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

#b49aaf Text Font Color

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

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


#b49aaf Background Color

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

This div background color is #b49aaf


#b49aaf Border Color

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

This div border color is #b49aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49aaf


Comments

No comments written yet.

Please login to write comment.