HEX: #BCB377
RGB: (188,179,119)
#BCB377 contains mainly red and green colors. Web safe color of #BCB377 is #CC9966 (or #C96).
#BCB377 color RGB value is (188,179,119).
RGB: (188,179,119)
(74%, 70%, 47%)
R 188 of 255 = 74%
G 179 of 255 = 70%
B 119 of 255 = 47%
R + G + B ~ 64%. #BCB377 is quite light color.
R + G + B = 188 + 179 + 119 = 486 (100%)
R 188 of 486 ~ 38.68%
G 179 of 486 ~ 36.83%
B 119 of 486 ~ 24.49'%
#BCB377 color CMYK value is (0,5,37,26).
CMYK: (0,5,37,26)
C0M5Y37K26 (0%, 5%, 37%, 26%)
(0.00 / 0.05 / 0.37 / 0.26)
Color #BCB377 in popluar color models
BC | B3 | 77 | |
---|---|---|---|
RGB | 188 | 179 | 119 |
HSL | 52° | 33.99% | 60.20% |
HSB/HSV | 52° | 36.70% | 73.73% |
CMYK | 0.00% | 4.79% | 36.70% |
26.27% |
Color #BCB377 in popluar number systems.
HEX | BC | B3 | 77 |
Decimal | 188 | 179 | 119 |
Binary | 10111100 | 10110011 | 1110111 |
Octal | 274 | 263 | 167 |
Shades of #BCB377
Tints of #BCB377
Examples of css and html codes for elements with #BCB377 color. Also use rgb(188,179,119) instead hex code.
.myTextColor { color: #BCB377; }
<p style="color:#BCB377">This sample text font color is #BCB377.</p>
This text font color is #BCB377.
.myBgColor { background-color: #BCB377; }
<div style="background-color:#BCB377">Inner text</div>
This div background color is #BCB377.
.myBorderColor { border: 1px solid #BCB377; }
<div style="border:3px solid #BCB377">Div</div>
This div border color is #BCB377.
.myOpacity80 { color: #BCB377; opacity: 0.8; }
<p style="color:#BCB377;opacity:0.8;">80%</p>
Text with #BCB377 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCB377;}
<p style="text-shadow: 3px 3px 1px #BCB377">Text here.</p>
This text has shadow with #BCB377 color.
.textShadow {text-shadow: 3px 3px 1px #BCB377', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCB377, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCB377 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCB377, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCB377, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCB377 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCB377;
-webkit-box-shadow: 1px 1px 3px 2px #BCB377;
box-shadow: 1px 1px 3px 2px #BCB377;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCB377; -webkit-box-shadow: 1px 1px 3px 2px #BCB377; box-shadow:1px 1px 3px 2px #BCB377;">
Div content here
</div>
This text has color #BCB377 on black background.
This text has color #BCB377 on white background.
This text has black color on #BCB377 background.
This text has white color on #BCB377 background.
Complementary color for #hex is #434C88.