COLOR #BB9A9E

HEX: #BB9A9E
RGB: (187,154,158)

Color info

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

RGB color model

#BB9A9E color RGB value is (187,154,158).

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

RGB channels and saturation

R 187 of 255 = 73%
G 154 of 255 = 60%
B 158 of 255 = 62%

187
154
158

R + G + B ~ 65%. #BB9A9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 154 + 158 = 499 (100%)
R 187 of 499 ~ 37.47%
G 154 of 499 ~ 30.86%
B 158 of 499 ~ 31.66%

%37.47
%30.86
%31.66

CMYK color model

#BB9A9E color CMYK value is (0,18,16,27).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 15.51%
  • key color value is 26.67%
CMYK:
(0,18,16,27)
C0M18Y16K27 
(0%,18%,16%,27%)
(0.00/0.18/0.16/0.27)	

CMYK percentages

%0
%17.65
%15.51
%26.67

Codes

Color #BB9A9E in popluar color models

BB9A9E
RGB187154158
HSL353°19.53%66.86%
HSB/HSV353°17.65%73.33%
CMYK0.00%17.65%15.51%
26.67%

Color #BB9A9E in popluar number systems.

HEXBB9A9E
Decimal187154158
Binary101110111001101010011110
Octal273232236

Shades and tints

Shades of #BB9A9E

#BB9A9E
(187,154,158)
#AA8C90
(170,140,144)
#997E82
(153,126,130)
#887074
(136,112,116)
#776266
(119,98,102)
#665458
(102,84,88)
#55464A
(85,70,74)
#44383C
(68,56,60)
#332A2E
(51,42,46)
#221C20
(34,28,32)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #BB9A9E

#BB9A9E
(187,154,158)
#C1A3A6
(193,163,166)
#C7ACAE
(199,172,174)
#CDB5B6
(205,181,182)
#D3BEBE
(211,190,190)
#D9C7C6
(217,199,198)
#DFD0CE
(223,208,206)
#E5D9D6
(229,217,214)
#EBE2DE
(235,226,222)
#F1EBE6
(241,235,230)
#F7F4EE
(247,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9A9E; }

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

This text font color is #BB9A9E.


Background Color

.myBgColor { background-color: #BB9A9E; }

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

This div background color is #BB9A9E.


Border color

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

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

This div border color is #BB9A9E.


Opacity

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

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

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

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

This text has shadow with #BB9A9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9A9E on black background.


Color preview on white background

This text has color #BB9A9E on white background.



Black color preview on #BB9A9E background

This text has black color on #BB9A9E background.


White color preview on #BB9A9E background

This text has white color on #BB9A9E background.