COLOR #BB2A5A

HEX: #BB2A5A
RGB: (187,42,90)

Color info

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

RGB color model

#BB2A5A color RGB value is (187,42,90).

  • red value is 187;
  • green value is 42;
  • blue value is 90.
RGB:
(187,42,90)
(73%,16%,35%)

RGB channels and saturation

R 187 of 255 = 73%
G 42 of 255 = 16%
B 90 of 255 = 35%

187
42
90

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

Portions of RGB colors in percentages

R + G + B =
187 + 42 + 90 = 319 (100%)
R 187 of 319 ~ 58.62%
G 42 of 319 ~ 13.17%
B 90 of 319 ~ 28.21%

%58.62
%13.17
%28.21

CMYK color model

#BB2A5A color CMYK value is (0,78,52,27).

  • cyan value is 0.00%
  • magenta value is 77.54%
  • yellow value is 51.87%
  • key color value is 26.67%
CMYK:
(0,78,52,27)
C0M78Y52K27 
(0%,78%,52%,27%)
(0.00/0.78/0.52/0.27)	

CMYK percentages

%0
%77.54
%51.87
%26.67

Codes

Color #BB2A5A in popluar color models

BB2A5A
RGB1874290
HSL340°63.32%44.90%
HSB/HSV340°77.54%73.33%
CMYK0.00%77.54%51.87%
26.67%

Color #BB2A5A in popluar number systems.

HEXBB2A5A
Decimal1874290
Binary101110111010101011010
Octal27352132

Shades and tints

Shades of #BB2A5A

#BB2A5A
(187,42,90)
#AA2752
(170,39,82)
#99244A
(153,36,74)
#882142
(136,33,66)
#771E3A
(119,30,58)
#661B32
(102,27,50)
#55182A
(85,24,42)
#441522
(68,21,34)
#33121A
(51,18,26)
#220F12
(34,15,18)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #BB2A5A

#BB2A5A
(187,42,90)
#C13D69
(193,61,105)
#C75078
(199,80,120)
#CD6387
(205,99,135)
#D37696
(211,118,150)
#D989A5
(217,137,165)
#DF9CB4
(223,156,180)
#E5AFC3
(229,175,195)
#EBC2D2
(235,194,210)
#F1D5E1
(241,213,225)
#F7E8F0
(247,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB2A5A; }

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

This text font color is #BB2A5A.


Background Color

.myBgColor { background-color: #BB2A5A; }

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

This div background color is #BB2A5A.


Border color

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

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

This div border color is #BB2A5A.


Opacity

.myOpacity80 { color: #BB2A5A; opacity: 0.8; }

<p style="color:#BB2A5A;opacity:0.8;">80%</p>

Text with #BB2A5A 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 #BB2A5A;}

<p style="text-shadow: 3px 3px 1px #BB2A5A">Text here.</p>

This text has shadow with #BB2A5A color.

.textShadow {text-shadow: 3px 3px 1px #BB2A5A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BB2A5A, 5px 5px 20px red">Text here.</p>

This text has shadow with #BB2A5A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB2A5A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BB2A5A, Direction=45, Strength=4)">Text</p>

This text has shadow with #BB2A5A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BB2A5A;
  -webkit-box-shadow:	1px 1px 3px 2px #BB2A5A;
  box-shadow:		1px 1px 3px 2px #BB2A5A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB2A5A;
-webkit-box-shadow: 1px 1px 3px 2px #BB2A5A;
box-shadow:1px 1px 3px 2px #BB2A5A;">
Div content here</div>
This div box has shadow with color #BB2A5A.

Preview

Color preview on black background

This text has color #BB2A5A on black background.


Color preview on white background

This text has color #BB2A5A on white background.



Black color preview on #BB2A5A background

This text has black color on #BB2A5A background.


White color preview on #BB2A5A background

This text has white color on #BB2A5A background.