Color Hex Logo

#b59391 Color Hex

#B59391
(181,147,145)
0 Favorites   0 Comments

Color spaces of #b59391

RGB 181147145
HSL0.010.200.64
HSV20°71°
CMYK 0.000.190.20   0.29
XYZ34.600632.735531.2830
Yxy32.73550.35090.3319
Hunter Lab57.21497.82137.6329
CIE-Lab63.946212.41835.8669

#b59391 color RGB value is (181,147,145).

#b59391 hex color red value is 181, green value is 147 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #b59391 hue: 0.01 , saturation: 0.20 and the lightness value of b59391 is 0.64.

The process color (four color CMYK) of #b59391 color hex is 0.00, 0.19, 0.20, 0.29. Web safe color of #b59391 is #cc9999. Color #b59391 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010011 10010001
Octal 265 223 221
Decimal 181 147 145
Hex B5 93 91

RGB Percentages of Color #b59391

%38.27
%31.08
%30.66

CMYK Percentages of Color #b59391

%0
%19
%20
%29

Triadic Colors of #b59391

#b59391 #91b593 #9391b5

Analogous Colors of #b59391

#b59391 #b5a591 #b591a1

Monochromatic Colors of #b59391

#b59391

Complementary Color

#b59391 #91b3b5

#b59391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59391 Color CSS Codes

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

#b59391 Text Font Color

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

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


#b59391 Background Color

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

This div background color is #b59391


#b59391 Border Color

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

This div border color is #b59391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59391


Comments

No comments written yet.

Please login to write comment.