Color Hex Logo

#b57562 Color Hex

#B57562
(181,117,98)
0 Favorites   0 Comments

Color spaces of #b57562

RGB 18111798
HSL0.040.360.55
HSV14°46°71°
CMYK 0.000.350.46   0.29
XYZ27.622023.428214.6215
Yxy23.42820.42060.3567
Hunter Lab48.402717.160015.9715
CIE-Lab55.510722.953020.8768

#b57562 color RGB value is (181,117,98).

#b57562 hex color red value is 181, green value is 117 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #b57562 hue: 0.04 , saturation: 0.36 and the lightness value of b57562 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110101 01100010
Octal 265 165 142
Decimal 181 117 98
Hex B5 75 62

RGB Percentages of Color #b57562

%45.71
%29.55
%24.75

CMYK Percentages of Color #b57562

%0
%35
%46
%29

Triadic Colors of #b57562

#b57562 #62b575 #7562b5

Analogous Colors of #b57562

#b57562 #b59f62 #b56279

Monochromatic Colors of #b57562

#b57562

Complementary Color

#b57562 #62a2b5

#b57562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57562 Color CSS Codes

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

#b57562 Text Font Color

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

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


#b57562 Background Color

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

This div background color is #b57562


#b57562 Border Color

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

This div border color is #b57562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57562


Comments

No comments written yet.

Please login to write comment.