HEX: #BC827A
RGB: (188,130,122)
#BC827A contains mainly red and green colors. Web safe color of #BC827A is #CC9966 (or #C96).
#BC827A color RGB value is (188,130,122).
RGB: (188,130,122)
(74%, 51%, 48%)
R 188 of 255 = 74%
G 130 of 255 = 51%
B 122 of 255 = 48%
R + G + B ~ 58%. #BC827A is middle color (not dark and not light).
R + G + B = 188 + 130 + 122 = 440 (100%)
R 188 of 440 ~ 42.73%
G 130 of 440 ~ 29.55%
B 122 of 440 ~ 27.73'%
#BC827A color CMYK value is (0,31,35,26).
CMYK: (0,31,35,26)
C0M31Y35K26 (0%, 31%, 35%, 26%)
(0.00 / 0.31 / 0.35 / 0.26)
Color #BC827A in popluar color models
BC | 82 | 7A | |
---|---|---|---|
RGB | 188 | 130 | 122 |
HSL | 7° | 33.00% | 60.78% |
HSB/HSV | 7° | 35.11% | 73.73% |
CMYK | 0.00% | 30.85% | 35.11% |
26.27% |
Color #BC827A in popluar number systems.
HEX | BC | 82 | 7A |
Decimal | 188 | 130 | 122 |
Binary | 10111100 | 10000010 | 1111010 |
Octal | 274 | 202 | 172 |
Shades of #BC827A
Tints of #BC827A
Examples of css and html codes for elements with #BC827A color. Also use rgb(188,130,122) instead hex code.
.myTextColor { color: #BC827A; }
<p style="color:#BC827A">This sample text font color is #BC827A.</p>
This text font color is #BC827A.
.myBgColor { background-color: #BC827A; }
<div style="background-color:#BC827A">Inner text</div>
This div background color is #BC827A.
.myBorderColor { border: 1px solid #BC827A; }
<div style="border:3px solid #BC827A">Div</div>
This div border color is #BC827A.
.myOpacity80 { color: #BC827A; opacity: 0.8; }
<p style="color:#BC827A;opacity:0.8;">80%</p>
Text with #BC827A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC827A;}
<p style="text-shadow: 3px 3px 1px #BC827A">Text here.</p>
This text has shadow with #BC827A color.
.textShadow {text-shadow: 3px 3px 1px #BC827A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC827A, 5px 5px 20px red">Text here.</p>
This text has shadow with #BC827A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC827A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC827A, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC827A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC827A;
-webkit-box-shadow: 1px 1px 3px 2px #BC827A;
box-shadow: 1px 1px 3px 2px #BC827A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC827A; -webkit-box-shadow: 1px 1px 3px 2px #BC827A; box-shadow:1px 1px 3px 2px #BC827A;">
Div content here
</div>
This text has color #BC827A on black background.
This text has color #BC827A on white background.
This text has black color on #BC827A background.
This text has white color on #BC827A background.
Complementary color for #hex is #437D85.