COLOR #BD8588

HEX: #BD8588 RGB: (189,133,136)

Color info

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

RGB color model

#BD8588 color RGB value is (189,133,136).

RGB: (189,133,136) (74%, 52%, 53%)

RGB channels and saturation

R 189 of 255 = 74%
G 133 of 255 = 52%
B 136 of 255 = 53%

189
133
136

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

Portions of RGB colors in percentages

R + G + B = 189 + 133 + 136 = 458 (100%)
R 189 of 458 ~ 41.27%
G 133 of 458 ~ 29.04%
B 136 of 458 ~ 29.69'%

%41.27
%29.04
%29.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 28.04%
  • 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
%28.04
%25.88

Codes

Color #BD8588 in popluar color models

BD 85 88
RGB 189 133 136
HSL 357° 29.79% 63.14%
HSB/HSV 357° 29.63% 74.12%
CMYK 0.00% 29.63% 28.04%
25.88%

Color #BD8588 in popluar number systems.

HEX BD 85 88
Decimal 189 133 136
Binary 10111101 10000101 10001000
Octal 275 205 210

Shades and tints

Shades of #BD8588

#BD8588
(189,133,136)
#AC797C
(172,121,124)
#9B6D70
(155,109,112)
#8A6164
(138,97,100)
#795558
(121,85,88)
#68494C
(104,73,76)
#573D40
(87,61,64)
#463134
(70,49,52)
#352528
(53,37,40)
#24191C
(36,25,28)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #BD8588

#BD8588
(189,133,136)
#C39092
(195,144,146)
#C99B9C
(201,155,156)
#CFA6A6
(207,166,166)
#D5B1B0
(213,177,176)
#DBBCBA
(219,188,186)
#E1C7C4
(225,199,196)
#E7D2CE
(231,210,206)
#EDDDD8
(237,221,216)
#F3E8E2
(243,232,226)
#F9F3EC
(249,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD8588; }

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

This text font color is #BD8588.

Background Color

.myBgColor { background-color: #BD8588; }

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

This div background color is #BD8588.

Border color

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

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

This div border color is #BD8588.

Opacity

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

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

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

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

This text has shadow with #BD8588 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD8588.

Preview

Color preview on black background

This text has color #BD8588 on black background.


Color preview on white background

This text has color #BD8588 on white background.


Black color preview on #BD8588 background

This text has black color on #BD8588 background.


White color preview on #BD8588 background

This text has white color on #BD8588 background.


Related colors

Complementary color

Complementary color for #hex is #427A77.


I love getcolorcode.com

Triadic colors

1 #88BD85 and #8588BD with #BD8588 are triadic colors.

2 #8885BD and #85BD88 with #BD8588 are triadic colors.