COLOR #B1839D

HEX: #B1839D RGB: (177,131,157)

Color info

#B1839D contains red, green and blue colors in about the same proportion. Web safe color of #B1839D is #999999 (or #999).

RGB color model

#B1839D color RGB value is (177,131,157).

RGB: (177,131,157) (69%, 51%, 62%)

RGB channels and saturation

R 177 of 255 = 69%
G 131 of 255 = 51%
B 157 of 255 = 62%

177
131
157

R + G + B ~ 61%. #B1839D is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 131 + 157 = 465 (100%)
R 177 of 465 ~ 38.06%
G 131 of 465 ~ 28.17%
B 157 of 465 ~ 33.76'%

%38.06
%28.17
%33.76

CMYK color model

#B1839D color CMYK value is (0,26,11,31).

  • cyan value is 0.00%
  • magenta value is 25.99%
  • yellow value is 11.30%
  • key color value is 30.59%

CMYK: (0,26,11,31)
C0M26Y11K31 (0%, 26%, 11%, 31%)
(0.00 / 0.26 / 0.11 / 0.31)

CMYK percentages

%0
%25.99
%11.3
%30.59

Codes

Color #B1839D in popluar color models

B1 83 9D
RGB 177 131 157
HSL 326° 22.77% 60.39%
HSB/HSV 326° 25.99% 69.41%
CMYK 0.00% 25.99% 11.30%
30.59%

Color #B1839D in popluar number systems.

HEX B1 83 9D
Decimal 177 131 157
Binary 10110001 10000011 10011101
Octal 261 203 235

Shades and tints

Shades of #B1839D

#B1839D
(177,131,157)
#A1788F
(161,120,143)
#916D81
(145,109,129)
#816273
(129,98,115)
#715765
(113,87,101)
#614C57
(97,76,87)
#514149
(81,65,73)
#41363B
(65,54,59)
#312B2D
(49,43,45)
#21201F
(33,32,31)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #B1839D

#B1839D
(177,131,157)
#B88EA5
(184,142,165)
#BF99AD
(191,153,173)
#C6A4B5
(198,164,181)
#CDAFBD
(205,175,189)
#D4BAC5
(212,186,197)
#DBC5CD
(219,197,205)
#E2D0D5
(226,208,213)
#E9DBDD
(233,219,221)
#F0E6E5
(240,230,229)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1839D; }

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

This text font color is #B1839D.

Background Color

.myBgColor { background-color: #B1839D; }

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

This div background color is #B1839D.

Border color

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

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

This div border color is #B1839D.

Opacity

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

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

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

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

This text has shadow with #B1839D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1839D.

Preview

Color preview on black background

This text has color #B1839D on black background.


Color preview on white background

This text has color #B1839D on white background.


Black color preview on #B1839D background

This text has black color on #B1839D background.


White color preview on #B1839D background

This text has white color on #B1839D background.


Related colors

Complementary color

Complementary color for #hex is #4E7C62.


I love getcolorcode.com

Triadic colors

1 #9DB183 and #839DB1 with #B1839D are triadic colors.

2 #9D83B1 and #83B19D with #B1839D are triadic colors.