COLOR #BB8992

HEX: #BB8992 RGB: (187,137,146)

Color info

#BB8992 contains red, green and blue colors in about the same proportion. Web safe color of #BB8992 is #CC9999 (or #C99).

RGB color model

#BB8992 color RGB value is (187,137,146).

RGB: (187,137,146) (73%, 54%, 57%)

RGB channels and saturation

R 187 of 255 = 73%
G 137 of 255 = 54%
B 146 of 255 = 57%

187
137
146

R + G + B ~ 61%. #BB8992 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 137 + 146 = 470 (100%)
R 187 of 470 ~ 39.79%
G 137 of 470 ~ 29.15%
B 146 of 470 ~ 31.06'%

%39.79
%29.15
%31.06

CMYK color model

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

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

CMYK: (0,27,22,27)
C0M27Y22K27 (0%, 27%, 22%, 27%)
(0.00 / 0.27 / 0.22 / 0.27)

CMYK percentages

%0
%26.74
%21.93
%26.67

Codes

Color #BB8992 in popluar color models

BB 89 92
RGB 187 137 146
HSL 349° 26.88% 63.53%
HSB/HSV 349° 26.74% 73.33%
CMYK 0.00% 26.74% 21.93%
26.67%

Color #BB8992 in popluar number systems.

HEX BB 89 92
Decimal 187 137 146
Binary 10111011 10001001 10010010
Octal 273 211 222

Shades and tints

Shades of #BB8992

#BB8992
(187,137,146)
#AA7D85
(170,125,133)
#997178
(153,113,120)
#88656B
(136,101,107)
#77595E
(119,89,94)
#664D51
(102,77,81)
#554144
(85,65,68)
#443537
(68,53,55)
#33292A
(51,41,42)
#221D1D
(34,29,29)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #BB8992

#BB8992
(187,137,146)
#C1939B
(193,147,155)
#C79DA4
(199,157,164)
#CDA7AD
(205,167,173)
#D3B1B6
(211,177,182)
#D9BBBF
(217,187,191)
#DFC5C8
(223,197,200)
#E5CFD1
(229,207,209)
#EBD9DA
(235,217,218)
#F1E3E3
(241,227,227)
#F7EDEC
(247,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8992; }

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

This text font color is #BB8992.

Background Color

.myBgColor { background-color: #BB8992; }

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

This div background color is #BB8992.

Border color

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

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

This div border color is #BB8992.

Opacity

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

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

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

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

This text has shadow with #BB8992 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB8992.

Preview

Color preview on black background

This text has color #BB8992 on black background.


Color preview on white background

This text has color #BB8992 on white background.


Black color preview on #BB8992 background

This text has black color on #BB8992 background.


White color preview on #BB8992 background

This text has white color on #BB8992 background.


Related colors

Complementary color

Complementary color for #hex is #44766D.


I love getcolorcode.com

Triadic colors

1 #92BB89 and #8992BB with #BB8992 are triadic colors.

2 #9289BB and #89BB92 with #BB8992 are triadic colors.