HEX: #BDA57D
RGB: (189,165,125)
#BDA57D contains mainly red and green colors. Web safe color of #BDA57D is #CC9966 (or #C96).
#BDA57D color RGB value is (189,165,125).
RGB: (189,165,125)
(74%, 65%, 49%)
R 189 of 255 = 74%
G 165 of 255 = 65%
B 125 of 255 = 49%
R + G + B ~ 63%. #BDA57D is quite light color.
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'%
#BDA57D color CMYK value is (0,13,34,26).
CMYK: (0,13,34,26)
C0M13Y34K26 (0%, 13%, 34%, 26%)
(0.00 / 0.13 / 0.34 / 0.26)
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 of #BDA57D
Tints of #BDA57D
Examples of css and html codes for elements with #BDA57D color. Also use rgb(189,165,125) instead hex code.
.myTextColor { color: #BDA57D; }
<p style="color:#BDA57D">This sample text font color is #BDA57D.</p>
This text font color is #BDA57D.
.myBgColor { background-color: #BDA57D; }
<div style="background-color:#BDA57D">Inner text</div>
This div background color is #BDA57D.
.myBorderColor { border: 1px solid #BDA57D; }
<div style="border:3px solid #BDA57D">Div</div>
This div border color is #BDA57D.
.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%.
.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.
/* 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 text has color #BDA57D on black background.
This text has color #BDA57D on white background.
This text has black color on #BDA57D background.
This text has white color on #BDA57D background.
Complementary color for #hex is #425A82.