COLOR #B49AA3

HEX: #B49AA3 RGB: (180,154,163)

Color info

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

RGB color model

#B49AA3 color RGB value is (180,154,163).

RGB: (180,154,163) (71%, 60%, 64%)

RGB channels and saturation

R 180 of 255 = 71%
G 154 of 255 = 60%
B 163 of 255 = 64%

180
154
163

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

Portions of RGB colors in percentages

R + G + B = 180 + 154 + 163 = 497 (100%)
R 180 of 497 ~ 36.22%
G 154 of 497 ~ 30.99%
B 163 of 497 ~ 32.8'%

%36.22
%30.99
%32.8

CMYK color model

#B49AA3 color CMYK value is (0,14,9,29).

  • cyan value is 0.00%
  • magenta value is 14.44%
  • yellow value is 9.44%
  • key color value is 29.41%

CMYK: (0,14,9,29)
C0M14Y9K29 (0%, 14%, 9%, 29%)
(0.00 / 0.14 / 0.09 / 0.29)

CMYK percentages

%0
%14.44
%9.44
%29.41

Codes

Color #B49AA3 in popluar color models

B4 9A A3
RGB 180 154 163
HSL 339° 14.77% 65.49%
HSB/HSV 339° 14.44% 70.59%
CMYK 0.00% 14.44% 9.44%
29.41%

Color #B49AA3 in popluar number systems.

HEX B4 9A A3
Decimal 180 154 163
Binary 10110100 10011010 10100011
Octal 264 232 243

Shades and tints

Shades of #B49AA3

#B49AA3
(180,154,163)
#A48C95
(164,140,149)
#947E87
(148,126,135)
#847079
(132,112,121)
#74626B
(116,98,107)
#64545D
(100,84,93)
#54464F
(84,70,79)
#443841
(68,56,65)
#342A33
(52,42,51)
#241C25
(36,28,37)
#140E17
(20,14,23)
#000000
(0,0,0)

Tints of #B49AA3

#B49AA3
(180,154,163)
#BAA3AB
(186,163,171)
#C0ACB3
(192,172,179)
#C6B5BB
(198,181,187)
#CCBEC3
(204,190,195)
#D2C7CB
(210,199,203)
#D8D0D3
(216,208,211)
#DED9DB
(222,217,219)
#E4E2E3
(228,226,227)
#EAEBEB
(234,235,235)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49AA3; }

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

This text font color is #B49AA3.

Background Color

.myBgColor { background-color: #B49AA3; }

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

This div background color is #B49AA3.

Border color

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

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

This div border color is #B49AA3.

Opacity

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

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

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

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

This text has shadow with #B49AA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49AA3.

Preview

Color preview on black background

This text has color #B49AA3 on black background.


Color preview on white background

This text has color #B49AA3 on white background.


Black color preview on #B49AA3 background

This text has black color on #B49AA3 background.


White color preview on #B49AA3 background

This text has white color on #B49AA3 background.


Related colors

Complementary color

Complementary color for #hex is #4B655C.


I love getcolorcode.com

Triadic colors

1 #A3B49A and #9AA3B4 with #B49AA3 are triadic colors.

2 #A39AB4 and #9AB4A3 with #B49AA3 are triadic colors.