Color Hex Logo

#b17571 Color Hex

#B17571
(177,117,113)
0 Favorites   0 Comments

Color spaces of #b17571

RGB 177117113
HSL0.010.290.57
HSV36°69°
CMYK 0.000.340.36   0.31
XYZ27.473423.261918.6648
Yxy23.26190.39590.3352
Hunter Lab48.230617.274710.8167
CIE-Lab55.341123.089111.9009

#b17571 color RGB value is (177,117,113).

#b17571 hex color red value is 177, green value is 117 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #b17571 hue: 0.01 , saturation: 0.29 and the lightness value of b17571 is 0.57.

The process color (four color CMYK) of #b17571 color hex is 0.00, 0.34, 0.36, 0.31. Web safe color of #b17571 is #996666. Color #b17571 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110101 01110001
Octal 261 165 161
Decimal 177 117 113
Hex B1 75 71

RGB Percentages of Color #b17571

%43.49
%28.75
%27.76

CMYK Percentages of Color #b17571

%0
%34
%36
%31

Triadic Colors of #b17571

#b17571 #71b175 #7571b1

Analogous Colors of #b17571

#b17571 #b19571 #b1718d

Monochromatic Colors of #b17571

#b17571

Complementary Color

#b17571 #71adb1

#b17571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17571 Color CSS Codes

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

#b17571 Text Font Color

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

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


#b17571 Background Color

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

This div background color is #b17571


#b17571 Border Color

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

This div border color is #b17571


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17571


Comments

No comments written yet.

Please login to write comment.