COLOR #BB8A9A

HEX: #BB8A9A
RGB: (187,138,154)

Color info

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

RGB color model

#BB8A9A color RGB value is (187,138,154).

  • red value is 187;
  • green value is 138;
  • blue value is 154.
RGB:
(187,138,154)
(73%,54%,60%)

RGB channels and saturation

R 187 of 255 = 73%
G 138 of 255 = 54%
B 154 of 255 = 60%

187
138
154

R + G + B ~ 62%. #BB8A9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 138 + 154 = 479 (100%)
R 187 of 479 ~ 39.04%
G 138 of 479 ~ 28.81%
B 154 of 479 ~ 32.15%

%39.04
%28.81
%32.15

CMYK color model

#BB8A9A color CMYK value is (0,26,18,27).

  • cyan value is 0.00%
  • magenta value is 26.20%
  • yellow value is 17.65%
  • key color value is 26.67%
CMYK:
(0,26,18,27)
C0M26Y18K27 
(0%,26%,18%,27%)
(0.00/0.26/0.18/0.27)	

CMYK percentages

%0
%26.2
%17.65
%26.67

Codes

Color #BB8A9A in popluar color models

BB8A9A
RGB187138154
HSL340°26.49%63.73%
HSB/HSV340°26.20%73.33%
CMYK0.00%26.20%17.65%
26.67%

Color #BB8A9A in popluar number systems.

HEXBB8A9A
Decimal187138154
Binary101110111000101010011010
Octal273212232

Shades and tints

Shades of #BB8A9A

#BB8A9A
(187,138,154)
#AA7E8C
(170,126,140)
#99727E
(153,114,126)
#886670
(136,102,112)
#775A62
(119,90,98)
#664E54
(102,78,84)
#554246
(85,66,70)
#443638
(68,54,56)
#332A2A
(51,42,42)
#221E1C
(34,30,28)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #BB8A9A

#BB8A9A
(187,138,154)
#C194A3
(193,148,163)
#C79EAC
(199,158,172)
#CDA8B5
(205,168,181)
#D3B2BE
(211,178,190)
#D9BCC7
(217,188,199)
#DFC6D0
(223,198,208)
#E5D0D9
(229,208,217)
#EBDAE2
(235,218,226)
#F1E4EB
(241,228,235)
#F7EEF4
(247,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8A9A color. Also use rgb(187,138,154) instead hex code.

Text Font Color

.myTextColor { color: #BB8A9A; }

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

This text font color is #BB8A9A.


Background Color

.myBgColor { background-color: #BB8A9A; }

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

This div background color is #BB8A9A.


Border color

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

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

This div border color is #BB8A9A.


Opacity

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

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

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

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

This text has shadow with #BB8A9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8A9A on black background.


Color preview on white background

This text has color #BB8A9A on white background.



Black color preview on #BB8A9A background

This text has black color on #BB8A9A background.


White color preview on #BB8A9A background

This text has white color on #BB8A9A background.