COLOR #BB396B

HEX: #BB396B RGB: (187,57,107)

Color info

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

RGB color model

#BB396B color RGB value is (187,57,107).

RGB: (187,57,107) (73%, 22%, 42%)

RGB channels and saturation

R 187 of 255 = 73%
G 57 of 255 = 22%
B 107 of 255 = 42%

187
57
107

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

Portions of RGB colors in percentages

R + G + B = 187 + 57 + 107 = 351 (100%)
R 187 of 351 ~ 53.28%
G 57 of 351 ~ 16.24%
B 107 of 351 ~ 30.48'%

%53.28
%16.24
%30.48

CMYK color model

#BB396B color CMYK value is (0,70,43,27).

  • cyan value is 0.00%
  • magenta value is 69.52%
  • yellow value is 42.78%
  • key color value is 26.67%

CMYK: (0,70,43,27)
C0M70Y43K27 (0%, 70%, 43%, 27%)
(0.00 / 0.70 / 0.43 / 0.27)

CMYK percentages

%0
%69.52
%42.78
%26.67

Codes

Color #BB396B in popluar color models

BB 39 6B
RGB 187 57 107
HSL 337° 53.28% 47.84%
HSB/HSV 337° 69.52% 73.33%
CMYK 0.00% 69.52% 42.78%
26.67%

Color #BB396B in popluar number systems.

HEX BB 39 6B
Decimal 187 57 107
Binary 10111011 111001 1101011
Octal 273 71 153

Shades and tints

Shades of #BB396B

#BB396B
(187,57,107)
#AA3462
(170,52,98)
#992F59
(153,47,89)
#882A50
(136,42,80)
#772547
(119,37,71)
#66203E
(102,32,62)
#551B35
(85,27,53)
#44162C
(68,22,44)
#331123
(51,17,35)
#220C1A
(34,12,26)
#110711
(17,7,17)
#000000
(0,0,0)

Tints of #BB396B

#BB396B
(187,57,107)
#C14B78
(193,75,120)
#C75D85
(199,93,133)
#CD6F92
(205,111,146)
#D3819F
(211,129,159)
#D993AC
(217,147,172)
#DFA5B9
(223,165,185)
#E5B7C6
(229,183,198)
#EBC9D3
(235,201,211)
#F1DBE0
(241,219,224)
#F7EDED
(247,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB396B color. Also use rgb(187,57,107) instead hex code.

Text Font Color

.myTextColor { color: #BB396B; }

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

This text font color is #BB396B.

Background Color

.myBgColor { background-color: #BB396B; }

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

This div background color is #BB396B.

Border color

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

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

This div border color is #BB396B.

Opacity

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

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

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

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

This text has shadow with #BB396B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB396B.

Preview

Color preview on black background

This text has color #BB396B on black background.


Color preview on white background

This text has color #BB396B on white background.


Black color preview on #BB396B background

This text has black color on #BB396B background.


White color preview on #BB396B background

This text has white color on #BB396B background.


Related colors

Complementary color

Complementary color for #hex is #44C694.


I love getcolorcode.com

Triadic colors

1 #6BBB39 and #396BBB with #BB396B are triadic colors.

2 #6B39BB and #39BB6B with #BB396B are triadic colors.