Color Hex Logo

#b599aa Color Hex

#B599AA
(181,153,170)
0 Favorites   0 Comments

Color spaces of #b599aa

RGB 181153170
HSL0.900.160.65
HSV324°15°71°
CMYK 0.000.150.06   0.29
XYZ37.703035.508542.8969
Yxy35.50850.32470.3058
Hunter Lab59.58908.6593-0.9693
CIE-Lab66.142713.3171-4.9920

#b599aa color RGB value is (181,153,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011001 10101010
Octal 265 231 252
Decimal 181 153 170
Hex B5 99 AA

RGB Percentages of Color #b599aa

%35.91
%30.36
%33.73

CMYK Percentages of Color #b599aa

%0
%15
%6
%29

Triadic Colors of #b599aa

#b599aa #aab599 #99aab5

Analogous Colors of #b599aa

#b599aa #b5999c #b299b5

Monochromatic Colors of #b599aa

#b599aa

Complementary Color

#b599aa #99b5a4

#b599aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b599aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b599aa Color CSS Codes

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

#b599aa Text Font Color

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

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


#b599aa Background Color

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

This div background color is #b599aa


#b599aa Border Color

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

This div border color is #b599aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b599aa


Comments

No comments written yet.

Please login to write comment.