HEX: #BB4466
RGB: (187,68,102)
#BB4466 contains mainly red color. Web safe color of #BB4466 is #CC3366 (or #C36).
#BB4466 color RGB value is (187,68,102).
RGB: (187,68,102)
(73%, 27%, 40%)
R 187 of 255 = 73%
G 68 of 255 = 27%
B 102 of 255 = 40%
R + G + B ~ 47%. #BB4466 is middle color (not dark and not light).
R + G + B = 187 + 68 + 102 = 357 (100%)
R 187 of 357 ~ 52.38%
G 68 of 357 ~ 19.05%
B 102 of 357 ~ 28.57'%
#BB4466 color CMYK value is (0,64,45,27).
CMYK: (0,64,45,27) C0M64Y45K27 (0%,64%,45%,27%) (0.00/0.64/0.45/0.27)
Color #BB4466 in popluar color models
BB | 44 | 66 | |
---|---|---|---|
RGB | 187 | 68 | 102 |
HSL | 343° | 46.67% | 50.00% |
HSB/HSV | 343° | 63.64% | 73.33% |
CMYK | 0.00% | 63.64% | 45.45% |
26.67% |
Color #BB4466 in popluar number systems.
HEX | BB | 44 | 66 |
Decimal | 187 | 68 | 102 |
Binary | 10111011 | 1000100 | 1100110 |
Octal | 273 | 104 | 146 |
Shades of #BB4466
Tints of #BB4466
Examples of css and html codes for elements with #BB4466 color. Also use rgb(187,68,102) instead hex code.
.myTextColor { color: #BB4466; }
<p style="color:#BB4466">This sample text font color is #BB4466.</p>
This text font color is #BB4466.
.myBgColor { background-color: #BB4466; }
<div style="background-color:#BB4466">Inner text</div>
This div background color is #BB4466.
.myBorderColor { border: 1px solid #BB4466; }
<div style="border:3px solid #BB4466">Div</div>
This div border color is #BB4466.
.myOpacity80 { color: #BB4466; opacity: 0.8; }
<p style="color:#BB4466;opacity:0.8;">80%</p>
Text with #BB4466 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB4466;}
<p style="text-shadow: 3px 3px 1px #BB4466">Text here.</p>
This text has shadow with #BB4466 color.
.textShadow {text-shadow: 3px 3px 1px #BB4466', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB4466, 5px 5px 20px red">Text here.</p>
This text has shadow with #BB4466 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB4466, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB4466, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB4466 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BB4466;
-webkit-box-shadow: 1px 1px 3px 2px #BB4466;
box-shadow: 1px 1px 3px 2px #BB4466;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB4466; -webkit-box-shadow: 1px 1px 3px 2px #BB4466; box-shadow:1px 1px 3px 2px #BB4466;">
Div content here
</div>
This text has color #BB4466 on black background.
This text has color #BB4466 on white background.
This text has black color on #BB4466 background.
This text has white color on #BB4466 background.
Complementary color for #hex is #44BB99.