Color Hex Logo

#b17371 Color Hex

#B17371
(177,115,113)
0 Favorites   0 Comments

Color spaces of #b17371

RGB 177115113
HSL0.010.290.57
HSV36°69°
CMYK 0.000.350.36   0.31
XYZ27.242822.800818.5879
Yxy22.80080.39690.3322
Hunter Lab47.750218.276410.3451
CIE-Lab54.866624.206911.2356

#b17371 color RGB value is (177,115,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110011 01110001
Octal 261 163 161
Decimal 177 115 113
Hex B1 73 71

RGB Percentages of Color #b17371

%43.70
%28.40
%27.90

CMYK Percentages of Color #b17371

%0
%35
%36
%31

Triadic Colors of #b17371

#b17371 #71b173 #7371b1

Analogous Colors of #b17371

#b17371 #b19371 #b1718f

Monochromatic Colors of #b17371

#b17371

Complementary Color

#b17371 #71afb1

#b17371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17371 Color CSS Codes

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

#b17371 Text Font Color

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

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


#b17371 Background Color

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

This div background color is #b17371


#b17371 Border Color

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

This div border color is #b17371


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,115,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 #b17371">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17371


Comments

No comments written yet.

Please login to write comment.