COLOR #B49CBF

HEX: #B49CBF RGB: (180,156,191)

Color info

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

RGB color model

#B49CBF color RGB value is (180,156,191).

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

RGB channels and saturation

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

180
156
191

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

Portions of RGB colors in percentages

R + G + B = 180 + 156 + 191 = 527 (100%)
R 180 of 527 ~ 34.16%
G 156 of 527 ~ 29.6%
B 191 of 527 ~ 36.24'%

%34.16
%29.6
%36.24

CMYK color model

#B49CBF color CMYK value is (6,18,0,25).

  • cyan value is 5.76%
  • magenta value is 18.32%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (6,18,0,25) C6M18Y0K25 (6%,18%,0%,25%) (0.06/0.18/0.00/0.25) 

CMYK percentages

%5.76
%18.32
%0
%25.1

Codes

Color #B49CBF in popluar color models

B4 9C BF
RGB 180 156 191
HSL 281° 21.47% 68.04%
HSB/HSV 281° 18.32% 74.90%
CMYK 5.76% 18.32% 0.00%
25.10%

Color #B49CBF in popluar number systems.

HEX B4 9C BF
Decimal 180 156 191
Binary 10110100 10011100 10111111
Octal 264 234 277

Shades and tints

Shades of #B49CBF

#B49CBF
(180,156,191)
#A48EAE
(164,142,174)
#94809D
(148,128,157)
#84728C
(132,114,140)
#74647B
(116,100,123)
#64566A
(100,86,106)
#544859
(84,72,89)
#443A48
(68,58,72)
#342C37
(52,44,55)
#241E26
(36,30,38)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #B49CBF

#B49CBF
(180,156,191)
#BAA5C4
(186,165,196)
#C0AEC9
(192,174,201)
#C6B7CE
(198,183,206)
#CCC0D3
(204,192,211)
#D2C9D8
(210,201,216)
#D8D2DD
(216,210,221)
#DEDBE2
(222,219,226)
#E4E4E7
(228,228,231)
#EAEDEC
(234,237,236)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49CBF; }

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

This text font color is #B49CBF.

Background Color

.myBgColor { background-color: #B49CBF; }

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

This div background color is #B49CBF.

Border color

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

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

This div border color is #B49CBF.

Opacity

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

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

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

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

This text has shadow with #B49CBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49CBF.

Preview

Color preview on black background

This text has color #B49CBF on black background.


Color preview on white background

This text has color #B49CBF on white background.


Black color preview on #B49CBF background

This text has black color on #B49CBF background.


White color preview on #B49CBF background

This text has white color on #B49CBF background.


Related colors

Complementary color

Complementary color for #hex is #4B6340.


I love getcolorcode.com

Triadic colors

1 #BFB49C and #9CBFB4 with #B49CBF are triadic colors.

2 #BF9CB4 and #9CB4BF with #B49CBF are triadic colors.