COLOR #B49CA9

HEX: #B49CA9 RGB: (180,156,169)

Color info

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

RGB color model

#B49CA9 color RGB value is (180,156,169).

RGB: (180,156,169) (71%, 61%, 66%)

RGB channels and saturation

R 180 of 255 = 71%
G 156 of 255 = 61%
B 169 of 255 = 66%

180
156
169

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

Portions of RGB colors in percentages

R + G + B = 180 + 156 + 169 = 505 (100%)
R 180 of 505 ~ 35.64%
G 156 of 505 ~ 30.89%
B 169 of 505 ~ 33.47'%

%35.64
%30.89
%33.47

CMYK color model

#B49CA9 color CMYK value is (0,13,6,29).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 6.11%
  • key color value is 29.41%

CMYK: (0,13,6,29)
C0M13Y6K29 (0%, 13%, 6%, 29%)
(0.00 / 0.13 / 0.06 / 0.29)

CMYK percentages

%0
%13.33
%6.11
%29.41

Codes

Color #B49CA9 in popluar color models

B4 9C A9
RGB 180 156 169
HSL 328° 13.79% 65.88%
HSB/HSV 328° 13.33% 70.59%
CMYK 0.00% 13.33% 6.11%
29.41%

Color #B49CA9 in popluar number systems.

HEX B4 9C A9
Decimal 180 156 169
Binary 10110100 10011100 10101001
Octal 264 234 251

Shades and tints

Shades of #B49CA9

#B49CA9
(180,156,169)
#A48E9A
(164,142,154)
#94808B
(148,128,139)
#84727C
(132,114,124)
#74646D
(116,100,109)
#64565E
(100,86,94)
#54484F
(84,72,79)
#443A40
(68,58,64)
#342C31
(52,44,49)
#241E22
(36,30,34)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #B49CA9

#B49CA9
(180,156,169)
#BAA5B0
(186,165,176)
#C0AEB7
(192,174,183)
#C6B7BE
(198,183,190)
#CCC0C5
(204,192,197)
#D2C9CC
(210,201,204)
#D8D2D3
(216,210,211)
#DEDBDA
(222,219,218)
#E4E4E1
(228,228,225)
#EAEDE8
(234,237,232)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49CA9; }

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

This text font color is #B49CA9.

Background Color

.myBgColor { background-color: #B49CA9; }

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

This div background color is #B49CA9.

Border color

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

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

This div border color is #B49CA9.

Opacity

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

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

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

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

This text has shadow with #B49CA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49CA9.

Preview

Color preview on black background

This text has color #B49CA9 on black background.


Color preview on white background

This text has color #B49CA9 on white background.


Black color preview on #B49CA9 background

This text has black color on #B49CA9 background.


White color preview on #B49CA9 background

This text has white color on #B49CA9 background.


Related colors

Complementary color

Complementary color for #hex is #4B6356.


I love getcolorcode.com

Triadic colors

1 #A9B49C and #9CA9B4 with #B49CA9 are triadic colors.

2 #A99CB4 and #9CB4A9 with #B49CA9 are triadic colors.