Color Hex Logo

#b5a89e Color Hex

#B5A89E
(181,168,158)
0 Favorites   0 Comments

Color spaces of #b5a89e

RGB 181168158
HSL0.070.130.66
HSV26°13°71°
CMYK 0.000.070.13   0.29
XYZ39.230240.297638.0583
Yxy40.29760.33360.3427
Hunter Lab63.4804-0.77968.8902
CIE-Lab69.68102.96066.8424

#b5a89e color RGB value is (181,168,158).

#b5a89e hex color red value is 181, green value is 168 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #b5a89e hue: 0.07 , saturation: 0.13 and the lightness value of b5a89e is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101000 10011110
Octal 265 250 236
Decimal 181 168 158
Hex B5 A8 9E

RGB Percentages of Color #b5a89e

%35.70
%33.14
%31.16

CMYK Percentages of Color #b5a89e

%0
%7
%13
%29

Triadic Colors of #b5a89e

#b5a89e #9eb5a8 #a89eb5

Analogous Colors of #b5a89e

#b5a89e #b5b49e #b59ea0

Monochromatic Colors of #b5a89e

#b5a89e

Complementary Color

#b5a89e #9eabb5

#b5a89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5a89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5a89e Color CSS Codes

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

#b5a89e Text Font Color

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

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


#b5a89e Background Color

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

This div background color is #b5a89e


#b5a89e Border Color

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

This div border color is #b5a89e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,168,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5a89e

#b5a89e Color Palettes


Comments

No comments written yet.

Please login to write comment.