COLOR #BDA57D

HEX: #BDA57D RGB: (189,165,125)

Color info

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

RGB color model

#BDA57D color RGB value is (189,165,125).

RGB: (189,165,125) (74%, 65%, 49%)

RGB channels and saturation

R 189 of 255 = 74%
G 165 of 255 = 65%
B 125 of 255 = 49%

189
165
125

R + G + B ~ 63%. #BDA57D is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 165 + 125 = 479 (100%)
R 189 of 479 ~ 39.46%
G 165 of 479 ~ 34.45%
B 125 of 479 ~ 26.1'%

%39.46
%34.45
%26.1

CMYK color model

#BDA57D color CMYK value is (0,13,34,26).

  • cyan value is 0.00%
  • magenta value is 12.70%
  • yellow value is 33.86%
  • key color value is 25.88%

CMYK: (0,13,34,26)
C0M13Y34K26 (0%, 13%, 34%, 26%)
(0.00 / 0.13 / 0.34 / 0.26)

CMYK percentages

%0
%12.7
%33.86
%25.88

Codes

Color #BDA57D in popluar color models

BD A5 7D
RGB 189 165 125
HSL 38° 32.65% 61.57%
HSB/HSV 38° 33.86% 74.12%
CMYK 0.00% 12.70% 33.86%
25.88%

Color #BDA57D in popluar number systems.

HEX BD A5 7D
Decimal 189 165 125
Binary 10111101 10100101 1111101
Octal 275 245 175

Shades and tints

Shades of #BDA57D

#BDA57D
(189,165,125)
#AC9672
(172,150,114)
#9B8767
(155,135,103)
#8A785C
(138,120,92)
#796951
(121,105,81)
#685A46
(104,90,70)
#574B3B
(87,75,59)
#463C30
(70,60,48)
#352D25
(53,45,37)
#241E1A
(36,30,26)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #BDA57D

#BDA57D
(189,165,125)
#C3AD88
(195,173,136)
#C9B593
(201,181,147)
#CFBD9E
(207,189,158)
#D5C5A9
(213,197,169)
#DBCDB4
(219,205,180)
#E1D5BF
(225,213,191)
#E7DDCA
(231,221,202)
#EDE5D5
(237,229,213)
#F3EDE0
(243,237,224)
#F9F5EB
(249,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA57D color. Also use rgb(189,165,125) instead hex code.

Text Font Color

.myTextColor { color: #BDA57D; }

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

This text font color is #BDA57D.

Background Color

.myBgColor { background-color: #BDA57D; }

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

This div background color is #BDA57D.

Border color

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

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

This div border color is #BDA57D.

Opacity

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

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

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

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

This text has shadow with #BDA57D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA57D.

Preview

Color preview on black background

This text has color #BDA57D on black background.


Color preview on white background

This text has color #BDA57D on white background.


Black color preview on #BDA57D background

This text has black color on #BDA57D background.


White color preview on #BDA57D background

This text has white color on #BDA57D background.


Related colors

Complementary color

Complementary color for #hex is #425A82.


I love getcolorcode.com

Triadic colors

1 #7DBDA5 and #A57DBD with #BDA57D are triadic colors.

2 #7DA5BD and #A5BD7D with #BDA57D are triadic colors.