HEX: #BCAE62
RGB: (188,174,98)
#BCAE62 contains mainly red and green colors. Web safe color of #BCAE62 is #CC9966 (or #C96).
#BCAE62 color RGB value is (188,174,98).
RGB: (188,174,98)
(74%, 68%, 38%)
R 188 of 255 = 74%
G 174 of 255 = 68%
B 98 of 255 = 38%
R + G + B ~ 60%. #BCAE62 is middle color (not dark and not light).
R + G + B = 188 + 174 + 98 = 460 (100%)
R 188 of 460 ~ 40.87%
G 174 of 460 ~ 37.83%
B 98 of 460 ~ 21.3'%
#BCAE62 color CMYK value is (0,7,48,26).
CMYK: (0,7,48,26)
C0M7Y48K26 (0%, 7%, 48%, 26%)
(0.00 / 0.07 / 0.48 / 0.26)
Color #BCAE62 in popluar color models
BC | AE | 62 | |
---|---|---|---|
RGB | 188 | 174 | 98 |
HSL | 51° | 40.18% | 56.08% |
HSB/HSV | 51° | 47.87% | 73.73% |
CMYK | 0.00% | 7.45% | 47.87% |
26.27% |
Color #BCAE62 in popluar number systems.
HEX | BC | AE | 62 |
Decimal | 188 | 174 | 98 |
Binary | 10111100 | 10101110 | 1100010 |
Octal | 274 | 256 | 142 |
Shades of #BCAE62
Tints of #BCAE62
Examples of css and html codes for elements with #BCAE62 color. Also use rgb(188,174,98) instead hex code.
.myTextColor { color: #BCAE62; }
<p style="color:#BCAE62">This sample text font color is #BCAE62.</p>
This text font color is #BCAE62.
.myBgColor { background-color: #BCAE62; }
<div style="background-color:#BCAE62">Inner text</div>
This div background color is #BCAE62.
.myBorderColor { border: 1px solid #BCAE62; }
<div style="border:3px solid #BCAE62">Div</div>
This div border color is #BCAE62.
.myOpacity80 { color: #BCAE62; opacity: 0.8; }
<p style="color:#BCAE62;opacity:0.8;">80%</p>
Text with #BCAE62 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCAE62;}
<p style="text-shadow: 3px 3px 1px #BCAE62">Text here.</p>
This text has shadow with #BCAE62 color.
.textShadow {text-shadow: 3px 3px 1px #BCAE62', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCAE62, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCAE62 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCAE62, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCAE62, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCAE62 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCAE62;
-webkit-box-shadow: 1px 1px 3px 2px #BCAE62;
box-shadow: 1px 1px 3px 2px #BCAE62;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCAE62; -webkit-box-shadow: 1px 1px 3px 2px #BCAE62; box-shadow:1px 1px 3px 2px #BCAE62;">
Div content here
</div>
This text has color #BCAE62 on black background.
This text has color #BCAE62 on white background.
This text has black color on #BCAE62 background.
This text has white color on #BCAE62 background.
Complementary color for #hex is #43519D.