Color Hex Logo

#b57461 Color Hex

#B57461
(181,116,97)
0 Favorites   0 Comments

Color spaces of #b57461

RGB 18111697
HSL0.040.360.55
HSV14°46°71°
CMYK 0.000.360.46   0.29
XYZ27.459123.177614.3357
Yxy23.17760.42260.3567
Hunter Lab48.143117.559516.0452
CIE-Lab55.254823.403621.1074

#b57461 color RGB value is (181,116,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110100 01100001
Octal 265 164 141
Decimal 181 116 97
Hex B5 74 61

RGB Percentages of Color #b57461

%45.94
%29.44
%24.62

CMYK Percentages of Color #b57461

%0
%36
%46
%29

Triadic Colors of #b57461

#b57461 #61b574 #7461b5

Analogous Colors of #b57461

#b57461 #b59e61 #b56178

Monochromatic Colors of #b57461

#b57461

Complementary Color

#b57461 #61a2b5

#b57461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57461 Color CSS Codes

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

#b57461 Text Font Color

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

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


#b57461 Background Color

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

This div background color is #b57461


#b57461 Border Color

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

This div border color is #b57461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57461


Comments

No comments written yet.

Please login to write comment.