COLOR #B49CB8

HEX: #B49CB8 RGB: (180,156,184)

Color info

#B49CB8 contains red, green and blue colors in about the same proportion. Web safe color of #B49CB8 is #CC99CC (or #C9C).

RGB color model

#B49CB8 color RGB value is (180,156,184).

RGB: (180,156,184) (71%, 61%, 72%)

RGB channels and saturation

R 180 of 255 = 71%
G 156 of 255 = 61%
B 184 of 255 = 72%

180
156
184

R + G + B ~ 68%. #B49CB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 156 + 184 = 520 (100%)
R 180 of 520 ~ 34.62%
G 156 of 520 ~ 30%
B 184 of 520 ~ 35.38'%

%34.62
%30
%35.38

CMYK color model

#B49CB8 color CMYK value is (2,15,0,28).

  • cyan value is 2.17%
  • magenta value is 15.22%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK: (2,15,0,28) C2M15Y0K28 (2%,15%,0%,28%) (0.02/0.15/0.00/0.28) 

CMYK percentages

%2.17
%15.22
%0
%27.84

Codes

Color #B49CB8 in popluar color models

B4 9C B8
RGB 180 156 184
HSL 291° 16.47% 66.67%
HSB/HSV 291° 15.22% 72.16%
CMYK 2.17% 15.22% 0.00%
27.84%

Color #B49CB8 in popluar number systems.

HEX B4 9C B8
Decimal 180 156 184
Binary 10110100 10011100 10111000
Octal 264 234 270

Shades and tints

Shades of #B49CB8

#B49CB8
(180,156,184)
#A48EA8
(164,142,168)
#948098
(148,128,152)
#847288
(132,114,136)
#746478
(116,100,120)
#645668
(100,86,104)
#544858
(84,72,88)
#443A48
(68,58,72)
#342C38
(52,44,56)
#241E28
(36,30,40)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #B49CB8

#B49CB8
(180,156,184)
#BAA5BE
(186,165,190)
#C0AEC4
(192,174,196)
#C6B7CA
(198,183,202)
#CCC0D0
(204,192,208)
#D2C9D6
(210,201,214)
#D8D2DC
(216,210,220)
#DEDBE2
(222,219,226)
#E4E4E8
(228,228,232)
#EAEDEE
(234,237,238)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49CB8; }

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

This text font color is #B49CB8.

Background Color

.myBgColor { background-color: #B49CB8; }

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

This div background color is #B49CB8.

Border color

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

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

This div border color is #B49CB8.

Opacity

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

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

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

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

This text has shadow with #B49CB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49CB8.

Preview

Color preview on black background

This text has color #B49CB8 on black background.


Color preview on white background

This text has color #B49CB8 on white background.


Black color preview on #B49CB8 background

This text has black color on #B49CB8 background.


White color preview on #B49CB8 background

This text has white color on #B49CB8 background.


Related colors

Complementary color

Complementary color for #hex is #4B6347.


I love getcolorcode.com

Triadic colors

1 #B8B49C and #9CB8B4 with #B49CB8 are triadic colors.

2 #B89CB4 and #9CB4B8 with #B49CB8 are triadic colors.