COLOR #B49FBE

HEX: #B49FBE RGB: (180,159,190)

Color info

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

RGB color model

#B49FBE color RGB value is (180,159,190).

RGB: (180,159,190) (71%, 62%, 75%)

RGB channels and saturation

R 180 of 255 = 71%
G 159 of 255 = 62%
B 190 of 255 = 75%

180
159
190

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

Portions of RGB colors in percentages

R + G + B = 180 + 159 + 190 = 529 (100%)
R 180 of 529 ~ 34.03%
G 159 of 529 ~ 30.06%
B 190 of 529 ~ 35.92'%

%34.03
%30.06
%35.92

CMYK color model

#B49FBE color CMYK value is (5,16,0,25).

  • cyan value is 5.26%
  • magenta value is 16.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (5,16,0,25) C5M16Y0K25 (5%,16%,0%,25%) (0.05/0.16/0.00/0.25) 

CMYK percentages

%5.26
%16.32
%0
%25.49

Codes

Color #B49FBE in popluar color models

B4 9F BE
RGB 180 159 190
HSL 281° 19.25% 68.43%
HSB/HSV 281° 16.32% 74.51%
CMYK 5.26% 16.32% 0.00%
25.49%

Color #B49FBE in popluar number systems.

HEX B4 9F BE
Decimal 180 159 190
Binary 10110100 10011111 10111110
Octal 264 237 276

Shades and tints

Shades of #B49FBE

#B49FBE
(180,159,190)
#A491AD
(164,145,173)
#94839C
(148,131,156)
#84758B
(132,117,139)
#74677A
(116,103,122)
#645969
(100,89,105)
#544B58
(84,75,88)
#443D47
(68,61,71)
#342F36
(52,47,54)
#242125
(36,33,37)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #B49FBE

#B49FBE
(180,159,190)
#BAA7C3
(186,167,195)
#C0AFC8
(192,175,200)
#C6B7CD
(198,183,205)
#CCBFD2
(204,191,210)
#D2C7D7
(210,199,215)
#D8CFDC
(216,207,220)
#DED7E1
(222,215,225)
#E4DFE6
(228,223,230)
#EAE7EB
(234,231,235)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49FBE color. Also use rgb(180,159,190) instead hex code.

Text Font Color

.myTextColor { color: #B49FBE; }

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

This text font color is #B49FBE.

Background Color

.myBgColor { background-color: #B49FBE; }

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

This div background color is #B49FBE.

Border color

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

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

This div border color is #B49FBE.

Opacity

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

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

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

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

This text has shadow with #B49FBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49FBE.

Preview

Color preview on black background

This text has color #B49FBE on black background.


Color preview on white background

This text has color #B49FBE on white background.


Black color preview on #B49FBE background

This text has black color on #B49FBE background.


White color preview on #B49FBE background

This text has white color on #B49FBE background.


Related colors

Complementary color

Complementary color for #hex is #4B6041.


I love getcolorcode.com

Triadic colors

1 #BEB49F and #9FBEB4 with #B49FBE are triadic colors.

2 #BE9FB4 and #9FB4BE with #B49FBE are triadic colors.