COLOR #BD8785

HEX: #BD8785 RGB: (189,135,133)

Color info

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

RGB color model

#BD8785 color RGB value is (189,135,133).

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

RGB channels and saturation

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

189
135
133

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

Portions of RGB colors in percentages

R + G + B = 189 + 135 + 133 = 457 (100%)
R 189 of 457 ~ 41.36%
G 135 of 457 ~ 29.54%
B 133 of 457 ~ 29.1'%

%41.36
%29.54
%29.1

CMYK color model

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

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

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

CMYK percentages

%0
%28.57
%29.63
%25.88

Codes

Color #BD8785 in popluar color models

BD 87 85
RGB 189 135 133
HSL 29.79% 63.14%
HSB/HSV 29.63% 74.12%
CMYK 0.00% 28.57% 29.63%
25.88%

Color #BD8785 in popluar number systems.

HEX BD 87 85
Decimal 189 135 133
Binary 10111101 10000111 10000101
Octal 275 207 205

Shades and tints

Shades of #BD8785

#BD8785
(189,135,133)
#AC7B79
(172,123,121)
#9B6F6D
(155,111,109)
#8A6361
(138,99,97)
#795755
(121,87,85)
#684B49
(104,75,73)
#573F3D
(87,63,61)
#463331
(70,51,49)
#352725
(53,39,37)
#241B19
(36,27,25)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #BD8785

#BD8785
(189,135,133)
#C39190
(195,145,144)
#C99B9B
(201,155,155)
#CFA5A6
(207,165,166)
#D5AFB1
(213,175,177)
#DBB9BC
(219,185,188)
#E1C3C7
(225,195,199)
#E7CDD2
(231,205,210)
#EDD7DD
(237,215,221)
#F3E1E8
(243,225,232)
#F9EBF3
(249,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD8785; }

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

This text font color is #BD8785.

Background Color

.myBgColor { background-color: #BD8785; }

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

This div background color is #BD8785.

Border color

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

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

This div border color is #BD8785.

Opacity

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

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

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

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

This text has shadow with #BD8785 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD8785.

Preview

Color preview on black background

This text has color #BD8785 on black background.


Color preview on white background

This text has color #BD8785 on white background.


Black color preview on #BD8785 background

This text has black color on #BD8785 background.


White color preview on #BD8785 background

This text has white color on #BD8785 background.


Related colors

Complementary color

Complementary color for #hex is #42787A.


I love getcolorcode.com

Triadic colors

1 #85BD87 and #8785BD with #BD8785 are triadic colors.

2 #8587BD and #87BD85 with #BD8785 are triadic colors.