COLOR #B49F8C

HEX: #B49F8C
RGB: (180,159,140)

Color info

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

RGB color model

#B49F8C color RGB value is (180,159,140).

  • red value is 180;
  • green value is 159;
  • blue value is 140.
RGB: (180,159,140) (71%,62%,55%)

RGB channels and saturation

R 180 of 255 = 71%
G 159 of 255 = 62%
B 140 of 255 = 55%

180
159
140

R + G + B ~ 63%. #B49F8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 159 + 140 = 479 (100%)
R 180 of 479 ~ 37.58%
G 159 of 479 ~ 33.19%
B 140 of 479 ~ 29.23%

%37.58
%33.19
%29.23

CMYK color model

#B49F8C color CMYK value is (0,12,22,29).

  • cyan value is 0.00%
  • magenta value is 11.67%
  • yellow value is 22.22%
  • key color value is 29.41%
CMYK: (0,12,22,29) C0M12Y22K29 (0%,12%,22%,29%) (0.00/0.12/0.22/0.29)

CMYK percentages

%0
%11.67
%22.22
%29.41

Codes

Color #B49F8C in popluar color models

B49F8C
RGB180159140
HSL29°21.05%62.75%
HSB/HSV29°22.22%70.59%
CMYK0.00%11.67%22.22%
29.41%

Color #B49F8C in popluar number systems.

HEXB49F8C
Decimal180159140
Binary101101001001111110001100
Octal264237214

Shades and tints

Shades of #B49F8C

#B49F8C
(180,159,140)
#A49180
(164,145,128)
#948374
(148,131,116)
#847568
(132,117,104)
#74675C
(116,103,92)
#645950
(100,89,80)
#544B44
(84,75,68)
#443D38
(68,61,56)
#342F2C
(52,47,44)
#242120
(36,33,32)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #B49F8C

#B49F8C
(180,159,140)
#BAA796
(186,167,150)
#C0AFA0
(192,175,160)
#C6B7AA
(198,183,170)
#CCBFB4
(204,191,180)
#D2C7BE
(210,199,190)
#D8CFC8
(216,207,200)
#DED7D2
(222,215,210)
#E4DFDC
(228,223,220)
#EAE7E6
(234,231,230)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49F8C color. Also use rgb(180,159,140) instead hex code.

Text Font Color

.myTextColor { color: #B49F8C; }

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

This text font color is #B49F8C.


Background Color

.myBgColor { background-color: #B49F8C; }

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

This div background color is #B49F8C.


Border color

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

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

This div border color is #B49F8C.


Opacity

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

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

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

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

This text has shadow with #B49F8C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B49F8C on black background.


Color preview on white background

This text has color #B49F8C on white background.



Black color preview on #B49F8C background

This text has black color on #B49F8C background.


White color preview on #B49F8C background

This text has white color on #B49F8C background.