COLOR #BB9892

HEX: #BB9892
RGB: (187,152,146)

Color info

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

RGB color model

#BB9892 color RGB value is (187,152,146).

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

RGB channels and saturation

R 187 of 255 = 73%
G 152 of 255 = 60%
B 146 of 255 = 57%

187
152
146

R + G + B ~ 63%. #BB9892 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 152 + 146 = 485 (100%)
R 187 of 485 ~ 38.56%
G 152 of 485 ~ 31.34%
B 146 of 485 ~ 30.1%

%38.56
%31.34
%30.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.72%
  • yellow value is 21.93%
  • key color value is 26.67%
CMYK:
(0,19,22,27)
C0M19Y22K27 
(0%,19%,22%,27%)
(0.00/0.19/0.22/0.27)	

CMYK percentages

%0
%18.72
%21.93
%26.67

Codes

Color #BB9892 in popluar color models

BB9892
RGB187152146
HSL23.16%65.29%
HSB/HSV21.93%73.33%
CMYK0.00%18.72%21.93%
26.67%

Color #BB9892 in popluar number systems.

HEXBB9892
Decimal187152146
Binary101110111001100010010010
Octal273230222

Shades and tints

Shades of #BB9892

#BB9892
(187,152,146)
#AA8B85
(170,139,133)
#997E78
(153,126,120)
#88716B
(136,113,107)
#77645E
(119,100,94)
#665751
(102,87,81)
#554A44
(85,74,68)
#443D37
(68,61,55)
#33302A
(51,48,42)
#22231D
(34,35,29)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #BB9892

#BB9892
(187,152,146)
#C1A19B
(193,161,155)
#C7AAA4
(199,170,164)
#CDB3AD
(205,179,173)
#D3BCB6
(211,188,182)
#D9C5BF
(217,197,191)
#DFCEC8
(223,206,200)
#E5D7D1
(229,215,209)
#EBE0DA
(235,224,218)
#F1E9E3
(241,233,227)
#F7F2EC
(247,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9892; }

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

This text font color is #BB9892.


Background Color

.myBgColor { background-color: #BB9892; }

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

This div background color is #BB9892.


Border color

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

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

This div border color is #BB9892.


Opacity

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

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

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

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

This text has shadow with #BB9892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9892 on black background.


Color preview on white background

This text has color #BB9892 on white background.



Black color preview on #BB9892 background

This text has black color on #BB9892 background.


White color preview on #BB9892 background

This text has white color on #BB9892 background.