HEX: #BC737B
RGB: (188,115,123)
#BC737B contains mainly red color. Web safe color of #BC737B is #CC6666 (or #C66).
#BC737B color RGB value is (188,115,123).
RGB: (188,115,123)
(74%, 45%, 48%)
R 188 of 255 = 74%
G 115 of 255 = 45%
B 123 of 255 = 48%
R + G + B ~ 56%. #BC737B is middle color (not dark and not light).
R + G + B = 188 + 115 + 123 = 426 (100%)
R 188 of 426 ~ 44.13%
G 115 of 426 ~ 27%
B 123 of 426 ~ 28.87'%
#BC737B color CMYK value is (0,39,35,26).
CMYK: (0,39,35,26) C0M39Y35K26 (0%,39%,35%,26%) (0.00/0.39/0.35/0.26)
Color #BC737B in popluar color models
BC | 73 | 7B | |
---|---|---|---|
RGB | 188 | 115 | 123 |
HSL | 353° | 35.27% | 59.41% |
HSB/HSV | 353° | 38.83% | 73.73% |
CMYK | 0.00% | 38.83% | 34.57% |
26.27% |
Color #BC737B in popluar number systems.
HEX | BC | 73 | 7B |
Decimal | 188 | 115 | 123 |
Binary | 10111100 | 1110011 | 1111011 |
Octal | 274 | 163 | 173 |
Shades of #BC737B
Tints of #BC737B
Examples of css and html codes for elements with #BC737B color. Also use rgb(188,115,123) instead hex code.
.myTextColor { color: #BC737B; }
<p style="color:#BC737B">This sample text font color is #BC737B.</p>
This text font color is #BC737B.
.myBgColor { background-color: #BC737B; }
<div style="background-color:#BC737B">Inner text</div>
This div background color is #BC737B.
.myBorderColor { border: 1px solid #BC737B; }
<div style="border:3px solid #BC737B">Div</div>
This div border color is #BC737B.
.myOpacity80 { color: #BC737B; opacity: 0.8; }
<p style="color:#BC737B;opacity:0.8;">80%</p>
Text with #BC737B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC737B;}
<p style="text-shadow: 3px 3px 1px #BC737B">Text here.</p>
This text has shadow with #BC737B color.
.textShadow {text-shadow: 3px 3px 1px #BC737B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC737B, 5px 5px 20px red">Text here.</p>
This text has shadow with #BC737B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC737B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC737B, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC737B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC737B;
-webkit-box-shadow: 1px 1px 3px 2px #BC737B;
box-shadow: 1px 1px 3px 2px #BC737B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC737B; -webkit-box-shadow: 1px 1px 3px 2px #BC737B; box-shadow:1px 1px 3px 2px #BC737B;">
Div content here
</div>
This text has color #BC737B on black background.
This text has color #BC737B on white background.
This text has black color on #BC737B background.
This text has white color on #BC737B background.
Complementary color for #hex is #438C84.