COLOR #BB4650

HEX: #BB4650
RGB: (187,70,80)

Color info

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

RGB color model

#BB4650 color RGB value is (187,70,80).

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

RGB channels and saturation

R 187 of 255 = 73%
G 70 of 255 = 27%
B 80 of 255 = 31%

187
70
80

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

Portions of RGB colors in percentages

R + G + B =
187 + 70 + 80 = 337 (100%)
R 187 of 337 ~ 55.49%
G 70 of 337 ~ 20.77%
B 80 of 337 ~ 23.74%

%55.49
%20.77
%23.74

CMYK color model

#BB4650 color CMYK value is (0,63,57,27).

  • cyan value is 0.00%
  • magenta value is 62.57%
  • yellow value is 57.22%
  • key color value is 26.67%
CMYK:
(0,63,57,27)
C0M63Y57K27 
(0%,63%,57%,27%)
(0.00/0.63/0.57/0.27)	

CMYK percentages

%0
%62.57
%57.22
%26.67

Codes

Color #BB4650 in popluar color models

BB4650
RGB1877080
HSL355°46.25%50.39%
HSB/HSV355°62.57%73.33%
CMYK0.00%62.57%57.22%
26.67%

Color #BB4650 in popluar number systems.

HEXBB4650
Decimal1877080
Binary1011101110001101010000
Octal273106120

Shades and tints

Shades of #BB4650

#BB4650
(187,70,80)
#AA4049
(170,64,73)
#993A42
(153,58,66)
#88343B
(136,52,59)
#772E34
(119,46,52)
#66282D
(102,40,45)
#552226
(85,34,38)
#441C1F
(68,28,31)
#331618
(51,22,24)
#221011
(34,16,17)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #BB4650

#BB4650
(187,70,80)
#C1565F
(193,86,95)
#C7666E
(199,102,110)
#CD767D
(205,118,125)
#D3868C
(211,134,140)
#D9969B
(217,150,155)
#DFA6AA
(223,166,170)
#E5B6B9
(229,182,185)
#EBC6C8
(235,198,200)
#F1D6D7
(241,214,215)
#F7E6E6
(247,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB4650; }

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

This text font color is #BB4650.


Background Color

.myBgColor { background-color: #BB4650; }

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

This div background color is #BB4650.


Border color

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

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

This div border color is #BB4650.


Opacity

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

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

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

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

This text has shadow with #BB4650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB4650 on black background.


Color preview on white background

This text has color #BB4650 on white background.



Black color preview on #BB4650 background

This text has black color on #BB4650 background.


White color preview on #BB4650 background

This text has white color on #BB4650 background.