HEX: #BDAD64
RGB: (189,173,100)
#BDAD64 contains mainly red and green colors. Web safe color of #BDAD64 is #CC9966 (or #C96).
#BDAD64 color RGB value is (189,173,100).
RGB: (189,173,100)
(74%, 68%, 39%)
R 189 of 255 = 74%
G 173 of 255 = 68%
B 100 of 255 = 39%
R + G + B ~ 60%. #BDAD64 is middle color (not dark and not light).
R + G + B = 189 + 173 + 100 = 462 (100%)
R 189 of 462 ~ 40.91%
G 173 of 462 ~ 37.45%
B 100 of 462 ~ 21.65'%
#BDAD64 color CMYK value is (0,8,47,26).
CMYK: (0,8,47,26)
C0M8Y47K26 (0%, 8%, 47%, 26%)
(0.00 / 0.08 / 0.47 / 0.26)
Color #BDAD64 in popluar color models
BD | AD | 64 | |
---|---|---|---|
RGB | 189 | 173 | 100 |
HSL | 49° | 40.27% | 56.67% |
HSB/HSV | 49° | 47.09% | 74.12% |
CMYK | 0.00% | 8.47% | 47.09% |
25.88% |
Color #BDAD64 in popluar number systems.
HEX | BD | AD | 64 |
Decimal | 189 | 173 | 100 |
Binary | 10111101 | 10101101 | 1100100 |
Octal | 275 | 255 | 144 |
Shades of #BDAD64
Tints of #BDAD64
Examples of css and html codes for elements with #BDAD64 color. Also use rgb(189,173,100) instead hex code.
.myTextColor { color: #BDAD64; }
<p style="color:#BDAD64">This sample text font color is #BDAD64.</p>
This text font color is #BDAD64.
.myBgColor { background-color: #BDAD64; }
<div style="background-color:#BDAD64">Inner text</div>
This div background color is #BDAD64.
.myBorderColor { border: 1px solid #BDAD64; }
<div style="border:3px solid #BDAD64">Div</div>
This div border color is #BDAD64.
.myOpacity80 { color: #BDAD64; opacity: 0.8; }
<p style="color:#BDAD64;opacity:0.8;">80%</p>
Text with #BDAD64 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BDAD64;}
<p style="text-shadow: 3px 3px 1px #BDAD64">Text here.</p>
This text has shadow with #BDAD64 color.
.textShadow {text-shadow: 3px 3px 1px #BDAD64', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BDAD64, 5px 5px 20px red">Text here.</p>
This text has shadow with #BDAD64 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BDAD64, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BDAD64, Direction=45, Strength=4)">Text</p>
This text has shadow with #BDAD64 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BDAD64;
-webkit-box-shadow: 1px 1px 3px 2px #BDAD64;
box-shadow: 1px 1px 3px 2px #BDAD64;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BDAD64; -webkit-box-shadow: 1px 1px 3px 2px #BDAD64; box-shadow:1px 1px 3px 2px #BDAD64;">
Div content here
</div>
This text has color #BDAD64 on black background.
This text has color #BDAD64 on white background.
This text has black color on #BDAD64 background.
This text has white color on #BDAD64 background.
Complementary color for #hex is #42529B.