Color Hex Logo

#b59baa Color Hex

#B59BAA
(181,155,170)
0 Favorites   0 Comments

Color spaces of #b59baa

RGB 181155170
HSL0.900.150.66
HSV325°14°71°
CMYK 0.000.140.06   0.29
XYZ38.033136.168743.0069
Yxy36.16870.32450.3086
Hunter Lab60.14047.6386-0.3005
CIE-Lab66.648612.2053-4.2449

#b59baa color RGB value is (181,155,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011011 10101010
Octal 265 233 252
Decimal 181 155 170
Hex B5 9B AA

RGB Percentages of Color #b59baa

%35.77
%30.63
%33.60

CMYK Percentages of Color #b59baa

%0
%14
%6
%29

Triadic Colors of #b59baa

#b59baa #aab59b #9baab5

Analogous Colors of #b59baa

#b59baa #b59b9d #b39bb5

Monochromatic Colors of #b59baa

#b59baa

Complementary Color

#b59baa #9bb5a6

#b59baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59baa Color CSS Codes

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

#b59baa Text Font Color

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

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


#b59baa Background Color

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

This div background color is #b59baa


#b59baa Border Color

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

This div border color is #b59baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59baa


Comments

No comments written yet.

Please login to write comment.