HEX: #B4729D
RGB: (180,114,157)
#B4729D contains mainly red and blue colors. Web safe color of #B4729D is #CC6699 (or #C69).
#B4729D color RGB value is (180,114,157).
RGB: (180,114,157)
(71%, 45%, 62%)
R 180 of 255 = 71%
G 114 of 255 = 45%
B 157 of 255 = 62%
R + G + B ~ 59%. #B4729D is middle color (not dark and not light).
R + G + B = 180 + 114 + 157 = 451 (100%)
R 180 of 451 ~ 39.91%
G 114 of 451 ~ 25.28%
B 157 of 451 ~ 34.81'%
#B4729D color CMYK value is (0,37,13,29).
CMYK: (0,37,13,29) C0M37Y13K29 (0%,37%,13%,29%) (0.00/0.37/0.13/0.29)
Color #B4729D in popluar color models
B4 | 72 | 9D | |
---|---|---|---|
RGB | 180 | 114 | 157 |
HSL | 321° | 30.56% | 57.65% |
HSB/HSV | 321° | 36.67% | 70.59% |
CMYK | 0.00% | 36.67% | 12.78% |
29.41% |
Color #B4729D in popluar number systems.
HEX | B4 | 72 | 9D |
Decimal | 180 | 114 | 157 |
Binary | 10110100 | 1110010 | 10011101 |
Octal | 264 | 162 | 235 |
Shades of #B4729D
Tints of #B4729D
Examples of css and html codes for elements with #B4729D color. Also use rgb(180,114,157) instead hex code.
.myTextColor { color: #B4729D; }
<p style="color:#B4729D">This sample text font color is #B4729D.</p>
This text font color is #B4729D.
.myBgColor { background-color: #B4729D; }
<div style="background-color:#B4729D">Inner text</div>
This div background color is #B4729D.
.myBorderColor { border: 1px solid #B4729D; }
<div style="border:3px solid #B4729D">Div</div>
This div border color is #B4729D.
.myOpacity80 { color: #B4729D; opacity: 0.8; }
<p style="color:#B4729D;opacity:0.8;">80%</p>
Text with #B4729D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4729D;}
<p style="text-shadow: 3px 3px 1px #B4729D">Text here.</p>
This text has shadow with #B4729D color.
.textShadow {text-shadow: 3px 3px 1px #B4729D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4729D, 5px 5px 20px red">Text here.</p>
This text has shadow with #B4729D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4729D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4729D, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4729D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4729D;
-webkit-box-shadow: 1px 1px 3px 2px #B4729D;
box-shadow: 1px 1px 3px 2px #B4729D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4729D; -webkit-box-shadow: 1px 1px 3px 2px #B4729D; box-shadow:1px 1px 3px 2px #B4729D;">
Div content here
</div>
This text has color #B4729D on black background.
This text has color #B4729D on white background.
This text has black color on #B4729D background.
This text has white color on #B4729D background.
Complementary color for #hex is #4B8D62.