COLOR #BB3B69

HEX: #BB3B69
RGB: (187,59,105)

Color info

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

RGB color model

#BB3B69 color RGB value is (187,59,105).

  • red value is 187;
  • green value is 59;
  • blue value is 105.
RGB:
(187,59,105)
(73%,23%,41%)

RGB channels and saturation

R 187 of 255 = 73%
G 59 of 255 = 23%
B 105 of 255 = 41%

187
59
105

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

Portions of RGB colors in percentages

R + G + B =
187 + 59 + 105 = 351 (100%)
R 187 of 351 ~ 53.28%
G 59 of 351 ~ 16.81%
B 105 of 351 ~ 29.91%

%53.28
%16.81
%29.91

CMYK color model

#BB3B69 color CMYK value is (0,68,44,27).

  • cyan value is 0.00%
  • magenta value is 68.45%
  • yellow value is 43.85%
  • key color value is 26.67%
CMYK:
(0,68,44,27)
C0M68Y44K27 
(0%,68%,44%,27%)
(0.00/0.68/0.44/0.27)	

CMYK percentages

%0
%68.45
%43.85
%26.67

Codes

Color #BB3B69 in popluar color models

BB3B69
RGB18759105
HSL338°52.03%48.24%
HSB/HSV338°68.45%73.33%
CMYK0.00%68.45%43.85%
26.67%

Color #BB3B69 in popluar number systems.

HEXBB3B69
Decimal18759105
Binary101110111110111101001
Octal27373151

Shades and tints

Shades of #BB3B69

#BB3B69
(187,59,105)
#AA3660
(170,54,96)
#993157
(153,49,87)
#882C4E
(136,44,78)
#772745
(119,39,69)
#66223C
(102,34,60)
#551D33
(85,29,51)
#44182A
(68,24,42)
#331321
(51,19,33)
#220E18
(34,14,24)
#11090F
(17,9,15)
#000000
(0,0,0)

Tints of #BB3B69

#BB3B69
(187,59,105)
#C14C76
(193,76,118)
#C75D83
(199,93,131)
#CD6E90
(205,110,144)
#D37F9D
(211,127,157)
#D990AA
(217,144,170)
#DFA1B7
(223,161,183)
#E5B2C4
(229,178,196)
#EBC3D1
(235,195,209)
#F1D4DE
(241,212,222)
#F7E5EB
(247,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB3B69 color. Also use rgb(187,59,105) instead hex code.

Text Font Color

.myTextColor { color: #BB3B69; }

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

This text font color is #BB3B69.


Background Color

.myBgColor { background-color: #BB3B69; }

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

This div background color is #BB3B69.


Border color

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

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

This div border color is #BB3B69.


Opacity

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

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

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

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

This text has shadow with #BB3B69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB3B69 on black background.


Color preview on white background

This text has color #BB3B69 on white background.



Black color preview on #BB3B69 background

This text has black color on #BB3B69 background.


White color preview on #BB3B69 background

This text has white color on #BB3B69 background.