COLOR #BD8579

HEX: #BD8579 RGB: (189,133,121)

Color info

#BD8579 contains mainly red and green colors. Web safe color of #BD8579 is #CC9966 (or #C96).

RGB color model

#BD8579 color RGB value is (189,133,121).

RGB: (189,133,121) (74%, 52%, 47%)

RGB channels and saturation

R 189 of 255 = 74%
G 133 of 255 = 52%
B 121 of 255 = 47%

189
133
121

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

Portions of RGB colors in percentages

R + G + B = 189 + 133 + 121 = 443 (100%)
R 189 of 443 ~ 42.66%
G 133 of 443 ~ 30.02%
B 121 of 443 ~ 27.31'%

%42.66
%30.02
%27.31

CMYK color model

#BD8579 color CMYK value is (0,30,36,26).

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

CMYK: (0,30,36,26)
C0M30Y36K26 (0%, 30%, 36%, 26%)
(0.00 / 0.30 / 0.36 / 0.26)

CMYK percentages

%0
%29.63
%35.98
%25.88

Codes

Color #BD8579 in popluar color models

BD 85 79
RGB 189 133 121
HSL 11° 34.00% 60.78%
HSB/HSV 11° 35.98% 74.12%
CMYK 0.00% 29.63% 35.98%
25.88%

Color #BD8579 in popluar number systems.

HEX BD 85 79
Decimal 189 133 121
Binary 10111101 10000101 1111001
Octal 275 205 171

Shades and tints

Shades of #BD8579

#BD8579
(189,133,121)
#AC796E
(172,121,110)
#9B6D63
(155,109,99)
#8A6158
(138,97,88)
#79554D
(121,85,77)
#684942
(104,73,66)
#573D37
(87,61,55)
#46312C
(70,49,44)
#352521
(53,37,33)
#241916
(36,25,22)
#130D0B
(19,13,11)
#000000
(0,0,0)

Tints of #BD8579

#BD8579
(189,133,121)
#C39085
(195,144,133)
#C99B91
(201,155,145)
#CFA69D
(207,166,157)
#D5B1A9
(213,177,169)
#DBBCB5
(219,188,181)
#E1C7C1
(225,199,193)
#E7D2CD
(231,210,205)
#EDDDD9
(237,221,217)
#F3E8E5
(243,232,229)
#F9F3F1
(249,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD8579; }

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

This text font color is #BD8579.

Background Color

.myBgColor { background-color: #BD8579; }

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

This div background color is #BD8579.

Border color

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

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

This div border color is #BD8579.

Opacity

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

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

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

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

This text has shadow with #BD8579 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD8579.

Preview

Color preview on black background

This text has color #BD8579 on black background.


Color preview on white background

This text has color #BD8579 on white background.


Black color preview on #BD8579 background

This text has black color on #BD8579 background.


White color preview on #BD8579 background

This text has white color on #BD8579 background.


Related colors

Complementary color

Complementary color for #hex is #427A86.


I love getcolorcode.com

Triadic colors

1 #79BD85 and #8579BD with #BD8579 are triadic colors.

2 #7985BD and #85BD79 with #BD8579 are triadic colors.