COLOR #BD8879

HEX: #BD8879 RGB: (189,136,121)

Color info

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

RGB color model

#BD8879 color RGB value is (189,136,121).

RGB: (189,136,121) (74%, 53%, 47%)

RGB channels and saturation

R 189 of 255 = 74%
G 136 of 255 = 53%
B 121 of 255 = 47%

189
136
121

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

Portions of RGB colors in percentages

R + G + B = 189 + 136 + 121 = 446 (100%)
R 189 of 446 ~ 42.38%
G 136 of 446 ~ 30.49%
B 121 of 446 ~ 27.13'%

%42.38
%30.49
%27.13

CMYK color model

#BD8879 color CMYK value is (0,28,36,26).

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

CMYK: (0,28,36,26)
C0M28Y36K26 (0%, 28%, 36%, 26%)
(0.00 / 0.28 / 0.36 / 0.26)

CMYK percentages

%0
%28.04
%35.98
%25.88

Codes

Color #BD8879 in popluar color models

BD 88 79
RGB 189 136 121
HSL 13° 34.00% 60.78%
HSB/HSV 13° 35.98% 74.12%
CMYK 0.00% 28.04% 35.98%
25.88%

Color #BD8879 in popluar number systems.

HEX BD 88 79
Decimal 189 136 121
Binary 10111101 10001000 1111001
Octal 275 210 171

Shades and tints

Shades of #BD8879

#BD8879
(189,136,121)
#AC7C6E
(172,124,110)
#9B7063
(155,112,99)
#8A6458
(138,100,88)
#79584D
(121,88,77)
#684C42
(104,76,66)
#574037
(87,64,55)
#46342C
(70,52,44)
#352821
(53,40,33)
#241C16
(36,28,22)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #BD8879

#BD8879
(189,136,121)
#C39285
(195,146,133)
#C99C91
(201,156,145)
#CFA69D
(207,166,157)
#D5B0A9
(213,176,169)
#DBBAB5
(219,186,181)
#E1C4C1
(225,196,193)
#E7CECD
(231,206,205)
#EDD8D9
(237,216,217)
#F3E2E5
(243,226,229)
#F9ECF1
(249,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD8879; }

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

This text font color is #BD8879.

Background Color

.myBgColor { background-color: #BD8879; }

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

This div background color is #BD8879.

Border color

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

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

This div border color is #BD8879.

Opacity

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

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

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

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

This text has shadow with #BD8879 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD8879.

Preview

Color preview on black background

This text has color #BD8879 on black background.


Color preview on white background

This text has color #BD8879 on white background.


Black color preview on #BD8879 background

This text has black color on #BD8879 background.


White color preview on #BD8879 background

This text has white color on #BD8879 background.


Related colors

Complementary color

Complementary color for #hex is #427786.


I love getcolorcode.com

Triadic colors

1 #79BD88 and #8879BD with #BD8879 are triadic colors.

2 #7988BD and #88BD79 with #BD8879 are triadic colors.