COLOR #BD839F

HEX: #BD839F RGB: (189,131,159)

Color info

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

RGB color model

#BD839F color RGB value is (189,131,159).

RGB: (189,131,159) (74%, 51%, 62%)

RGB channels and saturation

R 189 of 255 = 74%
G 131 of 255 = 51%
B 159 of 255 = 62%

189
131
159

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

Portions of RGB colors in percentages

R + G + B = 189 + 131 + 159 = 479 (100%)
R 189 of 479 ~ 39.46%
G 131 of 479 ~ 27.35%
B 159 of 479 ~ 33.19'%

%39.46
%27.35
%33.19

CMYK color model

#BD839F color CMYK value is (0,31,16,26).

  • cyan value is 0.00%
  • magenta value is 30.69%
  • yellow value is 15.87%
  • key color value is 25.88%

CMYK: (0,31,16,26)
C0M31Y16K26 (0%, 31%, 16%, 26%)
(0.00 / 0.31 / 0.16 / 0.26)

CMYK percentages

%0
%30.69
%15.87
%25.88

Codes

Color #BD839F in popluar color models

BD 83 9F
RGB 189 131 159
HSL 331° 30.53% 62.75%
HSB/HSV 331° 30.69% 74.12%
CMYK 0.00% 30.69% 15.87%
25.88%

Color #BD839F in popluar number systems.

HEX BD 83 9F
Decimal 189 131 159
Binary 10111101 10000011 10011111
Octal 275 203 237

Shades and tints

Shades of #BD839F

#BD839F
(189,131,159)
#AC7891
(172,120,145)
#9B6D83
(155,109,131)
#8A6275
(138,98,117)
#795767
(121,87,103)
#684C59
(104,76,89)
#57414B
(87,65,75)
#46363D
(70,54,61)
#352B2F
(53,43,47)
#242021
(36,32,33)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #BD839F

#BD839F
(189,131,159)
#C38EA7
(195,142,167)
#C999AF
(201,153,175)
#CFA4B7
(207,164,183)
#D5AFBF
(213,175,191)
#DBBAC7
(219,186,199)
#E1C5CF
(225,197,207)
#E7D0D7
(231,208,215)
#EDDBDF
(237,219,223)
#F3E6E7
(243,230,231)
#F9F1EF
(249,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD839F color. Also use rgb(189,131,159) instead hex code.

Text Font Color

.myTextColor { color: #BD839F; }

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

This text font color is #BD839F.

Background Color

.myBgColor { background-color: #BD839F; }

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

This div background color is #BD839F.

Border color

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

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

This div border color is #BD839F.

Opacity

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

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

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

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

This text has shadow with #BD839F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD839F.

Preview

Color preview on black background

This text has color #BD839F on black background.


Color preview on white background

This text has color #BD839F on white background.


Black color preview on #BD839F background

This text has black color on #BD839F background.


White color preview on #BD839F background

This text has white color on #BD839F background.


Related colors

Complementary color

Complementary color for #hex is #427C60.


I love getcolorcode.com

Triadic colors

1 #9FBD83 and #839FBD with #BD839F are triadic colors.

2 #9F83BD and #83BD9F with #BD839F are triadic colors.