Color Hex Logo

#b1857f Color Hex

#B1857F
(177,133,127)
0 Favorites   0 Comments

Color spaces of #b1857f

RGB 177133127
HSL0.020.240.60
HSV28°69°
CMYK 0.000.250.28   0.31
XYZ30.349827.654523.8169
Yxy27.65450.37090.3380
Hunter Lab52.587510.98939.9588
CIE-Lab59.575315.99499.7973

#b1857f color RGB value is (177,133,127).

#b1857f hex color red value is 177, green value is 133 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #b1857f hue: 0.02 , saturation: 0.24 and the lightness value of b1857f is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000101 01111111
Octal 261 205 177
Decimal 177 133 127
Hex B1 85 7F

RGB Percentages of Color #b1857f

%40.50
%30.43
%29.06

CMYK Percentages of Color #b1857f

%0
%25
%28
%31

Triadic Colors of #b1857f

#b1857f #7fb185 #857fb1

Analogous Colors of #b1857f

#b1857f #b19e7f #b17f92

Monochromatic Colors of #b1857f

#b1857f

Complementary Color

#b1857f #7fabb1

#b1857f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1857f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1857f Color CSS Codes

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

#b1857f Text Font Color

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

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


#b1857f Background Color

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

This div background color is #b1857f


#b1857f Border Color

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

This div border color is #b1857f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1857f


Comments

No comments written yet.

Please login to write comment.