COLOR #B49A9F

HEX: #B49A9F
RGB: (180,154,159)

Color info

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

RGB color model

#B49A9F color RGB value is (180,154,159).

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

RGB channels and saturation

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

180
154
159

R + G + B ~ 64%. #B49A9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 154 + 159 = 493 (100%)
R 180 of 493 ~ 36.51%
G 154 of 493 ~ 31.24%
B 159 of 493 ~ 32.25%

%36.51
%31.24
%32.25

CMYK color model

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

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

CMYK percentages

%0
%14.44
%11.67
%29.41

Codes

Color #B49A9F in popluar color models

B49A9F
RGB180154159
HSL348°14.77%65.49%
HSB/HSV348°14.44%70.59%
CMYK0.00%14.44%11.67%
29.41%

Color #B49A9F in popluar number systems.

HEXB49A9F
Decimal180154159
Binary101101001001101010011111
Octal264232237

Shades and tints

Shades of #B49A9F

#B49A9F
(180,154,159)
#A48C91
(164,140,145)
#947E83
(148,126,131)
#847075
(132,112,117)
#746267
(116,98,103)
#645459
(100,84,89)
#54464B
(84,70,75)
#44383D
(68,56,61)
#342A2F
(52,42,47)
#241C21
(36,28,33)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #B49A9F

#B49A9F
(180,154,159)
#BAA3A7
(186,163,167)
#C0ACAF
(192,172,175)
#C6B5B7
(198,181,183)
#CCBEBF
(204,190,191)
#D2C7C7
(210,199,199)
#D8D0CF
(216,208,207)
#DED9D7
(222,217,215)
#E4E2DF
(228,226,223)
#EAEBE7
(234,235,231)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49A9F; }

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

This text font color is #B49A9F.


Background Color

.myBgColor { background-color: #B49A9F; }

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

This div background color is #B49A9F.


Border color

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

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

This div border color is #B49A9F.


Opacity

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

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

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

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

This text has shadow with #B49A9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49A9F on black background.


Color preview on white background

This text has color #B49A9F on white background.



Black color preview on #B49A9F background

This text has black color on #B49A9F background.


White color preview on #B49A9F background

This text has white color on #B49A9F background.