Color Hex Logo

#b57c5d Color Hex

#B57C5D
(181,124,93)
0 Favorites   0 Comments

Color spaces of #b57c5d

RGB 18112493
HSL0.060.370.54
HSV21°49°71°
CMYK 0.000.310.49   0.29
XYZ28.239525.029413.6987
Yxy25.02940.42170.3738
Hunter Lab50.029413.204418.7862
CIE-Lab57.104118.534825.8256

#b57c5d color RGB value is (181,124,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111100 01011101
Octal 265 174 135
Decimal 181 124 93
Hex B5 7C 5D

RGB Percentages of Color #b57c5d

%45.48
%31.16
%23.37

CMYK Percentages of Color #b57c5d

%0
%31
%49
%29

Triadic Colors of #b57c5d

#b57c5d #5db57c #7c5db5

Analogous Colors of #b57c5d

#b57c5d #b5a85d #b55d6a

Monochromatic Colors of #b57c5d

#b57c5d

Complementary Color

#b57c5d #5d96b5

#b57c5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57c5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57c5d Color CSS Codes

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

#b57c5d Text Font Color

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

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


#b57c5d Background Color

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

This div background color is #b57c5d


#b57c5d Border Color

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

This div border color is #b57c5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57c5d


Comments

No comments written yet.

Please login to write comment.