Color Hex Logo

#b59670 Color Hex

#B59670
(181,150,112)
0 Favorites   0 Comments

Color spaces of #b59670

RGB 181150112
HSL0.090.320.57
HSV33°38°71°
CMYK 0.000.170.38   0.29
XYZ32.887032.806319.9281
Yxy32.80630.38410.3832
Hunter Lab57.27682.256219.4652
CIE-Lab64.00386.176324.3845

#b59670 color RGB value is (181,150,112).

#b59670 hex color red value is 181, green value is 150 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #b59670 hue: 0.09 , saturation: 0.32 and the lightness value of b59670 is 0.57.

The process color (four color CMYK) of #b59670 color hex is 0.00, 0.17, 0.38, 0.29. Web safe color of #b59670 is #cc9966. Color #b59670 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010110 01110000
Octal 265 226 160
Decimal 181 150 112
Hex B5 96 70

RGB Percentages of Color #b59670

%40.86
%33.86
%25.28

CMYK Percentages of Color #b59670

%0
%17
%38
%29

Triadic Colors of #b59670

#b59670 #70b596 #9670b5

Analogous Colors of #b59670

#b59670 #b2b570 #b57470

Monochromatic Colors of #b59670

#b59670

Complementary Color

#b59670 #708fb5

#b59670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59670 Color CSS Codes

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

#b59670 Text Font Color

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

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


#b59670 Background Color

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

This div background color is #b59670


#b59670 Border Color

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

This div border color is #b59670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59670


Comments

No comments written yet.

Please login to write comment.