COLOR #BB2E46

HEX: #BB2E46
RGB: (187,46,70)

Color info

#BB2E46 contains mainly red color. Web safe color of #BB2E46 is #CC3333 (or #C33).

RGB color model

#BB2E46 color RGB value is (187,46,70).

  • red value is 187;
  • green value is 46;
  • blue value is 70.
RGB:
(187,46,70)
(73%,18%,27%)

RGB channels and saturation

R 187 of 255 = 73%
G 46 of 255 = 18%
B 70 of 255 = 27%

187
46
70

R + G + B ~ 39%. #BB2E46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
187 + 46 + 70 = 303 (100%)
R 187 of 303 ~ 61.72%
G 46 of 303 ~ 15.18%
B 70 of 303 ~ 23.1%

%61.72
%15.18
%23.1

CMYK color model

#BB2E46 color CMYK value is (0,75,63,27).

  • cyan value is 0.00%
  • magenta value is 75.40%
  • yellow value is 62.57%
  • key color value is 26.67%
CMYK:
(0,75,63,27)
C0M75Y63K27 
(0%,75%,63%,27%)
(0.00/0.75/0.63/0.27)	

CMYK percentages

%0
%75.4
%62.57
%26.67

Codes

Color #BB2E46 in popluar color models

BB2E46
RGB1874670
HSL350°60.52%45.69%
HSB/HSV350°75.40%73.33%
CMYK0.00%75.40%62.57%
26.67%

Color #BB2E46 in popluar number systems.

HEXBB2E46
Decimal1874670
Binary101110111011101000110
Octal27356106

Shades and tints

Shades of #BB2E46

#BB2E46
(187,46,70)
#AA2A40
(170,42,64)
#99263A
(153,38,58)
#882234
(136,34,52)
#771E2E
(119,30,46)
#661A28
(102,26,40)
#551622
(85,22,34)
#44121C
(68,18,28)
#330E16
(51,14,22)
#220A10
(34,10,16)
#11060A
(17,6,10)
#000000
(0,0,0)

Tints of #BB2E46

#BB2E46
(187,46,70)
#C14156
(193,65,86)
#C75466
(199,84,102)
#CD6776
(205,103,118)
#D37A86
(211,122,134)
#D98D96
(217,141,150)
#DFA0A6
(223,160,166)
#E5B3B6
(229,179,182)
#EBC6C6
(235,198,198)
#F1D9D6
(241,217,214)
#F7ECE6
(247,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB2E46; }

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

This text font color is #BB2E46.


Background Color

.myBgColor { background-color: #BB2E46; }

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

This div background color is #BB2E46.


Border color

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

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

This div border color is #BB2E46.


Opacity

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

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

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

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

This text has shadow with #BB2E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB2E46 on black background.


Color preview on white background

This text has color #BB2E46 on white background.



Black color preview on #BB2E46 background

This text has black color on #BB2E46 background.


White color preview on #BB2E46 background

This text has white color on #BB2E46 background.