COLOR #BB9880

HEX: #BB9880
RGB: (187,152,128)

Color info

#BB9880 contains red, green and blue colors in about the same proportion. Web safe color of #BB9880 is #CC9966 (or #C96).

RGB color model

#BB9880 color RGB value is (187,152,128).

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

RGB channels and saturation

R 187 of 255 = 73%
G 152 of 255 = 60%
B 128 of 255 = 50%

187
152
128

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

Portions of RGB colors in percentages

R + G + B =
187 + 152 + 128 = 467 (100%)
R 187 of 467 ~ 40.04%
G 152 of 467 ~ 32.55%
B 128 of 467 ~ 27.41%

%40.04
%32.55
%27.41

CMYK color model

#BB9880 color CMYK value is (0,19,32,27).

  • cyan value is 0.00%
  • magenta value is 18.72%
  • yellow value is 31.55%
  • key color value is 26.67%
CMYK:
(0,19,32,27)
C0M19Y32K27 
(0%,19%,32%,27%)
(0.00/0.19/0.32/0.27)	

CMYK percentages

%0
%18.72
%31.55
%26.67

Codes

Color #BB9880 in popluar color models

BB9880
RGB187152128
HSL24°30.26%61.76%
HSB/HSV24°31.55%73.33%
CMYK0.00%18.72%31.55%
26.67%

Color #BB9880 in popluar number systems.

HEXBB9880
Decimal187152128
Binary101110111001100010000000
Octal273230200

Shades and tints

Shades of #BB9880

#BB9880
(187,152,128)
#AA8B75
(170,139,117)
#997E6A
(153,126,106)
#88715F
(136,113,95)
#776454
(119,100,84)
#665749
(102,87,73)
#554A3E
(85,74,62)
#443D33
(68,61,51)
#333028
(51,48,40)
#22231D
(34,35,29)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #BB9880

#BB9880
(187,152,128)
#C1A18B
(193,161,139)
#C7AA96
(199,170,150)
#CDB3A1
(205,179,161)
#D3BCAC
(211,188,172)
#D9C5B7
(217,197,183)
#DFCEC2
(223,206,194)
#E5D7CD
(229,215,205)
#EBE0D8
(235,224,216)
#F1E9E3
(241,233,227)
#F7F2EE
(247,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9880; }

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

This text font color is #BB9880.


Background Color

.myBgColor { background-color: #BB9880; }

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

This div background color is #BB9880.


Border color

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

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

This div border color is #BB9880.


Opacity

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

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

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

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

This text has shadow with #BB9880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9880 on black background.


Color preview on white background

This text has color #BB9880 on white background.



Black color preview on #BB9880 background

This text has black color on #BB9880 background.


White color preview on #BB9880 background

This text has white color on #BB9880 background.