COLOR #BD9D71

HEX: #BD9D71
RGB: (189,157,113)

Color info

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

RGB color model

#BD9D71 color RGB value is (189,157,113).

  • red value is 189;
  • green value is 157;
  • blue value is 113.
RGB:
(189,157,113)
(74%,62%,44%)

RGB channels and saturation

R 189 of 255 = 74%
G 157 of 255 = 62%
B 113 of 255 = 44%

189
157
113

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

Portions of RGB colors in percentages

R + G + B =
189 + 157 + 113 = 459 (100%)
R 189 of 459 ~ 41.18%
G 157 of 459 ~ 34.2%
B 113 of 459 ~ 24.62%

%41.18
%34.2
%24.62

CMYK color model

#BD9D71 color CMYK value is (0,17,40,26).

  • cyan value is 0.00%
  • magenta value is 16.93%
  • yellow value is 40.21%
  • key color value is 25.88%
CMYK:
(0,17,40,26)
C0M17Y40K26 
(0%,17%,40%,26%)
(0.00/0.17/0.40/0.26)	

CMYK percentages

%0
%16.93
%40.21
%25.88

Codes

Color #BD9D71 in popluar color models

BD9D71
RGB189157113
HSL35°36.54%59.22%
HSB/HSV35°40.21%74.12%
CMYK0.00%16.93%40.21%
25.88%

Color #BD9D71 in popluar number systems.

HEXBD9D71
Decimal189157113
Binary10111101100111011110001
Octal275235161

Shades and tints

Shades of #BD9D71

#BD9D71
(189,157,113)
#AC8F67
(172,143,103)
#9B815D
(155,129,93)
#8A7353
(138,115,83)
#796549
(121,101,73)
#68573F
(104,87,63)
#574935
(87,73,53)
#463B2B
(70,59,43)
#352D21
(53,45,33)
#241F17
(36,31,23)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #BD9D71

#BD9D71
(189,157,113)
#C3A57D
(195,165,125)
#C9AD89
(201,173,137)
#CFB595
(207,181,149)
#D5BDA1
(213,189,161)
#DBC5AD
(219,197,173)
#E1CDB9
(225,205,185)
#E7D5C5
(231,213,197)
#EDDDD1
(237,221,209)
#F3E5DD
(243,229,221)
#F9EDE9
(249,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9D71 color. Also use rgb(189,157,113) instead hex code.

Text Font Color

.myTextColor { color: #BD9D71; }

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

This text font color is #BD9D71.


Background Color

.myBgColor { background-color: #BD9D71; }

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

This div background color is #BD9D71.


Border color

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

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

This div border color is #BD9D71.


Opacity

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

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

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

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

This text has shadow with #BD9D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9D71 on black background.


Color preview on white background

This text has color #BD9D71 on white background.



Black color preview on #BD9D71 background

This text has black color on #BD9D71 background.


White color preview on #BD9D71 background

This text has white color on #BD9D71 background.