HEX: #BDB13D
RGB: (189,177,61)
#BDB13D contains mainly red and green colors. Web safe color of #BDB13D is #CC9933 (or #C93).
#BDB13D color RGB value is (189,177,61).
RGB: (189,177,61)
(74%, 69%, 24%)
R 189 of 255 = 74%
G 177 of 255 = 69%
B 61 of 255 = 24%
R + G + B ~ 56%. #BDB13D is middle color (not dark and not light).
R + G + B = 189 + 177 + 61 = 427 (100%)
R 189 of 427 ~ 44.26%
G 177 of 427 ~ 41.45%
B 61 of 427 ~ 14.29'%
#BDB13D color CMYK value is (0,6,68,26).
CMYK: (0,6,68,26)
C0M6Y68K26 (0%, 6%, 68%, 26%)
(0.00 / 0.06 / 0.68 / 0.26)
Color #BDB13D in popluar color models
BD | B1 | 3D | |
---|---|---|---|
RGB | 189 | 177 | 61 |
HSL | 54° | 51.20% | 49.02% |
HSB/HSV | 54° | 67.72% | 74.12% |
CMYK | 0.00% | 6.35% | 67.72% |
25.88% |
Color #BDB13D in popluar number systems.
HEX | BD | B1 | 3D |
Decimal | 189 | 177 | 61 |
Binary | 10111101 | 10110001 | 111101 |
Octal | 275 | 261 | 75 |
Shades of #BDB13D
Tints of #BDB13D
Examples of css and html codes for elements with #BDB13D color. Also use rgb(189,177,61) instead hex code.
.myTextColor { color: #BDB13D; }
<p style="color:#BDB13D">This sample text font color is #BDB13D.</p>
This text font color is #BDB13D.
.myBgColor { background-color: #BDB13D; }
<div style="background-color:#BDB13D">Inner text</div>
This div background color is #BDB13D.
.myBorderColor { border: 1px solid #BDB13D; }
<div style="border:3px solid #BDB13D">Div</div>
This div border color is #BDB13D.
.myOpacity80 { color: #BDB13D; opacity: 0.8; }
<p style="color:#BDB13D;opacity:0.8;">80%</p>
Text with #BDB13D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BDB13D;}
<p style="text-shadow: 3px 3px 1px #BDB13D">Text here.</p>
This text has shadow with #BDB13D color.
.textShadow {text-shadow: 3px 3px 1px #BDB13D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BDB13D, 5px 5px 20px red">Text here.</p>
This text has shadow with #BDB13D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BDB13D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BDB13D, Direction=45, Strength=4)">Text</p>
This text has shadow with #BDB13D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BDB13D;
-webkit-box-shadow: 1px 1px 3px 2px #BDB13D;
box-shadow: 1px 1px 3px 2px #BDB13D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BDB13D; -webkit-box-shadow: 1px 1px 3px 2px #BDB13D; box-shadow:1px 1px 3px 2px #BDB13D;">
Div content here
</div>
This text has color #BDB13D on black background.
This text has color #BDB13D on white background.
This text has black color on #BDB13D background.
This text has white color on #BDB13D background.
Complementary color for #hex is #424EC2.