COLOR #BB3C6A

HEX: #BB3C6A RGB: (187,60,106)

Color info

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

RGB color model

#BB3C6A color RGB value is (187,60,106).

RGB: (187,60,106) (73%, 24%, 42%)

RGB channels and saturation

R 187 of 255 = 73%
G 60 of 255 = 24%
B 106 of 255 = 42%

187
60
106

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

Portions of RGB colors in percentages

R + G + B = 187 + 60 + 106 = 353 (100%)
R 187 of 353 ~ 52.97%
G 60 of 353 ~ 17%
B 106 of 353 ~ 30.03'%

%52.97
%17
%30.03

CMYK color model

#BB3C6A color CMYK value is (0,68,43,27).

  • cyan value is 0.00%
  • magenta value is 67.91%
  • yellow value is 43.32%
  • key color value is 26.67%
CMYK: (0,68,43,27) C0M68Y43K27 (0%,68%,43%,27%) (0.00/0.68/0.43/0.27) 

CMYK percentages

%0
%67.91
%43.32
%26.67

Codes

Color #BB3C6A in popluar color models

BB 3C 6A
RGB 187 60 106
HSL 338° 51.42% 48.43%
HSB/HSV 338° 67.91% 73.33%
CMYK 0.00% 67.91% 43.32%
26.67%

Color #BB3C6A in popluar number systems.

HEX BB 3C 6A
Decimal 187 60 106
Binary 10111011 111100 1101010
Octal 273 74 152

Shades and tints

Shades of #BB3C6A

#BB3C6A
(187,60,106)
#AA3761
(170,55,97)
#993258
(153,50,88)
#882D4F
(136,45,79)
#772846
(119,40,70)
#66233D
(102,35,61)
#551E34
(85,30,52)
#44192B
(68,25,43)
#331422
(51,20,34)
#220F19
(34,15,25)
#110A10
(17,10,16)
#000000
(0,0,0)

Tints of #BB3C6A

#BB3C6A
(187,60,106)
#C14D77
(193,77,119)
#C75E84
(199,94,132)
#CD6F91
(205,111,145)
#D3809E
(211,128,158)
#D991AB
(217,145,171)
#DFA2B8
(223,162,184)
#E5B3C5
(229,179,197)
#EBC4D2
(235,196,210)
#F1D5DF
(241,213,223)
#F7E6EC
(247,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB3C6A color. Also use rgb(187,60,106) instead hex code.

Text Font Color

.myTextColor { color: #BB3C6A; }

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

This text font color is #BB3C6A.

Background Color

.myBgColor { background-color: #BB3C6A; }

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

This div background color is #BB3C6A.

Border color

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

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

This div border color is #BB3C6A.

Opacity

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

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

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

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

This text has shadow with #BB3C6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB3C6A.

Preview

Color preview on black background

This text has color #BB3C6A on black background.


Color preview on white background

This text has color #BB3C6A on white background.


Black color preview on #BB3C6A background

This text has black color on #BB3C6A background.


White color preview on #BB3C6A background

This text has white color on #BB3C6A background.


Related colors

Complementary color

Complementary color for #hex is #44C395.


I love getcolorcode.com

Triadic colors

1 #6ABB3C and #3C6ABB with #BB3C6A are triadic colors.

2 #6A3CBB and #3CBB6A with #BB3C6A are triadic colors.