Color Hex Logo

#b57460 Color Hex

#B57460
(181,116,96)
0 Favorites   0 Comments

Color spaces of #b57460

RGB 18111696
HSL0.040.360.54
HSV14°47°71°
CMYK 0.000.360.47   0.29
XYZ27.412823.159114.0917
Yxy23.15910.42390.3581
Hunter Lab48.123917.462116.3254
CIE-Lab55.235823.299521.6552

#b57460 color RGB value is (181,116,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110100 01100000
Octal 265 164 140
Decimal 181 116 96
Hex B5 74 60

RGB Percentages of Color #b57460

%46.06
%29.52
%24.43

CMYK Percentages of Color #b57460

%0
%36
%47
%29

Triadic Colors of #b57460

#b57460 #60b574 #7460b5

Analogous Colors of #b57460

#b57460 #b59f60 #b56077

Monochromatic Colors of #b57460

#b57460

Complementary Color

#b57460 #60a1b5

#b57460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57460 Color CSS Codes

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

#b57460 Text Font Color

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

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


#b57460 Background Color

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

This div background color is #b57460


#b57460 Border Color

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

This div border color is #b57460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57460


Comments

No comments written yet.

Please login to write comment.