COLOR #BB2E5A

HEX: #BB2E5A RGB: (187,46,90)

Color info

#BB2E5A contains mainly red color. Web safe color of #BB2E5A is #CC3366 (or #C36).

RGB color model

#BB2E5A color RGB value is (187,46,90).

RGB: (187,46,90) (73%, 18%, 35%)

RGB channels and saturation

R 187 of 255 = 73%
G 46 of 255 = 18%
B 90 of 255 = 35%

187
46
90

R + G + B ~ 42%. #BB2E5A is middle color (not dark and not light).

Portions of RGB colors in percentages

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'%

%57.89
%14.24
%27.86

CMYK color model

#BB2E5A color CMYK value is (0,75,52,27).

  • cyan value is 0.00%
  • magenta value is 75.40%
  • yellow value is 51.87%
  • key color value is 26.67%
CMYK: (0,75,52,27) C0M75Y52K27 (0%,75%,52%,27%) (0.00/0.75/0.52/0.27) 

CMYK percentages

%0
%75.4
%51.87
%26.67

Codes

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 and tints

Shades of #BB2E5A

#BB2E5A
(187,46,90)
#AA2A52
(170,42,82)
#99264A
(153,38,74)
#882242
(136,34,66)
#771E3A
(119,30,58)
#661A32
(102,26,50)
#55162A
(85,22,42)
#441222
(68,18,34)
#330E1A
(51,14,26)
#220A12
(34,10,18)
#11060A
(17,6,10)
#000000
(0,0,0)

Tints of #BB2E5A

#BB2E5A
(187,46,90)
#C14169
(193,65,105)
#C75478
(199,84,120)
#CD6787
(205,103,135)
#D37A96
(211,122,150)
#D98DA5
(217,141,165)
#DFA0B4
(223,160,180)
#E5B3C3
(229,179,195)
#EBC6D2
(235,198,210)
#F1D9E1
(241,217,225)
#F7ECF0
(247,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB2E5A color. Also use rgb(187,46,90) instead hex code.

Text Font Color

.myTextColor { color: #BB2E5A; }

<p style="color:#BB2E5A">This sample text font color is #BB2E5A.</p>

This text font color is #BB2E5A.

Background Color

.myBgColor { background-color: #BB2E5A; }

<div style="background-color:#BB2E5A">Inner text</div>

This div background color is #BB2E5A.

Border color

.myBorderColor { border: 1px solid #BB2E5A; }

<div style="border:3px solid #BB2E5A">Div</div>

This div border color is #BB2E5A.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #BB2E5A.

Preview

Color preview on black background

This text has color #BB2E5A on black background.


Color preview on white background

This text has color #BB2E5A on white background.


Black color preview on #BB2E5A background

This text has black color on #BB2E5A background.


White color preview on #BB2E5A background

This text has white color on #BB2E5A background.


Related colors

Complementary color

Complementary color for #hex is #44D1A5.


I love getcolorcode.com

Triadic colors

1 #5ABB2E and #2E5ABB with #BB2E5A are triadic colors.

2 #5A2EBB and #2EBB5A with #BB2E5A are triadic colors.