Color Hex Logo

#b47c5c Color Hex

#B47C5C
(180,124,92)
0 Favorites   0 Comments

Color spaces of #b47c5c

RGB 18012492
HSL0.060.370.53
HSV22°49°71°
CMYK 0.000.310.49   0.29
XYZ27.961824.891313.4560
Yxy24.89130.42170.3754
Hunter Lab49.891212.731818.9329
CIE-Lab56.969418.018226.1888

#b47c5c color RGB value is (180,124,92).

#b47c5c hex color red value is 180, green value is 124 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #b47c5c hue: 0.06 , saturation: 0.37 and the lightness value of b47c5c is 0.53.

The process color (four color CMYK) of #b47c5c color hex is 0.00, 0.31, 0.49, 0.29. Web safe color of #b47c5c is #cc6666. Color #b47c5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111100 01011100
Octal 264 174 134
Decimal 180 124 92
Hex B4 7C 5C

RGB Percentages of Color #b47c5c

%45.45
%31.31
%23.23

CMYK Percentages of Color #b47c5c

%0
%31
%49
%29

Triadic Colors of #b47c5c

#b47c5c #5cb47c #7c5cb4

Analogous Colors of #b47c5c

#b47c5c #b4a85c #b45c68

Monochromatic Colors of #b47c5c

#b47c5c

Complementary Color

#b47c5c #5c94b4

#b47c5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47c5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47c5c Color CSS Codes

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

#b47c5c Text Font Color

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

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


#b47c5c Background Color

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

This div background color is #b47c5c


#b47c5c Border Color

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

This div border color is #b47c5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47c5c


Comments

No comments written yet.

Please login to write comment.