COLOR #BB8890

HEX: #BB8890
RGB: (187,136,144)

Color info

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

RGB color model

#BB8890 color RGB value is (187,136,144).

  • red value is 187;
  • green value is 136;
  • blue value is 144.
RGB:
(187,136,144)
(73%,53%,56%)

RGB channels and saturation

R 187 of 255 = 73%
G 136 of 255 = 53%
B 144 of 255 = 56%

187
136
144

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

Portions of RGB colors in percentages

R + G + B =
187 + 136 + 144 = 467 (100%)
R 187 of 467 ~ 40.04%
G 136 of 467 ~ 29.12%
B 144 of 467 ~ 30.84%

%40.04
%29.12
%30.84

CMYK color model

#BB8890 color CMYK value is (0,27,23,27).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 22.99%
  • key color value is 26.67%
CMYK:
(0,27,23,27)
C0M27Y23K27 
(0%,27%,23%,27%)
(0.00/0.27/0.23/0.27)	

CMYK percentages

%0
%27.27
%22.99
%26.67

Codes

Color #BB8890 in popluar color models

BB8890
RGB187136144
HSL351°27.27%63.33%
HSB/HSV351°27.27%73.33%
CMYK0.00%27.27%22.99%
26.67%

Color #BB8890 in popluar number systems.

HEXBB8890
Decimal187136144
Binary101110111000100010010000
Octal273210220

Shades and tints

Shades of #BB8890

#BB8890
(187,136,144)
#AA7C83
(170,124,131)
#997076
(153,112,118)
#886469
(136,100,105)
#77585C
(119,88,92)
#664C4F
(102,76,79)
#554042
(85,64,66)
#443435
(68,52,53)
#332828
(51,40,40)
#221C1B
(34,28,27)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #BB8890

#BB8890
(187,136,144)
#C1929A
(193,146,154)
#C79CA4
(199,156,164)
#CDA6AE
(205,166,174)
#D3B0B8
(211,176,184)
#D9BAC2
(217,186,194)
#DFC4CC
(223,196,204)
#E5CED6
(229,206,214)
#EBD8E0
(235,216,224)
#F1E2EA
(241,226,234)
#F7ECF4
(247,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8890 color. Also use rgb(187,136,144) instead hex code.

Text Font Color

.myTextColor { color: #BB8890; }

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

This text font color is #BB8890.


Background Color

.myBgColor { background-color: #BB8890; }

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

This div background color is #BB8890.


Border color

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

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

This div border color is #BB8890.


Opacity

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

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

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

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

This text has shadow with #BB8890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8890 on black background.


Color preview on white background

This text has color #BB8890 on white background.



Black color preview on #BB8890 background

This text has black color on #BB8890 background.


White color preview on #BB8890 background

This text has white color on #BB8890 background.