COLOR #BB6C91

HEX: #BB6C91
RGB: (187,108,145)

Color info

#BB6C91 contains mainly red and blue colors. Web safe color of #BB6C91 is #CC6699 (or #C69).

RGB color model

#BB6C91 color RGB value is (187,108,145).

  • red value is 187;
  • green value is 108;
  • blue value is 145.
RGB:
(187,108,145)
(73%,42%,57%)

RGB channels and saturation

R 187 of 255 = 73%
G 108 of 255 = 42%
B 145 of 255 = 57%

187
108
145

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

Portions of RGB colors in percentages

R + G + B =
187 + 108 + 145 = 440 (100%)
R 187 of 440 ~ 42.5%
G 108 of 440 ~ 24.55%
B 145 of 440 ~ 32.95%

%42.5
%24.55
%32.95

CMYK color model

#BB6C91 color CMYK value is (0,42,22,27).

  • cyan value is 0.00%
  • magenta value is 42.25%
  • yellow value is 22.46%
  • key color value is 26.67%
CMYK:
(0,42,22,27)
C0M42Y22K27 
(0%,42%,22%,27%)
(0.00/0.42/0.22/0.27)	

CMYK percentages

%0
%42.25
%22.46
%26.67

Codes

Color #BB6C91 in popluar color models

BB6C91
RGB187108145
HSL332°36.74%57.84%
HSB/HSV332°42.25%73.33%
CMYK0.00%42.25%22.46%
26.67%

Color #BB6C91 in popluar number systems.

HEXBB6C91
Decimal187108145
Binary10111011110110010010001
Octal273154221

Shades and tints

Shades of #BB6C91

#BB6C91
(187,108,145)
#AA6384
(170,99,132)
#995A77
(153,90,119)
#88516A
(136,81,106)
#77485D
(119,72,93)
#663F50
(102,63,80)
#553643
(85,54,67)
#442D36
(68,45,54)
#332429
(51,36,41)
#221B1C
(34,27,28)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #BB6C91

#BB6C91
(187,108,145)
#C1799B
(193,121,155)
#C786A5
(199,134,165)
#CD93AF
(205,147,175)
#D3A0B9
(211,160,185)
#D9ADC3
(217,173,195)
#DFBACD
(223,186,205)
#E5C7D7
(229,199,215)
#EBD4E1
(235,212,225)
#F1E1EB
(241,225,235)
#F7EEF5
(247,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB6C91 color. Also use rgb(187,108,145) instead hex code.

Text Font Color

.myTextColor { color: #BB6C91; }

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

This text font color is #BB6C91.


Background Color

.myBgColor { background-color: #BB6C91; }

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

This div background color is #BB6C91.


Border color

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

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

This div border color is #BB6C91.


Opacity

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

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

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

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

This text has shadow with #BB6C91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB6C91 on black background.


Color preview on white background

This text has color #BB6C91 on white background.



Black color preview on #BB6C91 background

This text has black color on #BB6C91 background.


White color preview on #BB6C91 background

This text has white color on #BB6C91 background.