COLOR #BB7992

HEX: #BB7992
RGB: (187,121,146)

Color info

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

RGB color model

#BB7992 color RGB value is (187,121,146).

  • red value is 187;
  • green value is 121;
  • blue value is 146.
RGB: (187,121,146) (73%,47%,57%)

RGB channels and saturation

R 187 of 255 = 73%
G 121 of 255 = 47%
B 146 of 255 = 57%

187
121
146

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

Portions of RGB colors in percentages

R + G + B =
187 + 121 + 146 = 454 (100%)
R 187 of 454 ~ 41.19%
G 121 of 454 ~ 26.65%
B 146 of 454 ~ 32.16%

%41.19
%26.65
%32.16

CMYK color model

#BB7992 color CMYK value is (0,35,22,27).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 21.93%
  • key color value is 26.67%
CMYK: (0,35,22,27) C0M35Y22K27 (0%,35%,22%,27%) (0.00/0.35/0.22/0.27)

CMYK percentages

%0
%35.29
%21.93
%26.67

Codes

Color #BB7992 in popluar color models

BB7992
RGB187121146
HSL337°32.67%60.39%
HSB/HSV337°35.29%73.33%
CMYK0.00%35.29%21.93%
26.67%

Color #BB7992 in popluar number systems.

HEXBB7992
Decimal187121146
Binary10111011111100110010010
Octal273171222

Shades and tints

Shades of #BB7992

#BB7992
(187,121,146)
#AA6E85
(170,110,133)
#996378
(153,99,120)
#88586B
(136,88,107)
#774D5E
(119,77,94)
#664251
(102,66,81)
#553744
(85,55,68)
#442C37
(68,44,55)
#33212A
(51,33,42)
#22161D
(34,22,29)
#110B10
(17,11,16)
#000000
(0,0,0)

Tints of #BB7992

#BB7992
(187,121,146)
#C1859B
(193,133,155)
#C791A4
(199,145,164)
#CD9DAD
(205,157,173)
#D3A9B6
(211,169,182)
#D9B5BF
(217,181,191)
#DFC1C8
(223,193,200)
#E5CDD1
(229,205,209)
#EBD9DA
(235,217,218)
#F1E5E3
(241,229,227)
#F7F1EC
(247,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB7992; }

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

This text font color is #BB7992.


Background Color

.myBgColor { background-color: #BB7992; }

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

This div background color is #BB7992.


Border color

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

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

This div border color is #BB7992.


Opacity

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

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

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

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

This text has shadow with #BB7992 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BB7992 on black background.


Color preview on white background

This text has color #BB7992 on white background.



Black color preview on #BB7992 background

This text has black color on #BB7992 background.


White color preview on #BB7992 background

This text has white color on #BB7992 background.