HEX: #BB6685
RGB: (187,102,133)
#BB6685 contains mainly red and blue colors. Web safe color of #BB6685 is #CC6699 (or #C69).
#BB6685 color RGB value is (187,102,133).
RGB: (187,102,133)
(73%, 40%, 52%)
R 187 of 255 = 73%
G 102 of 255 = 40%
B 133 of 255 = 52%
R + G + B ~ 55%. #BB6685 is middle color (not dark and not light).
R + G + B = 187 + 102 + 133 = 422 (100%)
R 187 of 422 ~ 44.31%
G 102 of 422 ~ 24.17%
B 133 of 422 ~ 31.52'%
#BB6685 color CMYK value is (0,45,29,27).
CMYK: (0,45,29,27)
C0M45Y29K27 (0%, 45%, 29%, 27%)
(0.00 / 0.45 / 0.29 / 0.27)
Color #BB6685 in popluar color models
BB | 66 | 85 | |
---|---|---|---|
RGB | 187 | 102 | 133 |
HSL | 338° | 38.46% | 56.67% |
HSB/HSV | 338° | 45.45% | 73.33% |
CMYK | 0.00% | 45.45% | 28.88% |
26.67% |
Color #BB6685 in popluar number systems.
HEX | BB | 66 | 85 |
Decimal | 187 | 102 | 133 |
Binary | 10111011 | 1100110 | 10000101 |
Octal | 273 | 146 | 205 |
Shades of #BB6685
Tints of #BB6685
Examples of css and html codes for elements with #BB6685 color. Also use rgb(187,102,133) instead hex code.
.myTextColor { color: #BB6685; }
<p style="color:#BB6685">This sample text font color is #BB6685.</p>
This text font color is #BB6685.
.myBgColor { background-color: #BB6685; }
<div style="background-color:#BB6685">Inner text</div>
This div background color is #BB6685.
.myBorderColor { border: 1px solid #BB6685; }
<div style="border:3px solid #BB6685">Div</div>
This div border color is #BB6685.
.myOpacity80 { color: #BB6685; opacity: 0.8; }
<p style="color:#BB6685;opacity:0.8;">80%</p>
Text with #BB6685 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB6685;}
<p style="text-shadow: 3px 3px 1px #BB6685">Text here.</p>
This text has shadow with #BB6685 color.
.textShadow {text-shadow: 3px 3px 1px #BB6685', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB6685, 5px 5px 20px red">Text here.</p>
This text has shadow with #BB6685 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB6685, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB6685, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB6685 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BB6685;
-webkit-box-shadow: 1px 1px 3px 2px #BB6685;
box-shadow: 1px 1px 3px 2px #BB6685;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB6685; -webkit-box-shadow: 1px 1px 3px 2px #BB6685; box-shadow:1px 1px 3px 2px #BB6685;">
Div content here
</div>
This text has color #BB6685 on black background.
This text has color #BB6685 on white background.
This text has black color on #BB6685 background.
This text has white color on #BB6685 background.
Complementary color for #hex is #44997A.