Color Hex Logo

#b47660 Color Hex

#B47660
(180,118,96)
0 Favorites   0 Comments

Color spaces of #b47660

RGB 18011896
HSL0.040.360.54
HSV16°47°71°
CMYK 0.000.340.47   0.29
XYZ27.412123.504714.1584
Yxy23.50470.42120.3612
Hunter Lab48.481616.083116.6223
CIE-Lab55.588421.776922.1038

#b47660 color RGB value is (180,118,96).

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

The process color (four color CMYK) of #b47660 color hex is 0.00, 0.34, 0.47, 0.29. Web safe color of #b47660 is #cc6666. Color #b47660 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110110 01100000
Octal 264 166 140
Decimal 180 118 96
Hex B4 76 60

RGB Percentages of Color #b47660

%45.69
%29.95
%24.37

CMYK Percentages of Color #b47660

%0
%34
%47
%29

Triadic Colors of #b47660

#b47660 #60b476 #7660b4

Analogous Colors of #b47660

#b47660 #b4a060 #b46074

Monochromatic Colors of #b47660

#b47660

Complementary Color

#b47660 #609eb4

#b47660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47660 Color CSS Codes

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

#b47660 Text Font Color

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

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


#b47660 Background Color

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

This div background color is #b47660


#b47660 Border Color

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

This div border color is #b47660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47660


Comments

No comments written yet.

Please login to write comment.