HEX: #BC714D
RGB: (188,113,77)
#BC714D contains mainly red color. #BC714D ‘ nin web güvenlik rengi #CC6633 (ya da #C63) dir.
#BC714D color RGB value is (188,113,77).
RGB: (188,113,77)
(74%, 44%, 30%)
R 188 of 255 = 74%
G 113 of 255 = 44%
B 77 of 255 = 30%
R + G + B ~ 49%. #BC714D is middle color (not dark and not light).
R + G + B = 188 + 113 + 77 = 378 (100%)
R 188 of 378 ~ 49.74%
G 113 of 378 ~ 29.89%
B 77 of 378 ~ 20.37'%
#BC714D rengi CMYK tonu (0,40,59,26).
CMYK: (0,40,59,26)
C0M40Y59K26 (0%, 40%, 59%, 26%)
(0.00 / 0.40 / 0.59 / 0.26)
Color #BC714D in popluar color models
BC | 71 | 4D | |
---|---|---|---|
RGB | 188 | 113 | 77 |
HSL | 19° | 45.31% | 51.96% |
HSB/HSV | 19° | 59.04% | 73.73% |
CMYK | 0.00% | 39.89% | 59.04% |
26.27% |
Color #BC714D in popluar number systems.
HEX | BC | 71 | 4D |
Decimal | 188 | 113 | 77 |
Binary | 10111100 | 1110001 | 1001101 |
Octal | 274 | 161 | 115 |
Shades of #BC714D
Tints of #BC714D
Examples of css and html codes for elements with #BC714D color. Also use rgb(188,113,77) instead hex code.
.myTextColor { color: #BC714D; }
<p style="color:#BC714D">This sample text font color is #BC714D.</p>
This text font color is #BC714D.
.myBgColor { background-color: #BC714D; }
<div style="background-color:#BC714D">Inner text</div>
This div background color is #BC714D.
.myBorderColor { border: 1px solid #BC714D; }
<div style="border:3px solid #BC714D">Div</div>
This div border color is #BC714D.
.myOpacity80 { color: #BC714D; opacity: 0.8; }
<p style="color:#BC714D;opacity:0.8;">80%</p>
Text with #BC714D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC714D;}
<p style="text-shadow: 3px 3px 1px #BC714D">Text here.</p>
This text has shadow with #BC714D color.
.textShadow {text-shadow: 3px 3px 1px #BC714D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC714D, 5px 5px 20px red">Text here.</p>
This text has shadow with #BC714D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC714D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC714D, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC714D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC714D;
-webkit-box-shadow: 1px 1px 3px 2px #BC714D;
box-shadow: 1px 1px 3px 2px #BC714D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC714D; -webkit-box-shadow: 1px 1px 3px 2px #BC714D; box-shadow:1px 1px 3px 2px #BC714D;">
Div content here
</div>
This text has color #BC714D on black background.
This text has color #BC714D on white background.
This text has black color on #BC714D background.
This text has white color on #BC714D background.
Complementary color for #hex is #438EB2.