COLOR #B49F9F

HEX: #B49F9F
RGB: (180,159,159)

Color info

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

RGB color model

#B49F9F color RGB value is (180,159,159).

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

RGB channels and saturation

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

180
159
159

R + G + B ~ 65%. #B49F9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 159 + 159 = 498 (100%)
R 180 of 498 ~ 36.14%
G 159 of 498 ~ 31.93%
B 159 of 498 ~ 31.93%

%36.14
%31.93
%31.93

CMYK color model

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

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

CMYK percentages

%0
%11.67
%11.67
%29.41

Codes

Color #B49F9F in popluar color models

B49F9F
RGB180159159
HSL12.28%66.47%
HSB/HSV11.67%70.59%
CMYK0.00%11.67%11.67%
29.41%

Color #B49F9F in popluar number systems.

HEXB49F9F
Decimal180159159
Binary101101001001111110011111
Octal264237237

Shades and tints

Shades of #B49F9F

#B49F9F
(180,159,159)
#A49191
(164,145,145)
#948383
(148,131,131)
#847575
(132,117,117)
#746767
(116,103,103)
#645959
(100,89,89)
#544B4B
(84,75,75)
#443D3D
(68,61,61)
#342F2F
(52,47,47)
#242121
(36,33,33)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #B49F9F

#B49F9F
(180,159,159)
#BAA7A7
(186,167,167)
#C0AFAF
(192,175,175)
#C6B7B7
(198,183,183)
#CCBFBF
(204,191,191)
#D2C7C7
(210,199,199)
#D8CFCF
(216,207,207)
#DED7D7
(222,215,215)
#E4DFDF
(228,223,223)
#EAE7E7
(234,231,231)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49F9F; }

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

This text font color is #B49F9F.


Background Color

.myBgColor { background-color: #B49F9F; }

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

This div background color is #B49F9F.


Border color

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

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

This div border color is #B49F9F.


Opacity

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

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

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

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

This text has shadow with #B49F9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49F9F on black background.


Color preview on white background

This text has color #B49F9F on white background.



Black color preview on #B49F9F background

This text has black color on #B49F9F background.


White color preview on #B49F9F background

This text has white color on #B49F9F background.