COLOR #B49573

HEX: #B49573
RGB: (180,149,115)

Color info

#B49573 contains mainly red and green colors. Web safe color of #B49573 is #CC9966 (or #C96).

RGB color model

#B49573 color RGB value is (180,149,115).

  • red value is 180;
  • green value is 149;
  • blue value is 115.
RGB:
(180,149,115)
(71%,58%,45%)

RGB channels and saturation

R 180 of 255 = 71%
G 149 of 255 = 58%
B 115 of 255 = 45%

180
149
115

R + G + B ~ 58%. #B49573 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
180 + 149 + 115 = 444 (100%)
R 180 of 444 ~ 40.54%
G 149 of 444 ~ 33.56%
B 115 of 444 ~ 25.9%

%40.54
%33.56
%25.9

CMYK color model

#B49573 color CMYK value is (0,17,36,29).

  • cyan value is 0.00%
  • magenta value is 17.22%
  • yellow value is 36.11%
  • key color value is 29.41%
CMYK:
(0,17,36,29)
C0M17Y36K29 
(0%,17%,36%,29%)
(0.00/0.17/0.36/0.29)	

CMYK percentages

%0
%17.22
%36.11
%29.41

Codes

Color #B49573 in popluar color models

B49573
RGB180149115
HSL31°30.23%57.84%
HSB/HSV31°36.11%70.59%
CMYK0.00%17.22%36.11%
29.41%

Color #B49573 in popluar number systems.

HEXB49573
Decimal180149115
Binary10110100100101011110011
Octal264225163

Shades and tints

Shades of #B49573

#B49573
(180,149,115)
#A48869
(164,136,105)
#947B5F
(148,123,95)
#846E55
(132,110,85)
#74614B
(116,97,75)
#645441
(100,84,65)
#544737
(84,71,55)
#443A2D
(68,58,45)
#342D23
(52,45,35)
#242019
(36,32,25)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #B49573

#B49573
(180,149,115)
#BA9E7F
(186,158,127)
#C0A78B
(192,167,139)
#C6B097
(198,176,151)
#CCB9A3
(204,185,163)
#D2C2AF
(210,194,175)
#D8CBBB
(216,203,187)
#DED4C7
(222,212,199)
#E4DDD3
(228,221,211)
#EAE6DF
(234,230,223)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49573 color. Also use rgb(180,149,115) instead hex code.

Text Font Color

.myTextColor { color: #B49573; }

<p style="color:#B49573">This sample text font color is #B49573.</p>

This text font color is #B49573.


Background Color

.myBgColor { background-color: #B49573; }

<div style="background-color:#B49573">Inner text</div>

This div background color is #B49573.


Border color

.myBorderColor { border: 1px solid #B49573; }

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

This div border color is #B49573.


Opacity

.myOpacity80 { color: #B49573; opacity: 0.8; }

<p style="color:#B49573;opacity:0.8;">80%</p>

Text with #B49573 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B49573;}

<p style="text-shadow: 3px 3px 1px #B49573">Text here.</p>

This text has shadow with #B49573 color.

.textShadow {text-shadow: 3px 3px 1px #B49573, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B49573, 5px 5px 20px red">Text here.</p>

This text has shadow with #B49573 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B49573, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B49573, Direction=45, Strength=4)">Text</p>

This text has shadow with #B49573 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B49573;
  -webkit-box-shadow:	1px 1px 3px 2px #B49573;
  box-shadow:		1px 1px 3px 2px #B49573;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B49573;
-webkit-box-shadow: 1px 1px 3px 2px #B49573;
box-shadow:1px 1px 3px 2px #B49573;">
Div content here</div>
This div box has shadow with color #B49573.

Preview

Color preview on black background

This text has color #B49573 on black background.


Color preview on white background

This text has color #B49573 on white background.



Black color preview on #B49573 background

This text has black color on #B49573 background.


White color preview on #B49573 background

This text has white color on #B49573 background.