Color Hex Logo

#b17160 Color Hex

#B17160
(177,113,96)
0 Favorites   0 Comments

Color spaces of #b17160

RGB 17711396
HSL0.030.340.54
HSV13°46°69°
CMYK 0.000.360.46   0.31
XYZ26.147922.001913.9350
Yxy22.00190.42120.3544
Hunter Lab46.906217.419215.2203
CIE-Lab54.029023.340019.9509

#b17160 color RGB value is (177,113,96).

#b17160 hex color red value is 177, green value is 113 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #b17160 hue: 0.03 , saturation: 0.34 and the lightness value of b17160 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110001 01100000
Octal 261 161 140
Decimal 177 113 96
Hex B1 71 60

RGB Percentages of Color #b17160

%45.85
%29.27
%24.87

CMYK Percentages of Color #b17160

%0
%36
%46
%31

Triadic Colors of #b17160

#b17160 #60b171 #7160b1

Analogous Colors of #b17160

#b17160 #b19a60 #b16078

Monochromatic Colors of #b17160

#b17160

Complementary Color

#b17160 #60a0b1

#b17160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17160 Color CSS Codes

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

#b17160 Text Font Color

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

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


#b17160 Background Color

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

This div background color is #b17160


#b17160 Border Color

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

This div border color is #b17160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17160


Comments

No comments written yet.

Please login to write comment.