COLOR #BB6A93

HEX: #BB6A93 RGB: (187,106,147)

Color info

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

RGB color model

#BB6A93 color RGB value is (187,106,147).

RGB: (187,106,147) (73%, 42%, 58%)

RGB channels and saturation

R 187 of 255 = 73%
G 106 of 255 = 42%
B 147 of 255 = 58%

187
106
147

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

Portions of RGB colors in percentages

R + G + B = 187 + 106 + 147 = 440 (100%)
R 187 of 440 ~ 42.5%
G 106 of 440 ~ 24.09%
B 147 of 440 ~ 33.41'%

%42.5
%24.09
%33.41

CMYK color model

#BB6A93 color CMYK value is (0,43,21,27).

  • cyan value is 0.00%
  • magenta value is 43.32%
  • yellow value is 21.39%
  • key color value is 26.67%

CMYK: (0,43,21,27)
C0M43Y21K27 (0%, 43%, 21%, 27%)
(0.00 / 0.43 / 0.21 / 0.27)

CMYK percentages

%0
%43.32
%21.39
%26.67

Codes

Color #BB6A93 in popluar color models

BB 6A 93
RGB 187 106 147
HSL 330° 37.33% 57.45%
HSB/HSV 330° 43.32% 73.33%
CMYK 0.00% 43.32% 21.39%
26.67%

Color #BB6A93 in popluar number systems.

HEX BB 6A 93
Decimal 187 106 147
Binary 10111011 1101010 10010011
Octal 273 152 223

Shades and tints

Shades of #BB6A93

#BB6A93
(187,106,147)
#AA6186
(170,97,134)
#995879
(153,88,121)
#884F6C
(136,79,108)
#77465F
(119,70,95)
#663D52
(102,61,82)
#553445
(85,52,69)
#442B38
(68,43,56)
#33222B
(51,34,43)
#22191E
(34,25,30)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #BB6A93

#BB6A93
(187,106,147)
#C1779C
(193,119,156)
#C784A5
(199,132,165)
#CD91AE
(205,145,174)
#D39EB7
(211,158,183)
#D9ABC0
(217,171,192)
#DFB8C9
(223,184,201)
#E5C5D2
(229,197,210)
#EBD2DB
(235,210,219)
#F1DFE4
(241,223,228)
#F7ECED
(247,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB6A93; }

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

This text font color is #BB6A93.

Background Color

.myBgColor { background-color: #BB6A93; }

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

This div background color is #BB6A93.

Border color

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

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

This div border color is #BB6A93.

Opacity

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

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

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

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

This text has shadow with #BB6A93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB6A93.

Preview

Color preview on black background

This text has color #BB6A93 on black background.


Color preview on white background

This text has color #BB6A93 on white background.


Black color preview on #BB6A93 background

This text has black color on #BB6A93 background.


White color preview on #BB6A93 background

This text has white color on #BB6A93 background.


Related colors

Complementary color

Complementary color for #hex is #44956C.


I love getcolorcode.com

Triadic colors

1 #93BB6A and #6A93BB with #BB6A93 are triadic colors.

2 #936ABB and #6ABB93 with #BB6A93 are triadic colors.