Color Hex Logo

#b5987f Color Hex

#B5987F
(181,152,127)
0 Favorites   0 Comments

Color spaces of #b5987f

RGB 181152127
HSL0.080.270.60
HSV28°30°71°
CMYK 0.000.160.30   0.29
XYZ34.115133.812524.8071
Yxy33.81250.36790.3646
Hunter Lab58.14852.964115.4099
CIE-Lab64.81357.002317.1812

#b5987f color RGB value is (181,152,127).

#b5987f hex color red value is 181, green value is 152 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #b5987f hue: 0.08 , saturation: 0.27 and the lightness value of b5987f is 0.60.

The process color (four color CMYK) of #b5987f color hex is 0.00, 0.16, 0.30, 0.29. Web safe color of #b5987f is #cc9966. Color #b5987f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011000 01111111
Octal 265 230 177
Decimal 181 152 127
Hex B5 98 7F

RGB Percentages of Color #b5987f

%39.35
%33.04
%27.61

CMYK Percentages of Color #b5987f

%0
%16
%30
%29

Triadic Colors of #b5987f

#b5987f #7fb598 #987fb5

Analogous Colors of #b5987f

#b5987f #b5b37f #b57f81

Monochromatic Colors of #b5987f

#b5987f

Complementary Color

#b5987f #7f9cb5

#b5987f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5987f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5987f Color CSS Codes

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

#b5987f Text Font Color

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

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


#b5987f Background Color

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

This div background color is #b5987f


#b5987f Border Color

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

This div border color is #b5987f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5987f


Comments

No comments written yet.

Please login to write comment.