COLOR #BB196E

HEX: #BB196E
RGB: (187,25,110)

Color info

#BB196E contains mainly red color. Web safe color of #BB196E is #CC0066 (or #C06).

RGB color model

#BB196E color RGB value is (187,25,110).

  • red value is 187;
  • green value is 25;
  • blue value is 110.
RGB:
(187,25,110)
(73%,10%,43%)

RGB channels and saturation

R 187 of 255 = 73%
G 25 of 255 = 10%
B 110 of 255 = 43%

187
25
110

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

Portions of RGB colors in percentages

R + G + B =
187 + 25 + 110 = 322 (100%)
R 187 of 322 ~ 58.07%
G 25 of 322 ~ 7.76%
B 110 of 322 ~ 34.16%

%58.07
%34.16

CMYK color model

#BB196E color CMYK value is (0,87,41,27).

  • cyan value is 0.00%
  • magenta value is 86.63%
  • yellow value is 41.18%
  • key color value is 26.67%
CMYK:
(0,87,41,27)
C0M87Y41K27 
(0%,87%,41%,27%)
(0.00/0.87/0.41/0.27)	

CMYK percentages

%0
%86.63
%41.18
%26.67

Codes

Color #BB196E in popluar color models

BB196E
RGB18725110
HSL329°76.42%41.57%
HSB/HSV329°86.63%73.33%
CMYK0.00%86.63%41.18%
26.67%

Color #BB196E in popluar number systems.

HEXBB196E
Decimal18725110
Binary10111011110011101110
Octal27331156

Shades and tints

Shades of #BB196E

#BB196E
(187,25,110)
#AA1764
(170,23,100)
#99155A
(153,21,90)
#881350
(136,19,80)
#771146
(119,17,70)
#660F3C
(102,15,60)
#550D32
(85,13,50)
#440B28
(68,11,40)
#33091E
(51,9,30)
#220714
(34,7,20)
#11050A
(17,5,10)
#000000
(0,0,0)

Tints of #BB196E

#BB196E
(187,25,110)
#C12D7B
(193,45,123)
#C74188
(199,65,136)
#CD5595
(205,85,149)
#D369A2
(211,105,162)
#D97DAF
(217,125,175)
#DF91BC
(223,145,188)
#E5A5C9
(229,165,201)
#EBB9D6
(235,185,214)
#F1CDE3
(241,205,227)
#F7E1F0
(247,225,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB196E color. Also use rgb(187,25,110) instead hex code.

Text Font Color

.myTextColor { color: #BB196E; }

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

This text font color is #BB196E.


Background Color

.myBgColor { background-color: #BB196E; }

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

This div background color is #BB196E.


Border color

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

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

This div border color is #BB196E.


Opacity

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

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

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

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

This text has shadow with #BB196E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB196E on black background.


Color preview on white background

This text has color #BB196E on white background.



Black color preview on #BB196E background

This text has black color on #BB196E background.


White color preview on #BB196E background

This text has white color on #BB196E background.