Color Hex Logo

#b59aaf Color Hex

#B59AAF
(181,154,175)
0 Favorites   0 Comments

Color spaces of #b59aaf

RGB 181154175
HSL0.870.150.66
HSV313°15°71°
CMYK 0.000.150.03   0.29
XYZ38.349536.030145.4907
Yxy36.03010.31990.3006
Hunter Lab60.02518.9982-2.9161
CIE-Lab66.542913.6798-7.1994

#b59aaf color RGB value is (181,154,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011010 10101111
Octal 265 232 257
Decimal 181 154 175
Hex B5 9A AF

RGB Percentages of Color #b59aaf

%35.49
%30.20
%34.31

CMYK Percentages of Color #b59aaf

%0
%15
%3
%29

Triadic Colors of #b59aaf

#b59aaf #afb59a #9aafb5

Analogous Colors of #b59aaf

#b59aaf #b59aa2 #ae9ab5

Monochromatic Colors of #b59aaf

#b59aaf

Complementary Color

#b59aaf #9ab5a0

#b59aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59aaf Color CSS Codes

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

#b59aaf Text Font Color

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

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


#b59aaf Background Color

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

This div background color is #b59aaf


#b59aaf Border Color

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

This div border color is #b59aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59aaf


Comments

No comments written yet.

Please login to write comment.