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