HEX: #B0727D
RGB: (176,114,125)
#B0727D contains mainly red and blue colors. Web safe color of #B0727D is #996666 (or #966).
#B0727D color RGB value is (176,114,125).
RGB: (176,114,125)
(69%, 45%, 49%)
R 176 of 255 = 69%
G 114 of 255 = 45%
B 125 of 255 = 49%
R + G + B ~ 54%. #B0727D is middle color (not dark and not light).
R + G + B = 176 + 114 + 125 = 415 (100%)
R 176 of 415 ~ 42.41%
G 114 of 415 ~ 27.47%
B 125 of 415 ~ 30.12'%
#B0727D color CMYK value is (0,35,29,31).
CMYK: (0,35,29,31)
C0M35Y29K31 (0%, 35%, 29%, 31%)
(0.00 / 0.35 / 0.29 / 0.31)
Color #B0727D in popluar color models
B0 | 72 | 7D | |
---|---|---|---|
RGB | 176 | 114 | 125 |
HSL | 349° | 28.18% | 56.86% |
HSB/HSV | 349° | 35.23% | 69.02% |
CMYK | 0.00% | 35.23% | 28.98% |
30.98% |
Color #B0727D in popluar number systems.
HEX | B0 | 72 | 7D |
Decimal | 176 | 114 | 125 |
Binary | 10110000 | 1110010 | 1111101 |
Octal | 260 | 162 | 175 |
Shades of #B0727D
Tints of #B0727D
Examples of css and html codes for elements with #B0727D color. Also use rgb(176,114,125) instead hex code.
.myTextColor { color: #B0727D; }
<p style="color:#B0727D">This sample text font color is #B0727D.</p>
This text font color is #B0727D.
.myBgColor { background-color: #B0727D; }
<div style="background-color:#B0727D">Inner text</div>
This div background color is #B0727D.
.myBorderColor { border: 1px solid #B0727D; }
<div style="border:3px solid #B0727D">Div</div>
This div border color is #B0727D.
.myOpacity80 { color: #B0727D; opacity: 0.8; }
<p style="color:#B0727D;opacity:0.8;">80%</p>
Text with #B0727D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B0727D;}
<p style="text-shadow: 3px 3px 1px #B0727D">Text here.</p>
This text has shadow with #B0727D color.
.textShadow {text-shadow: 3px 3px 1px #B0727D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B0727D, 5px 5px 20px red">Text here.</p>
This text has shadow with #B0727D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B0727D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B0727D, Direction=45, Strength=4)">Text</p>
This text has shadow with #B0727D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B0727D;
-webkit-box-shadow: 1px 1px 3px 2px #B0727D;
box-shadow: 1px 1px 3px 2px #B0727D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B0727D; -webkit-box-shadow: 1px 1px 3px 2px #B0727D; box-shadow:1px 1px 3px 2px #B0727D;">
Div content here
</div>
This text has color #B0727D on black background.
This text has color #B0727D on white background.
This text has black color on #B0727D background.
This text has white color on #B0727D background.
Complementary color for #hex is #4F8D82.