Color Hex Logo

#b5957a Color Hex

#B5957A
(181,149,122)
0 Favorites   0 Comments

Color spaces of #b5957a

RGB 181149122
HSL0.080.290.59
HSV27°33°71°
CMYK 0.000.180.33   0.29
XYZ33.316432.723822.9727
Yxy32.72380.37430.3676
Hunter Lab57.20473.851316.2332
CIE-Lab63.93667.986718.7577

#b5957a color RGB value is (181,149,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010101 01111010
Octal 265 225 172
Decimal 181 149 122
Hex B5 95 7A

RGB Percentages of Color #b5957a

%40.04
%32.96
%26.99

CMYK Percentages of Color #b5957a

%0
%18
%33
%29

Triadic Colors of #b5957a

#b5957a #7ab595 #957ab5

Analogous Colors of #b5957a

#b5957a #b5b37a #b57a7d

Monochromatic Colors of #b5957a

#b5957a

Complementary Color

#b5957a #7a9ab5

#b5957a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5957a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5957a Color CSS Codes

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

#b5957a Text Font Color

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

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


#b5957a Background Color

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

This div background color is #b5957a


#b5957a Border Color

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

This div border color is #b5957a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5957a


Comments

No comments written yet.

Please login to write comment.