Color Hex Logo

#b59082 Color Hex

#B59082
(181,144,130)
0 Favorites   0 Comments

Color spaces of #b59082

RGB 181144130
HSL0.050.260.61
HSV16°28°71°
CMYK 0.000.200.28   0.29
XYZ33.058631.382025.4340
Yxy31.38200.36780.3492
Hunter Lab56.01967.303012.2949
CIE-Lab62.828811.850312.7389

#b59082 color RGB value is (181,144,130).

#b59082 hex color red value is 181, green value is 144 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #b59082 hue: 0.05 , saturation: 0.26 and the lightness value of b59082 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010000 10000010
Octal 265 220 202
Decimal 181 144 130
Hex B5 90 82

RGB Percentages of Color #b59082

%39.78
%31.65
%28.57

CMYK Percentages of Color #b59082

%0
%20
%28
%29

Triadic Colors of #b59082

#b59082 #82b590 #9082b5

Analogous Colors of #b59082

#b59082 #b5aa82 #b5828e

Monochromatic Colors of #b59082

#b59082

Complementary Color

#b59082 #82a7b5

#b59082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59082 Color CSS Codes

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

#b59082 Text Font Color

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

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


#b59082 Background Color

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

This div background color is #b59082


#b59082 Border Color

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

This div border color is #b59082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59082


Comments

No comments written yet.

Please login to write comment.