COLOR #B49A99

HEX: #B49A99
RGB: (180,154,153)

Color info

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

RGB color model

#B49A99 color RGB value is (180,154,153).

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

RGB channels and saturation

R 180 of 255 = 71%
G 154 of 255 = 60%
B 153 of 255 = 60%

180
154
153

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

Portions of RGB colors in percentages

R + G + B =
180 + 154 + 153 = 487 (100%)
R 180 of 487 ~ 36.96%
G 154 of 487 ~ 31.62%
B 153 of 487 ~ 31.42%

%36.96
%31.62
%31.42

CMYK color model

#B49A99 color CMYK value is (0,14,15,29).

  • cyan value is 0.00%
  • magenta value is 14.44%
  • yellow value is 15.00%
  • key color value is 29.41%
CMYK:
(0,14,15,29)
C0M14Y15K29 
(0%,14%,15%,29%)
(0.00/0.14/0.15/0.29)	

CMYK percentages

%0
%14.44
%15
%29.41

Codes

Color #B49A99 in popluar color models

B49A99
RGB180154153
HSL15.25%65.29%
HSB/HSV15.00%70.59%
CMYK0.00%14.44%15.00%
29.41%

Color #B49A99 in popluar number systems.

HEXB49A99
Decimal180154153
Binary101101001001101010011001
Octal264232231

Shades and tints

Shades of #B49A99

#B49A99
(180,154,153)
#A48C8C
(164,140,140)
#947E7F
(148,126,127)
#847072
(132,112,114)
#746265
(116,98,101)
#645458
(100,84,88)
#54464B
(84,70,75)
#44383E
(68,56,62)
#342A31
(52,42,49)
#241C24
(36,28,36)
#140E17
(20,14,23)
#000000
(0,0,0)

Tints of #B49A99

#B49A99
(180,154,153)
#BAA3A2
(186,163,162)
#C0ACAB
(192,172,171)
#C6B5B4
(198,181,180)
#CCBEBD
(204,190,189)
#D2C7C6
(210,199,198)
#D8D0CF
(216,208,207)
#DED9D8
(222,217,216)
#E4E2E1
(228,226,225)
#EAEBEA
(234,235,234)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49A99; }

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

This text font color is #B49A99.


Background Color

.myBgColor { background-color: #B49A99; }

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

This div background color is #B49A99.


Border color

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

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

This div border color is #B49A99.


Opacity

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

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

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

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

This text has shadow with #B49A99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49A99 on black background.


Color preview on white background

This text has color #B49A99 on white background.



Black color preview on #B49A99 background

This text has black color on #B49A99 background.


White color preview on #B49A99 background

This text has white color on #B49A99 background.