Color Hex Logo

#b1716c Color Hex

#B1716C
(177,113,108)
0 Favorites   0 Comments

Color spaces of #b1716c

RGB 177113108
HSL0.010.310.56
HSV39°69°
CMYK 0.000.360.39   0.31
XYZ26.743422.240117.0706
Yxy22.24010.40490.3367
Hunter Lab47.159418.695711.5500
CIE-Lab54.280824.704713.3306

#b1716c color RGB value is (177,113,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110001 01101100
Octal 261 161 154
Decimal 177 113 108
Hex B1 71 6C

RGB Percentages of Color #b1716c

%44.47
%28.39
%27.14

CMYK Percentages of Color #b1716c

%0
%36
%39
%31

Triadic Colors of #b1716c

#b1716c #6cb171 #716cb1

Analogous Colors of #b1716c

#b1716c #b1946c #b16c8a

Monochromatic Colors of #b1716c

#b1716c

Complementary Color

#b1716c #6cacb1

#b1716c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1716c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1716c Color CSS Codes

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

#b1716c Text Font Color

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

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


#b1716c Background Color

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

This div background color is #b1716c


#b1716c Border Color

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

This div border color is #b1716c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1716c


Comments

No comments written yet.

Please login to write comment.