Color Hex Logo

#b49857 Color Hex

#B49857
(180,152,87)
0 Favorites   0 Comments

Color spaces of #b49857

RGB 18015287
HSL0.120.380.52
HSV42°52°71°
CMYK 0.000.160.52   0.29
XYZ31.770932.847913.6826
Yxy32.84790.40580.4195
Hunter Lab57.3131-1.348325.9646
CIE-Lab64.03762.013937.8192

#b49857 color RGB value is (180,152,87).

#b49857 hex color red value is 180, green value is 152 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #b49857 hue: 0.12 , saturation: 0.38 and the lightness value of b49857 is 0.52.

The process color (four color CMYK) of #b49857 color hex is 0.00, 0.16, 0.52, 0.29. Web safe color of #b49857 is #cc9966. Color #b49857 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011000 01010111
Octal 264 230 127
Decimal 180 152 87
Hex B4 98 57

RGB Percentages of Color #b49857

%42.96
%36.28
%20.76

CMYK Percentages of Color #b49857

%0
%16
%52
%29

Triadic Colors of #b49857

#b49857 #57b498 #9857b4

Analogous Colors of #b49857

#b49857 #a2b457 #b46a57

Monochromatic Colors of #b49857

#b49857

Complementary Color

#b49857 #5773b4

#b49857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49857 Color CSS Codes

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

#b49857 Text Font Color

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

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


#b49857 Background Color

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

This div background color is #b49857


#b49857 Border Color

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

This div border color is #b49857


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,152,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b49857; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b49857;
  -webkit-box-shadow: 1px 1px 3px 2px #b49857;
  box-shadow:         1px 1px 3px 2px #b49857; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,152,87, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49857


Comments

No comments written yet.

Please login to write comment.