COLOR #BB6F92

HEX: #BB6F92 RGB: (187,111,146)

Color info

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

RGB color model

#BB6F92 color RGB value is (187,111,146).

RGB: (187,111,146) (73%, 44%, 57%)

RGB channels and saturation

R 187 of 255 = 73%
G 111 of 255 = 44%
B 146 of 255 = 57%

187
111
146

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

Portions of RGB colors in percentages

R + G + B = 187 + 111 + 146 = 444 (100%)
R 187 of 444 ~ 42.12%
G 111 of 444 ~ 25%
B 146 of 444 ~ 32.88'%

%42.12
%25
%32.88

CMYK color model

#BB6F92 color CMYK value is (0,41,22,27).

  • cyan value is 0.00%
  • magenta value is 40.64%
  • yellow value is 21.93%
  • key color value is 26.67%

CMYK: (0,41,22,27)
C0M41Y22K27 (0%, 41%, 22%, 27%)
(0.00 / 0.41 / 0.22 / 0.27)

CMYK percentages

%0
%40.64
%21.93
%26.67

Codes

Color #BB6F92 in popluar color models

BB 6F 92
RGB 187 111 146
HSL 332° 35.85% 58.43%
HSB/HSV 332° 40.64% 73.33%
CMYK 0.00% 40.64% 21.93%
26.67%

Color #BB6F92 in popluar number systems.

HEX BB 6F 92
Decimal 187 111 146
Binary 10111011 1101111 10010010
Octal 273 157 222

Shades and tints

Shades of #BB6F92

#BB6F92
(187,111,146)
#AA6585
(170,101,133)
#995B78
(153,91,120)
#88516B
(136,81,107)
#77475E
(119,71,94)
#663D51
(102,61,81)
#553344
(85,51,68)
#442937
(68,41,55)
#331F2A
(51,31,42)
#22151D
(34,21,29)
#110B10
(17,11,16)
#000000
(0,0,0)

Tints of #BB6F92

#BB6F92
(187,111,146)
#C17C9B
(193,124,155)
#C789A4
(199,137,164)
#CD96AD
(205,150,173)
#D3A3B6
(211,163,182)
#D9B0BF
(217,176,191)
#DFBDC8
(223,189,200)
#E5CAD1
(229,202,209)
#EBD7DA
(235,215,218)
#F1E4E3
(241,228,227)
#F7F1EC
(247,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB6F92 color. Also use rgb(187,111,146) instead hex code.

Text Font Color

.myTextColor { color: #BB6F92; }

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

This text font color is #BB6F92.

Background Color

.myBgColor { background-color: #BB6F92; }

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

This div background color is #BB6F92.

Border color

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

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

This div border color is #BB6F92.

Opacity

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

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

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

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

This text has shadow with #BB6F92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB6F92.

Preview

Color preview on black background

This text has color #BB6F92 on black background.


Color preview on white background

This text has color #BB6F92 on white background.


Black color preview on #BB6F92 background

This text has black color on #BB6F92 background.


White color preview on #BB6F92 background

This text has white color on #BB6F92 background.


Related colors

Complementary color

Complementary color for #hex is #44906D.


I love getcolorcode.com

Triadic colors

1 #92BB6F and #6F92BB with #BB6F92 are triadic colors.

2 #926FBB and #6FBB92 with #BB6F92 are triadic colors.