COLOR #BDAD73

HEX: #BDAD73
RGB: (189,173,115)

Color info

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

RGB color model

#BDAD73 color RGB value is (189,173,115).

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

RGB channels and saturation

R 189 of 255 = 74%
G 173 of 255 = 68%
B 115 of 255 = 45%

189
173
115

R + G + B ~ 62%. #BDAD73 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 173 + 115 = 477 (100%)
R 189 of 477 ~ 39.62%
G 173 of 477 ~ 36.27%
B 115 of 477 ~ 24.11%

%39.62
%36.27
%24.11

CMYK color model

#BDAD73 color CMYK value is (0,8,39,26).

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 39.15%
  • key color value is 25.88%
CMYK:
(0,8,39,26)
C0M8Y39K26 
(0%,8%,39%,26%)
(0.00/0.08/0.39/0.26)	

CMYK percentages

%0
%8.47
%39.15
%25.88

Codes

Color #BDAD73 in popluar color models

BDAD73
RGB189173115
HSL47°35.92%59.61%
HSB/HSV47°39.15%74.12%
CMYK0.00%8.47%39.15%
25.88%

Color #BDAD73 in popluar number systems.

HEXBDAD73
Decimal189173115
Binary10111101101011011110011
Octal275255163

Shades and tints

Shades of #BDAD73

#BDAD73
(189,173,115)
#AC9E69
(172,158,105)
#9B8F5F
(155,143,95)
#8A8055
(138,128,85)
#79714B
(121,113,75)
#686241
(104,98,65)
#575337
(87,83,55)
#46442D
(70,68,45)
#353523
(53,53,35)
#242619
(36,38,25)
#13170F
(19,23,15)
#000000
(0,0,0)

Tints of #BDAD73

#BDAD73
(189,173,115)
#C3B47F
(195,180,127)
#C9BB8B
(201,187,139)
#CFC297
(207,194,151)
#D5C9A3
(213,201,163)
#DBD0AF
(219,208,175)
#E1D7BB
(225,215,187)
#E7DEC7
(231,222,199)
#EDE5D3
(237,229,211)
#F3ECDF
(243,236,223)
#F9F3EB
(249,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAD73; }

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

This text font color is #BDAD73.


Background Color

.myBgColor { background-color: #BDAD73; }

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

This div background color is #BDAD73.


Border color

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

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

This div border color is #BDAD73.


Opacity

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

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

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

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

This text has shadow with #BDAD73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAD73 on black background.


Color preview on white background

This text has color #BDAD73 on white background.



Black color preview on #BDAD73 background

This text has black color on #BDAD73 background.


White color preview on #BDAD73 background

This text has white color on #BDAD73 background.