HEX: #BB2E5A
RGB: (187,46,90)
#BB2E5A contains mainly red color. Web safe color of #BB2E5A is #CC3366 (or #C36).
#BB2E5A color RGB value is (187,46,90).
RGB: (187,46,90)
(73%, 18%, 35%)
R 187 of 255 = 73%
G 46 of 255 = 18%
B 90 of 255 = 35%
R + G + B ~ 42%. #BB2E5A is middle color (not dark and not light).
R + G + B = 187 + 46 + 90 = 323 (100%)
R 187 of 323 ~ 57.89%
G 46 of 323 ~ 14.24%
B 90 of 323 ~ 27.86'%
#BB2E5A color CMYK value is (0,75,52,27).
CMYK: (0,75,52,27) C0M75Y52K27 (0%,75%,52%,27%) (0.00/0.75/0.52/0.27)
Color #BB2E5A in popluar color models
BB | 2E | 5A | |
---|---|---|---|
RGB | 187 | 46 | 90 |
HSL | 341° | 60.52% | 45.69% |
HSB/HSV | 341° | 75.40% | 73.33% |
CMYK | 0.00% | 75.40% | 51.87% |
26.67% |
Color #BB2E5A in popluar number systems.
HEX | BB | 2E | 5A |
Decimal | 187 | 46 | 90 |
Binary | 10111011 | 101110 | 1011010 |
Octal | 273 | 56 | 132 |
Shades of #BB2E5A
Tints of #BB2E5A
Examples of css and html codes for elements with #BB2E5A color. Also use rgb(187,46,90) instead hex code.
.myTextColor { color: #BB2E5A; }
<p style="color:#BB2E5A">This sample text font color is #BB2E5A.</p>
This text font color is #BB2E5A.
.myBgColor { background-color: #BB2E5A; }
<div style="background-color:#BB2E5A">Inner text</div>
This div background color is #BB2E5A.
.myBorderColor { border: 1px solid #BB2E5A; }
<div style="border:3px solid #BB2E5A">Div</div>
This div border color is #BB2E5A.
.myOpacity80 { color: #BB2E5A; opacity: 0.8; }
<p style="color:#BB2E5A;opacity:0.8;">80%</p>
Text with #BB2E5A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB2E5A;}
<p style="text-shadow: 3px 3px 1px #BB2E5A">Text here.</p>
This text has shadow with #BB2E5A color.
.textShadow {text-shadow: 3px 3px 1px #BB2E5A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB2E5A, 5px 5px 20px red">Text here.</p>
This text has shadow with #BB2E5A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB2E5A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB2E5A, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB2E5A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BB2E5A;
-webkit-box-shadow: 1px 1px 3px 2px #BB2E5A;
box-shadow: 1px 1px 3px 2px #BB2E5A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB2E5A; -webkit-box-shadow: 1px 1px 3px 2px #BB2E5A; box-shadow:1px 1px 3px 2px #BB2E5A;">
Div content here
</div>
This text has color #BB2E5A on black background.
This text has color #BB2E5A on white background.
This text has black color on #BB2E5A background.
This text has white color on #BB2E5A background.
Complementary color for #hex is #44D1A5.