Color Hex Logo

#b17177 Color Hex

#B17177
(177,113,119)
0 Favorites   0 Comments

Color spaces of #b17177

RGB 177113119
HSL0.980.290.57
HSV354°36°69°
CMYK 0.000.360.33   0.31
XYZ27.366422.489320.3513
Yxy22.48930.38980.3203
Hunter Lab47.422920.01727.7520
CIE-Lab54.542426.10217.2736

#b17177 color RGB value is (177,113,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110001 01110111
Octal 261 161 167
Decimal 177 113 119
Hex B1 71 77

RGB Percentages of Color #b17177

%43.28
%27.63
%29.10

CMYK Percentages of Color #b17177

%0
%36
%33
%31

Triadic Colors of #b17177

#b17177 #77b171 #7177b1

Analogous Colors of #b17177

#b17177 #b18b71 #b17197

Monochromatic Colors of #b17177

#b17177

Complementary Color

#b17177 #71b1ab

#b17177 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17177 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17177 Color CSS Codes

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

#b17177 Text Font Color

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

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


#b17177 Background Color

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

This div background color is #b17177


#b17177 Border Color

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

This div border color is #b17177


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17177


Comments

No comments written yet.

Please login to write comment.