COLOR #BD8D79

HEX: #BD8D79 RGB: (189,141,121)

Color info

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

RGB color model

#BD8D79 color RGB value is (189,141,121).

RGB: (189,141,121) (74%, 55%, 47%)

RGB channels and saturation

R 189 of 255 = 74%
G 141 of 255 = 55%
B 121 of 255 = 47%

189
141
121

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

Portions of RGB colors in percentages

R + G + B = 189 + 141 + 121 = 451 (100%)
R 189 of 451 ~ 41.91%
G 141 of 451 ~ 31.26%
B 121 of 451 ~ 26.83'%

%41.91
%31.26
%26.83

CMYK color model

#BD8D79 color CMYK value is (0,25,36,26).

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

CMYK: (0,25,36,26)
C0M25Y36K26 (0%, 25%, 36%, 26%)
(0.00 / 0.25 / 0.36 / 0.26)

CMYK percentages

%0
%25.4
%35.98
%25.88

Codes

Color #BD8D79 in popluar color models

BD 8D 79
RGB 189 141 121
HSL 18° 34.00% 60.78%
HSB/HSV 18° 35.98% 74.12%
CMYK 0.00% 25.40% 35.98%
25.88%

Color #BD8D79 in popluar number systems.

HEX BD 8D 79
Decimal 189 141 121
Binary 10111101 10001101 1111001
Octal 275 215 171

Shades and tints

Shades of #BD8D79

#BD8D79
(189,141,121)
#AC816E
(172,129,110)
#9B7563
(155,117,99)
#8A6958
(138,105,88)
#795D4D
(121,93,77)
#685142
(104,81,66)
#574537
(87,69,55)
#46392C
(70,57,44)
#352D21
(53,45,33)
#242116
(36,33,22)
#13150B
(19,21,11)
#000000
(0,0,0)

Tints of #BD8D79

#BD8D79
(189,141,121)
#C39785
(195,151,133)
#C9A191
(201,161,145)
#CFAB9D
(207,171,157)
#D5B5A9
(213,181,169)
#DBBFB5
(219,191,181)
#E1C9C1
(225,201,193)
#E7D3CD
(231,211,205)
#EDDDD9
(237,221,217)
#F3E7E5
(243,231,229)
#F9F1F1
(249,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD8D79; }

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

This text font color is #BD8D79.

Background Color

.myBgColor { background-color: #BD8D79; }

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

This div background color is #BD8D79.

Border color

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

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

This div border color is #BD8D79.

Opacity

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

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

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

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

This text has shadow with #BD8D79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD8D79.

Preview

Color preview on black background

This text has color #BD8D79 on black background.


Color preview on white background

This text has color #BD8D79 on white background.


Black color preview on #BD8D79 background

This text has black color on #BD8D79 background.


White color preview on #BD8D79 background

This text has white color on #BD8D79 background.


Related colors

Complementary color

Complementary color for #hex is #427286.


I love getcolorcode.com

Triadic colors

1 #79BD8D and #8D79BD with #BD8D79 are triadic colors.

2 #798DBD and #8DBD79 with #BD8D79 are triadic colors.