Color Hex Logo

#b59497 Color Hex

#B59497
(181,148,151)
0 Favorites   0 Comments

Color spaces of #b59497

RGB 181148151
HSL0.980.180.65
HSV355°18°71°
CMYK 0.000.180.17   0.29
XYZ35.231933.237933.8368
Yxy33.23790.34440.3249
Hunter Lab57.65238.19155.5587
CIE-Lab64.353112.82263.0708

#b59497 color RGB value is (181,148,151).

#b59497 hex color red value is 181, green value is 148 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #b59497 hue: 0.98 , saturation: 0.18 and the lightness value of b59497 is 0.65.

The process color (four color CMYK) of #b59497 color hex is 0.00, 0.18, 0.17, 0.29. Web safe color of #b59497 is #cc9999. Color #b59497 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010100 10010111
Octal 265 224 227
Decimal 181 148 151
Hex B5 94 97

RGB Percentages of Color #b59497

%37.71
%30.83
%31.46

CMYK Percentages of Color #b59497

%0
%18
%17
%29

Triadic Colors of #b59497

#b59497 #97b594 #9497b5

Analogous Colors of #b59497

#b59497 #b5a294 #b594a8

Monochromatic Colors of #b59497

#b59497

Complementary Color

#b59497 #94b5b2

#b59497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59497 Color CSS Codes

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

#b59497 Text Font Color

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

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


#b59497 Background Color

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

This div background color is #b59497


#b59497 Border Color

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

This div border color is #b59497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59497


Comments

No comments written yet.

Please login to write comment.