Color Hex Logo

#b1855c Color Hex

#B1855C
(177,133,92)
0 Favorites   0 Comments

Color spaces of #b1855c

RGB 17713392
HSL0.080.350.53
HSV29°48°69°
CMYK 0.000.250.48   0.31
XYZ28.450826.894913.8169
Yxy26.89490.41140.3889
Hunter Lab51.86037.170420.5058
CIE-Lab58.876911.723328.5949

#b1855c color RGB value is (177,133,92).

#b1855c hex color red value is 177, green value is 133 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #b1855c hue: 0.08 , saturation: 0.35 and the lightness value of b1855c is 0.53.

The process color (four color CMYK) of #b1855c color hex is 0.00, 0.25, 0.48, 0.31. Web safe color of #b1855c is #999966. Color #b1855c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000101 01011100
Octal 261 205 134
Decimal 177 133 92
Hex B1 85 5C

RGB Percentages of Color #b1855c

%44.03
%33.08
%22.89

CMYK Percentages of Color #b1855c

%0
%25
%48
%31

Triadic Colors of #b1855c

#b1855c #5cb185 #855cb1

Analogous Colors of #b1855c

#b1855c #b1b05c #b15c5e

Monochromatic Colors of #b1855c

#b1855c

Complementary Color

#b1855c #5c88b1

#b1855c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1855c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1855c Color CSS Codes

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

#b1855c Text Font Color

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

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


#b1855c Background Color

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

This div background color is #b1855c


#b1855c Border Color

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

This div border color is #b1855c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,133,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1855c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1855c;
  -webkit-box-shadow: 1px 1px 3px 2px #b1855c;
  box-shadow:         1px 1px 3px 2px #b1855c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,133,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1855c


Comments

No comments written yet.

Please login to write comment.