COLOR #B49CC0

HEX: #B49CC0 RGB: (180,156,192)

Color info

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

RGB color model

#B49CC0 color RGB value is (180,156,192).

RGB: (180,156,192) (71%, 61%, 75%)

RGB channels and saturation

R 180 of 255 = 71%
G 156 of 255 = 61%
B 192 of 255 = 75%

180
156
192

R + G + B ~ 69%. #B49CC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 156 + 192 = 528 (100%)
R 180 of 528 ~ 34.09%
G 156 of 528 ~ 29.55%
B 192 of 528 ~ 36.36'%

%34.09
%29.55
%36.36

CMYK color model

#B49CC0 color CMYK value is (6,19,0,25).

  • cyan value is 6.25%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (6,19,0,25)
C6M19Y0K25 (6%, 19%, 0%, 25%)
(0.06 / 0.19 / 0.00 / 0.25)

CMYK percentages

%6.25
%18.75
%0
%24.71

Codes

Color #B49CC0 in popluar color models

B4 9C C0
RGB 180 156 192
HSL 280° 22.22% 68.24%
HSB/HSV 280° 18.75% 75.29%
CMYK 6.25% 18.75% 0.00%
24.71%

Color #B49CC0 in popluar number systems.

HEX B4 9C C0
Decimal 180 156 192
Binary 10110100 10011100 11000000
Octal 264 234 300

Shades and tints

Shades of #B49CC0

#B49CC0
(180,156,192)
#A48EAF
(164,142,175)
#94809E
(148,128,158)
#84728D
(132,114,141)
#74647C
(116,100,124)
#64566B
(100,86,107)
#54485A
(84,72,90)
#443A49
(68,58,73)
#342C38
(52,44,56)
#241E27
(36,30,39)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #B49CC0

#B49CC0
(180,156,192)
#BAA5C5
(186,165,197)
#C0AECA
(192,174,202)
#C6B7CF
(198,183,207)
#CCC0D4
(204,192,212)
#D2C9D9
(210,201,217)
#D8D2DE
(216,210,222)
#DEDBE3
(222,219,227)
#E4E4E8
(228,228,232)
#EAEDED
(234,237,237)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49CC0; }

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

This text font color is #B49CC0.

Background Color

.myBgColor { background-color: #B49CC0; }

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

This div background color is #B49CC0.

Border color

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

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

This div border color is #B49CC0.

Opacity

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

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

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

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

This text has shadow with #B49CC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49CC0.

Preview

Color preview on black background

This text has color #B49CC0 on black background.


Color preview on white background

This text has color #B49CC0 on white background.


Black color preview on #B49CC0 background

This text has black color on #B49CC0 background.


White color preview on #B49CC0 background

This text has white color on #B49CC0 background.


Related colors

Complementary color

Complementary color for #hex is #4B633F.


I love getcolorcode.com

Triadic colors

1 #C0B49C and #9CC0B4 with #B49CC0 are triadic colors.

2 #C09CB4 and #9CB4C0 with #B49CC0 are triadic colors.