COLOR #BD8487

HEX: #BD8487 RGB: (189,132,135)

Color info

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

RGB color model

#BD8487 color RGB value is (189,132,135).

RGB: (189,132,135) (74%, 52%, 53%)

RGB channels and saturation

R 189 of 255 = 74%
G 132 of 255 = 52%
B 135 of 255 = 53%

189
132
135

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

Portions of RGB colors in percentages

R + G + B = 189 + 132 + 135 = 456 (100%)
R 189 of 456 ~ 41.45%
G 132 of 456 ~ 28.95%
B 135 of 456 ~ 29.61'%

%41.45
%28.95
%29.61

CMYK color model

#BD8487 color CMYK value is (0,30,29,26).

  • cyan value is 0.00%
  • magenta value is 30.16%
  • yellow value is 28.57%
  • key color value is 25.88%

CMYK: (0,30,29,26)
C0M30Y29K26 (0%, 30%, 29%, 26%)
(0.00 / 0.30 / 0.29 / 0.26)

CMYK percentages

%0
%30.16
%28.57
%25.88

Codes

Color #BD8487 in popluar color models

BD 84 87
RGB 189 132 135
HSL 357° 30.16% 62.94%
HSB/HSV 357° 30.16% 74.12%
CMYK 0.00% 30.16% 28.57%
25.88%

Color #BD8487 in popluar number systems.

HEX BD 84 87
Decimal 189 132 135
Binary 10111101 10000100 10000111
Octal 275 204 207

Shades and tints

Shades of #BD8487

#BD8487
(189,132,135)
#AC787B
(172,120,123)
#9B6C6F
(155,108,111)
#8A6063
(138,96,99)
#795457
(121,84,87)
#68484B
(104,72,75)
#573C3F
(87,60,63)
#463033
(70,48,51)
#352427
(53,36,39)
#24181B
(36,24,27)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #BD8487

#BD8487
(189,132,135)
#C38F91
(195,143,145)
#C99A9B
(201,154,155)
#CFA5A5
(207,165,165)
#D5B0AF
(213,176,175)
#DBBBB9
(219,187,185)
#E1C6C3
(225,198,195)
#E7D1CD
(231,209,205)
#EDDCD7
(237,220,215)
#F3E7E1
(243,231,225)
#F9F2EB
(249,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8487 color. Also use rgb(189,132,135) instead hex code.

Text Font Color

.myTextColor { color: #BD8487; }

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

This text font color is #BD8487.

Background Color

.myBgColor { background-color: #BD8487; }

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

This div background color is #BD8487.

Border color

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

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

This div border color is #BD8487.

Opacity

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

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

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

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

This text has shadow with #BD8487 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD8487.

Preview

Color preview on black background

This text has color #BD8487 on black background.


Color preview on white background

This text has color #BD8487 on white background.


Black color preview on #BD8487 background

This text has black color on #BD8487 background.


White color preview on #BD8487 background

This text has white color on #BD8487 background.


Related colors

Complementary color

Complementary color for #hex is #427B78.


I love getcolorcode.com

Triadic colors

1 #87BD84 and #8487BD with #BD8487 are triadic colors.

2 #8784BD and #84BD87 with #BD8487 are triadic colors.