COLOR #B49E84

HEX: #B49E84
RGB: (180,158,132)

Color info

#B49E84 contains red, green and blue colors in about the same proportion. Web safe color of #B49E84 is #CC9999 (or #C99).

RGB color model

#B49E84 color RGB value is (180,158,132).

  • red value is 180;
  • green value is 158;
  • blue value is 132.
RGB:
(180,158,132)
(71%,62%,52%)

RGB channels and saturation

R 180 of 255 = 71%
G 158 of 255 = 62%
B 132 of 255 = 52%

180
158
132

R + G + B ~ 62%. #B49E84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 158 + 132 = 470 (100%)
R 180 of 470 ~ 38.3%
G 158 of 470 ~ 33.62%
B 132 of 470 ~ 28.09%

%38.3
%33.62
%28.09

CMYK color model

#B49E84 color CMYK value is (0,12,27,29).

  • cyan value is 0.00%
  • magenta value is 12.22%
  • yellow value is 26.67%
  • key color value is 29.41%
CMYK:
(0,12,27,29)
C0M12Y27K29 
(0%,12%,27%,29%)
(0.00/0.12/0.27/0.29)	

CMYK percentages

%0
%12.22
%26.67
%29.41

Codes

Color #B49E84 in popluar color models

B49E84
RGB180158132
HSL33°24.24%61.18%
HSB/HSV33°26.67%70.59%
CMYK0.00%12.22%26.67%
29.41%

Color #B49E84 in popluar number systems.

HEXB49E84
Decimal180158132
Binary101101001001111010000100
Octal264236204

Shades and tints

Shades of #B49E84

#B49E84
(180,158,132)
#A49078
(164,144,120)
#94826C
(148,130,108)
#847460
(132,116,96)
#746654
(116,102,84)
#645848
(100,88,72)
#544A3C
(84,74,60)
#443C30
(68,60,48)
#342E24
(52,46,36)
#242018
(36,32,24)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #B49E84

#B49E84
(180,158,132)
#BAA68F
(186,166,143)
#C0AE9A
(192,174,154)
#C6B6A5
(198,182,165)
#CCBEB0
(204,190,176)
#D2C6BB
(210,198,187)
#D8CEC6
(216,206,198)
#DED6D1
(222,214,209)
#E4DEDC
(228,222,220)
#EAE6E7
(234,230,231)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49E84 color. Also use rgb(180,158,132) instead hex code.

Text Font Color

.myTextColor { color: #B49E84; }

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

This text font color is #B49E84.


Background Color

.myBgColor { background-color: #B49E84; }

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

This div background color is #B49E84.


Border color

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

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

This div border color is #B49E84.


Opacity

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

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

Text with #B49E84 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 #B49E84;}

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

This text has shadow with #B49E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49E84 on black background.


Color preview on white background

This text has color #B49E84 on white background.



Black color preview on #B49E84 background

This text has black color on #B49E84 background.


White color preview on #B49E84 background

This text has white color on #B49E84 background.