COLOR #B49AAA

HEX: #B49AAA
RGB: (180,154,170)

Color info

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

RGB color model

#B49AAA color RGB value is (180,154,170).

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

RGB channels and saturation

R 180 of 255 = 71%
G 154 of 255 = 60%
B 170 of 255 = 67%

180
154
170

R + G + B ~ 66%. #B49AAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 154 + 170 = 504 (100%)
R 180 of 504 ~ 35.71%
G 154 of 504 ~ 30.56%
B 170 of 504 ~ 33.73%

%35.71
%30.56
%33.73

CMYK color model

#B49AAA color CMYK value is (0,14,6,29).

  • cyan value is 0.00%
  • magenta value is 14.44%
  • yellow value is 5.56%
  • key color value is 29.41%
CMYK:
(0,14,6,29)
C0M14Y6K29 
(0%,14%,6%,29%)
(0.00/0.14/0.06/0.29)	

CMYK percentages

%0
%14.44
%5.56
%29.41

Codes

Color #B49AAA in popluar color models

B49AAA
RGB180154170
HSL323°14.77%65.49%
HSB/HSV323°14.44%70.59%
CMYK0.00%14.44%5.56%
29.41%

Color #B49AAA in popluar number systems.

HEXB49AAA
Decimal180154170
Binary101101001001101010101010
Octal264232252

Shades and tints

Shades of #B49AAA

#B49AAA
(180,154,170)
#A48C9B
(164,140,155)
#947E8C
(148,126,140)
#84707D
(132,112,125)
#74626E
(116,98,110)
#64545F
(100,84,95)
#544650
(84,70,80)
#443841
(68,56,65)
#342A32
(52,42,50)
#241C23
(36,28,35)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #B49AAA

#B49AAA
(180,154,170)
#BAA3B1
(186,163,177)
#C0ACB8
(192,172,184)
#C6B5BF
(198,181,191)
#CCBEC6
(204,190,198)
#D2C7CD
(210,199,205)
#D8D0D4
(216,208,212)
#DED9DB
(222,217,219)
#E4E2E2
(228,226,226)
#EAEBE9
(234,235,233)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49AAA; }

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

This text font color is #B49AAA.


Background Color

.myBgColor { background-color: #B49AAA; }

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

This div background color is #B49AAA.


Border color

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

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

This div border color is #B49AAA.


Opacity

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

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

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

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

This text has shadow with #B49AAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49AAA on black background.


Color preview on white background

This text has color #B49AAA on white background.



Black color preview on #B49AAA background

This text has black color on #B49AAA background.


White color preview on #B49AAA background

This text has white color on #B49AAA background.