Color Hex Logo

#b47157 Color Hex

#B47157
(180,113,87)
0 Favorites   0 Comments

Color spaces of #b47157

RGB 18011387
HSL0.050.380.52
HSV17°52°71°
CMYK 0.000.370.52   0.29
XYZ26.447822.201711.9082
Yxy22.20170.43670.3666
Hunter Lab47.118717.734717.9988
CIE-Lab54.240423.667625.4599

#b47157 color RGB value is (180,113,87).

#b47157 hex color red value is 180, green value is 113 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #b47157 hue: 0.05 , saturation: 0.38 and the lightness value of b47157 is 0.52.

The process color (four color CMYK) of #b47157 color hex is 0.00, 0.37, 0.52, 0.29. Web safe color of #b47157 is #cc6666. Color #b47157 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110001 01010111
Octal 264 161 127
Decimal 180 113 87
Hex B4 71 57

RGB Percentages of Color #b47157

%47.37
%29.74
%22.89

CMYK Percentages of Color #b47157

%0
%37
%52
%29

Triadic Colors of #b47157

#b47157 #57b471 #7157b4

Analogous Colors of #b47157

#b47157 #b4a057 #b4576c

Monochromatic Colors of #b47157

#b47157

Complementary Color

#b47157 #579ab4

#b47157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47157 Color CSS Codes

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

#b47157 Text Font Color

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

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


#b47157 Background Color

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

This div background color is #b47157


#b47157 Border Color

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

This div border color is #b47157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47157


Comments

No comments written yet.

Please login to write comment.