Color Hex Logo

#b5877a Color Hex

#B5877A
(181,135,122)
0 Favorites   0 Comments

Color spaces of #b5877a

RGB 181135122
HSL0.040.290.59
HSV13°33°71°
CMYK 0.000.250.33   0.29
XYZ31.232928.556822.2782
Yxy28.55680.38060.3480
Hunter Lab53.438610.809312.6894
CIE-Lab60.388515.772913.8523

#b5877a color RGB value is (181,135,122).

#b5877a hex color red value is 181, green value is 135 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #b5877a hue: 0.04 , saturation: 0.29 and the lightness value of b5877a is 0.59.

The process color (four color CMYK) of #b5877a color hex is 0.00, 0.25, 0.33, 0.29. Web safe color of #b5877a is #cc9966. Color #b5877a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000111 01111010
Octal 265 207 172
Decimal 181 135 122
Hex B5 87 7A

RGB Percentages of Color #b5877a

%41.32
%30.82
%27.85

CMYK Percentages of Color #b5877a

%0
%25
%33
%29

Triadic Colors of #b5877a

#b5877a #7ab587 #877ab5

Analogous Colors of #b5877a

#b5877a #b5a57a #b57a8b

Monochromatic Colors of #b5877a

#b5877a

Complementary Color

#b5877a #7aa8b5

#b5877a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5877a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5877a Color CSS Codes

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

#b5877a Text Font Color

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

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


#b5877a Background Color

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

This div background color is #b5877a


#b5877a Border Color

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

This div border color is #b5877a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5877a


Comments

No comments written yet.

Please login to write comment.