COLOR #BD8589

HEX: #BD8589 RGB: (189,133,137)

Color info

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

RGB color model

#BD8589 color RGB value is (189,133,137).

RGB: (189,133,137) (74%, 52%, 54%)

RGB channels and saturation

R 189 of 255 = 74%
G 133 of 255 = 52%
B 137 of 255 = 54%

189
133
137

R + G + B ~ 60%. #BD8589 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 189 + 133 + 137 = 459 (100%)
R 189 of 459 ~ 41.18%
G 133 of 459 ~ 28.98%
B 137 of 459 ~ 29.85'%

%41.18
%28.98
%29.85

CMYK color model

#BD8589 color CMYK value is (0,30,28,26).

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 27.51%
  • key color value is 25.88%

CMYK: (0,30,28,26)
C0M30Y28K26 (0%, 30%, 28%, 26%)
(0.00 / 0.30 / 0.28 / 0.26)

CMYK percentages

%0
%29.63
%27.51
%25.88

Codes

Color #BD8589 in popluar color models

BD 85 89
RGB 189 133 137
HSL 356° 29.79% 63.14%
HSB/HSV 356° 29.63% 74.12%
CMYK 0.00% 29.63% 27.51%
25.88%

Color #BD8589 in popluar number systems.

HEX BD 85 89
Decimal 189 133 137
Binary 10111101 10000101 10001001
Octal 275 205 211

Shades and tints

Shades of #BD8589

#BD8589
(189,133,137)
#AC797D
(172,121,125)
#9B6D71
(155,109,113)
#8A6165
(138,97,101)
#795559
(121,85,89)
#68494D
(104,73,77)
#573D41
(87,61,65)
#463135
(70,49,53)
#352529
(53,37,41)
#24191D
(36,25,29)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #BD8589

#BD8589
(189,133,137)
#C39093
(195,144,147)
#C99B9D
(201,155,157)
#CFA6A7
(207,166,167)
#D5B1B1
(213,177,177)
#DBBCBB
(219,188,187)
#E1C7C5
(225,199,197)
#E7D2CF
(231,210,207)
#EDDDD9
(237,221,217)
#F3E8E3
(243,232,227)
#F9F3ED
(249,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8589 color. Also use rgb(189,133,137) instead hex code.

Text Font Color

.myTextColor { color: #BD8589; }

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

This text font color is #BD8589.

Background Color

.myBgColor { background-color: #BD8589; }

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

This div background color is #BD8589.

Border color

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

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

This div border color is #BD8589.

Opacity

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

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

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

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

This text has shadow with #BD8589 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD8589.

Preview

Color preview on black background

This text has color #BD8589 on black background.


Color preview on white background

This text has color #BD8589 on white background.


Black color preview on #BD8589 background

This text has black color on #BD8589 background.


White color preview on #BD8589 background

This text has white color on #BD8589 background.


Related colors

Complementary color

Complementary color for #hex is #427A76.


I love getcolorcode.com

Triadic colors

1 #89BD85 and #8589BD with #BD8589 are triadic colors.

2 #8985BD and #85BD89 with #BD8589 are triadic colors.