Color Hex Logo

#b58170 Color Hex

#B58170
(181,129,112)
0 Favorites   0 Comments

Color spaces of #b58170

RGB 181129112
HSL0.040.320.57
HSV15°38°71°
CMYK 0.000.290.38   0.29
XYZ29.830926.694118.9095
Yxy26.69410.39550.3539
Hunter Lab51.666312.645514.4667
CIE-Lab58.690117.851517.1917

#b58170 color RGB value is (181,129,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000001 01110000
Octal 265 201 160
Decimal 181 129 112
Hex B5 81 70

RGB Percentages of Color #b58170

%42.89
%30.57
%26.54

CMYK Percentages of Color #b58170

%0
%29
%38
%29

Triadic Colors of #b58170

#b58170 #70b581 #8170b5

Analogous Colors of #b58170

#b58170 #b5a470 #b57082

Monochromatic Colors of #b58170

#b58170

Complementary Color

#b58170 #70a4b5

#b58170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58170 Color CSS Codes

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

#b58170 Text Font Color

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

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


#b58170 Background Color

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

This div background color is #b58170


#b58170 Border Color

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

This div border color is #b58170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58170


Comments

No comments written yet.

Please login to write comment.