COLOR #BD9D73

HEX: #BD9D73
RGB: (189,157,115)

Color info

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

RGB color model

#BD9D73 color RGB value is (189,157,115).

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

RGB channels and saturation

R 189 of 255 = 74%
G 157 of 255 = 62%
B 115 of 255 = 45%

189
157
115

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

Portions of RGB colors in percentages

R + G + B =
189 + 157 + 115 = 461 (100%)
R 189 of 461 ~ 41%
G 157 of 461 ~ 34.06%
B 115 of 461 ~ 24.95%

%41
%34.06
%24.95

CMYK color model

#BD9D73 color CMYK value is (0,17,39,26).

  • cyan value is 0.00%
  • magenta value is 16.93%
  • yellow value is 39.15%
  • key color value is 25.88%
CMYK:
(0,17,39,26)
C0M17Y39K26 
(0%,17%,39%,26%)
(0.00/0.17/0.39/0.26)	

CMYK percentages

%0
%16.93
%39.15
%25.88

Codes

Color #BD9D73 in popluar color models

BD9D73
RGB189157115
HSL34°35.92%59.61%
HSB/HSV34°39.15%74.12%
CMYK0.00%16.93%39.15%
25.88%

Color #BD9D73 in popluar number systems.

HEXBD9D73
Decimal189157115
Binary10111101100111011110011
Octal275235163

Shades and tints

Shades of #BD9D73

#BD9D73
(189,157,115)
#AC8F69
(172,143,105)
#9B815F
(155,129,95)
#8A7355
(138,115,85)
#79654B
(121,101,75)
#685741
(104,87,65)
#574937
(87,73,55)
#463B2D
(70,59,45)
#352D23
(53,45,35)
#241F19
(36,31,25)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #BD9D73

#BD9D73
(189,157,115)
#C3A57F
(195,165,127)
#C9AD8B
(201,173,139)
#CFB597
(207,181,151)
#D5BDA3
(213,189,163)
#DBC5AF
(219,197,175)
#E1CDBB
(225,205,187)
#E7D5C7
(231,213,199)
#EDDDD3
(237,221,211)
#F3E5DF
(243,229,223)
#F9EDEB
(249,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9D73; }

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

This text font color is #BD9D73.


Background Color

.myBgColor { background-color: #BD9D73; }

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

This div background color is #BD9D73.


Border color

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

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

This div border color is #BD9D73.


Opacity

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

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

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

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

This text has shadow with #BD9D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9D73 on black background.


Color preview on white background

This text has color #BD9D73 on white background.



Black color preview on #BD9D73 background

This text has black color on #BD9D73 background.


White color preview on #BD9D73 background

This text has white color on #BD9D73 background.