HEX: #B06888
RGB: (176,104,136)
#B06888 contains mainly red and blue colors. Web safe color of #B06888 is #996699 (or #969).
#B06888 color RGB value is (176,104,136).
RGB: (176,104,136)
(69%, 41%, 53%)
R 176 of 255 = 69%
G 104 of 255 = 41%
B 136 of 255 = 53%
R + G + B ~ 54%. #B06888 is middle color (not dark and not light).
R + G + B = 176 + 104 + 136 = 416 (100%)
R 176 of 416 ~ 42.31%
G 104 of 416 ~ 25%
B 136 of 416 ~ 32.69'%
#B06888 color CMYK value is (0,41,23,31).
CMYK: (0,41,23,31)
C0M41Y23K31 (0%, 41%, 23%, 31%)
(0.00 / 0.41 / 0.23 / 0.31)
Color #B06888 in popluar color models
B0 | 68 | 88 | |
---|---|---|---|
RGB | 176 | 104 | 136 |
HSL | 333° | 31.30% | 54.90% |
HSB/HSV | 333° | 40.91% | 69.02% |
CMYK | 0.00% | 40.91% | 22.73% |
30.98% |
Color #B06888 in popluar number systems.
HEX | B0 | 68 | 88 |
Decimal | 176 | 104 | 136 |
Binary | 10110000 | 1101000 | 10001000 |
Octal | 260 | 150 | 210 |
Shades of #B06888
Tints of #B06888
Examples of css and html codes for elements with #B06888 color. Also use rgb(176,104,136) instead hex code.
.myTextColor { color: #B06888; }
<p style="color:#B06888">This sample text font color is #B06888.</p>
This text font color is #B06888.
.myBgColor { background-color: #B06888; }
<div style="background-color:#B06888">Inner text</div>
This div background color is #B06888.
.myBorderColor { border: 1px solid #B06888; }
<div style="border:3px solid #B06888">Div</div>
This div border color is #B06888.
.myOpacity80 { color: #B06888; opacity: 0.8; }
<p style="color:#B06888;opacity:0.8;">80%</p>
Text with #B06888 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B06888;}
<p style="text-shadow: 3px 3px 1px #B06888">Text here.</p>
This text has shadow with #B06888 color.
.textShadow {text-shadow: 3px 3px 1px #B06888', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B06888, 5px 5px 20px red">Text here.</p>
This text has shadow with #B06888 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B06888, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B06888, Direction=45, Strength=4)">Text</p>
This text has shadow with #B06888 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B06888;
-webkit-box-shadow: 1px 1px 3px 2px #B06888;
box-shadow: 1px 1px 3px 2px #B06888;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B06888; -webkit-box-shadow: 1px 1px 3px 2px #B06888; box-shadow:1px 1px 3px 2px #B06888;">
Div content here
</div>
This text has color #B06888 on black background.
This text has color #B06888 on white background.
This text has black color on #B06888 background.
This text has white color on #B06888 background.
Complementary color for #hex is #4F9777.