COLOR #B49CAC

HEX: #B49CAC RGB: (180,156,172)

Color info

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

RGB color model

#B49CAC color RGB value is (180,156,172).

RGB: (180,156,172) (71%, 61%, 67%)

RGB channels and saturation

R 180 of 255 = 71%
G 156 of 255 = 61%
B 172 of 255 = 67%

180
156
172

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

Portions of RGB colors in percentages

R + G + B = 180 + 156 + 172 = 508 (100%)
R 180 of 508 ~ 35.43%
G 156 of 508 ~ 30.71%
B 172 of 508 ~ 33.86'%

%35.43
%30.71
%33.86

CMYK color model

#B49CAC color CMYK value is (0,13,4,29).

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

CMYK: (0,13,4,29)
C0M13Y4K29 (0%, 13%, 4%, 29%)
(0.00 / 0.13 / 0.04 / 0.29)

CMYK percentages

%0
%13.33
%4.44
%29.41

Codes

Color #B49CAC in popluar color models

B4 9C AC
RGB 180 156 172
HSL 320° 13.79% 65.88%
HSB/HSV 320° 13.33% 70.59%
CMYK 0.00% 13.33% 4.44%
29.41%

Color #B49CAC in popluar number systems.

HEX B4 9C AC
Decimal 180 156 172
Binary 10110100 10011100 10101100
Octal 264 234 254

Shades and tints

Shades of #B49CAC

#B49CAC
(180,156,172)
#A48E9D
(164,142,157)
#94808E
(148,128,142)
#84727F
(132,114,127)
#746470
(116,100,112)
#645661
(100,86,97)
#544852
(84,72,82)
#443A43
(68,58,67)
#342C34
(52,44,52)
#241E25
(36,30,37)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #B49CAC

#B49CAC
(180,156,172)
#BAA5B3
(186,165,179)
#C0AEBA
(192,174,186)
#C6B7C1
(198,183,193)
#CCC0C8
(204,192,200)
#D2C9CF
(210,201,207)
#D8D2D6
(216,210,214)
#DEDBDD
(222,219,221)
#E4E4E4
(228,228,228)
#EAEDEB
(234,237,235)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49CAC; }

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

This text font color is #B49CAC.

Background Color

.myBgColor { background-color: #B49CAC; }

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

This div background color is #B49CAC.

Border color

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

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

This div border color is #B49CAC.

Opacity

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

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

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

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

This text has shadow with #B49CAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49CAC.

Preview

Color preview on black background

This text has color #B49CAC on black background.


Color preview on white background

This text has color #B49CAC on white background.


Black color preview on #B49CAC background

This text has black color on #B49CAC background.


White color preview on #B49CAC background

This text has white color on #B49CAC background.


Related colors

Complementary color

Complementary color for #hex is #4B6353.


I love getcolorcode.com

Triadic colors

1 #ACB49C and #9CACB4 with #B49CAC are triadic colors.

2 #AC9CB4 and #9CB4AC with #B49CAC are triadic colors.