Color Hex Logo

#b57550 Color Hex

#B57550
(181,117,80)
0 Favorites   0 Comments

Color spaces of #b57550

RGB 18111780
HSL0.060.410.51
HSV22°56°71°
CMYK 0.000.350.56   0.29
XYZ26.865323.125510.6371
Yxy23.12550.44310.3814
Hunter Lab48.089015.564820.5476
CIE-Lab55.201421.233930.6487

#b57550 color RGB value is (181,117,80).

#b57550 hex color red value is 181, green value is 117 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #b57550 hue: 0.06 , saturation: 0.41 and the lightness value of b57550 is 0.51.

The process color (four color CMYK) of #b57550 color hex is 0.00, 0.35, 0.56, 0.29. Web safe color of #b57550 is #cc6666. Color #b57550 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110101 01010000
Octal 265 165 120
Decimal 181 117 80
Hex B5 75 50

RGB Percentages of Color #b57550

%47.88
%30.95
%21.16

CMYK Percentages of Color #b57550

%0
%35
%56
%29

Triadic Colors of #b57550

#b57550 #50b575 #7550b5

Analogous Colors of #b57550

#b57550 #b5a850 #b5505e

Monochromatic Colors of #b57550

#b57550

Complementary Color

#b57550 #5090b5

#b57550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57550 Color CSS Codes

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

#b57550 Text Font Color

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

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


#b57550 Background Color

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

This div background color is #b57550


#b57550 Border Color

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

This div border color is #b57550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57550


Comments

No comments written yet.

Please login to write comment.