Hex #b49976 Color

#b49976
equivalent to

RGB

(180, 153, 118)

Details of #b49976

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
180
33.4836
0.09
0.00
64.7985
33.7938
34°
58.1324
153
33.7938
0.29
0.15
4.8605
0.3755
34°
1.0826
118
21.8976
0.58
0.34   0.29
22.1309
0.3790
71°
18.3663

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10110100
264
180
B4
Green
10011001
231
153
99
Blue
1110110
166
118
76

RGB in % of #b49976

%39.91
%33.92
%26.16

CMYK in % of #b49976

%0
%15
%34
%29

Triads of color #b49976

#b49976 #9976b4 #76b476

Similar Colors to #b49976

#b49976 #b47a76 #b0b476

Preview Color #b49976 on black ground

#b49976 is very interesting for text.

Preview Color #b49976 on white ground

#b49976 is very interesting for text.

CSS Codes #b49976 color

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

Text Font Color #b49976

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

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


Background Color #b49976

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

This div background color is #b49976


Border Color #b49976

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

The color of this border is #b49976


Examples Css3

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

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #b49976