COLOR #BB2354

HEX: #BB2354
RGB: (187,35,84)

Color info

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

RGB color model

#BB2354 color RGB value is (187,35,84).

  • red value is 187;
  • green value is 35;
  • blue value is 84.
RGB:
(187,35,84)
(73%,14%,33%)

RGB channels and saturation

R 187 of 255 = 73%
G 35 of 255 = 14%
B 84 of 255 = 33%

187
35
84

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

Portions of RGB colors in percentages

R + G + B =
187 + 35 + 84 = 306 (100%)
R 187 of 306 ~ 61.11%
G 35 of 306 ~ 11.44%
B 84 of 306 ~ 27.45%

%61.11
%11.44
%27.45

CMYK color model

#BB2354 color CMYK value is (0,81,55,27).

  • cyan value is 0.00%
  • magenta value is 81.28%
  • yellow value is 55.08%
  • key color value is 26.67%
CMYK:
(0,81,55,27)
C0M81Y55K27 
(0%,81%,55%,27%)
(0.00/0.81/0.55/0.27)	

CMYK percentages

%0
%81.28
%55.08
%26.67

Codes

Color #BB2354 in popluar color models

BB2354
RGB1873584
HSL341°68.47%43.53%
HSB/HSV341°81.28%73.33%
CMYK0.00%81.28%55.08%
26.67%

Color #BB2354 in popluar number systems.

HEXBB2354
Decimal1873584
Binary101110111000111010100
Octal27343124

Shades and tints

Shades of #BB2354

#BB2354
(187,35,84)
#AA204D
(170,32,77)
#991D46
(153,29,70)
#881A3F
(136,26,63)
#771738
(119,23,56)
#661431
(102,20,49)
#55112A
(85,17,42)
#440E23
(68,14,35)
#330B1C
(51,11,28)
#220815
(34,8,21)
#11050E
(17,5,14)
#000000
(0,0,0)

Tints of #BB2354

#BB2354
(187,35,84)
#C13763
(193,55,99)
#C74B72
(199,75,114)
#CD5F81
(205,95,129)
#D37390
(211,115,144)
#D9879F
(217,135,159)
#DF9BAE
(223,155,174)
#E5AFBD
(229,175,189)
#EBC3CC
(235,195,204)
#F1D7DB
(241,215,219)
#F7EBEA
(247,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB2354 color. Also use rgb(187,35,84) instead hex code.

Text Font Color

.myTextColor { color: #BB2354; }

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

This text font color is #BB2354.


Background Color

.myBgColor { background-color: #BB2354; }

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

This div background color is #BB2354.


Border color

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

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

This div border color is #BB2354.


Opacity

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

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

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

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

This text has shadow with #BB2354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB2354 on black background.


Color preview on white background

This text has color #BB2354 on white background.



Black color preview on #BB2354 background

This text has black color on #BB2354 background.


White color preview on #BB2354 background

This text has white color on #BB2354 background.