Color Hex Logo

#b17460 Color Hex

#B17460
(177,116,96)
0 Favorites   0 Comments

Color spaces of #b17460

RGB 17711696
HSL0.040.340.54
HSV15°46°69°
CMYK 0.000.340.46   0.31
XYZ26.488222.682414.0484
Yxy22.68240.41900.3588
Hunter Lab47.626015.930915.8493
CIE-Lab54.743721.664220.9104

#b17460 color RGB value is (177,116,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110100 01100000
Octal 261 164 140
Decimal 177 116 96
Hex B1 74 60

RGB Percentages of Color #b17460

%45.50
%29.82
%24.68

CMYK Percentages of Color #b17460

%0
%34
%46
%31

Triadic Colors of #b17460

#b17460 #60b174 #7460b1

Analogous Colors of #b17460

#b17460 #b19d60 #b16075

Monochromatic Colors of #b17460

#b17460

Complementary Color

#b17460 #609db1

#b17460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17460 Color CSS Codes

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

#b17460 Text Font Color

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

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


#b17460 Background Color

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

This div background color is #b17460


#b17460 Border Color

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

This div border color is #b17460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17460


Comments

No comments written yet.

Please login to write comment.