COLOR #BB2955

HEX: #BB2955
RGB: (187,41,85)

Color info

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

RGB color model

#BB2955 color RGB value is (187,41,85).

  • red value is 187;
  • green value is 41;
  • blue value is 85.
RGB:
(187,41,85)
(73%,16%,33%)

RGB channels and saturation

R 187 of 255 = 73%
G 41 of 255 = 16%
B 85 of 255 = 33%

187
41
85

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

Portions of RGB colors in percentages

R + G + B =
187 + 41 + 85 = 313 (100%)
R 187 of 313 ~ 59.74%
G 41 of 313 ~ 13.1%
B 85 of 313 ~ 27.16%

%59.74
%13.1
%27.16

CMYK color model

#BB2955 color CMYK value is (0,78,55,27).

  • cyan value is 0.00%
  • magenta value is 78.07%
  • yellow value is 54.55%
  • key color value is 26.67%
CMYK:
(0,78,55,27)
C0M78Y55K27 
(0%,78%,55%,27%)
(0.00/0.78/0.55/0.27)	

CMYK percentages

%0
%78.07
%54.55
%26.67

Codes

Color #BB2955 in popluar color models

BB2955
RGB1874185
HSL342°64.04%44.71%
HSB/HSV342°78.07%73.33%
CMYK0.00%78.07%54.55%
26.67%

Color #BB2955 in popluar number systems.

HEXBB2955
Decimal1874185
Binary101110111010011010101
Octal27351125

Shades and tints

Shades of #BB2955

#BB2955
(187,41,85)
#AA264E
(170,38,78)
#992347
(153,35,71)
#882040
(136,32,64)
#771D39
(119,29,57)
#661A32
(102,26,50)
#55172B
(85,23,43)
#441424
(68,20,36)
#33111D
(51,17,29)
#220E16
(34,14,22)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #BB2955

#BB2955
(187,41,85)
#C13C64
(193,60,100)
#C74F73
(199,79,115)
#CD6282
(205,98,130)
#D37591
(211,117,145)
#D988A0
(217,136,160)
#DF9BAF
(223,155,175)
#E5AEBE
(229,174,190)
#EBC1CD
(235,193,205)
#F1D4DC
(241,212,220)
#F7E7EB
(247,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB2955 color. Also use rgb(187,41,85) instead hex code.

Text Font Color

.myTextColor { color: #BB2955; }

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

This text font color is #BB2955.


Background Color

.myBgColor { background-color: #BB2955; }

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

This div background color is #BB2955.


Border color

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

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

This div border color is #BB2955.


Opacity

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

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

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

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

This text has shadow with #BB2955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB2955 on black background.


Color preview on white background

This text has color #BB2955 on white background.



Black color preview on #BB2955 background

This text has black color on #BB2955 background.


White color preview on #BB2955 background

This text has white color on #BB2955 background.