COLOR #B9839D

HEX: #B9839D RGB: (185,131,157)

Color info

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

RGB color model

#B9839D color RGB value is (185,131,157).

RGB: (185,131,157) (73%, 51%, 62%)

RGB channels and saturation

R 185 of 255 = 73%
G 131 of 255 = 51%
B 157 of 255 = 62%

185
131
157

R + G + B ~ 62%. #B9839D is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 131 + 157 = 473 (100%)
R 185 of 473 ~ 39.11%
G 131 of 473 ~ 27.7%
B 157 of 473 ~ 33.19'%

%39.11
%27.7
%33.19

CMYK color model

#B9839D color CMYK value is (0,29,15,27).

  • cyan value is 0.00%
  • magenta value is 29.19%
  • yellow value is 15.14%
  • key color value is 27.45%

CMYK: (0,29,15,27)
C0M29Y15K27 (0%, 29%, 15%, 27%)
(0.00 / 0.29 / 0.15 / 0.27)

CMYK percentages

%0
%29.19
%15.14
%27.45

Codes

Color #B9839D in popluar color models

B9 83 9D
RGB 185 131 157
HSL 331° 27.84% 61.96%
HSB/HSV 331° 29.19% 72.55%
CMYK 0.00% 29.19% 15.14%
27.45%

Color #B9839D in popluar number systems.

HEX B9 83 9D
Decimal 185 131 157
Binary 10111001 10000011 10011101
Octal 271 203 235

Shades and tints

Shades of #B9839D

#B9839D
(185,131,157)
#A9788F
(169,120,143)
#996D81
(153,109,129)
#896273
(137,98,115)
#795765
(121,87,101)
#694C57
(105,76,87)
#594149
(89,65,73)
#49363B
(73,54,59)
#392B2D
(57,43,45)
#29201F
(41,32,31)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #B9839D

#B9839D
(185,131,157)
#BF8EA5
(191,142,165)
#C599AD
(197,153,173)
#CBA4B5
(203,164,181)
#D1AFBD
(209,175,189)
#D7BAC5
(215,186,197)
#DDC5CD
(221,197,205)
#E3D0D5
(227,208,213)
#E9DBDD
(233,219,221)
#EFE6E5
(239,230,229)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9839D color. Also use rgb(185,131,157) instead hex code.

Text Font Color

.myTextColor { color: #B9839D; }

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

This text font color is #B9839D.

Background Color

.myBgColor { background-color: #B9839D; }

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

This div background color is #B9839D.

Border color

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

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

This div border color is #B9839D.

Opacity

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

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

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

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

This text has shadow with #B9839D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9839D.

Preview

Color preview on black background

This text has color #B9839D on black background.


Color preview on white background

This text has color #B9839D on white background.


Black color preview on #B9839D background

This text has black color on #B9839D background.


White color preview on #B9839D background

This text has white color on #B9839D background.


Related colors

Complementary color

Complementary color for #hex is #467C62.


I love getcolorcode.com

Triadic colors

1 #9DB983 and #839DB9 with #B9839D are triadic colors.

2 #9D83B9 and #83B99D with #B9839D are triadic colors.