COLOR #BB9BA0

HEX: #BB9BA0
RGB: (187,155,160)

Color info

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

RGB color model

#BB9BA0 color RGB value is (187,155,160).

  • red value is 187;
  • green value is 155;
  • blue value is 160.
RGB:
(187,155,160)
(73%,61%,63%)

RGB channels and saturation

R 187 of 255 = 73%
G 155 of 255 = 61%
B 160 of 255 = 63%

187
155
160

R + G + B ~ 66%. #BB9BA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 155 + 160 = 502 (100%)
R 187 of 502 ~ 37.25%
G 155 of 502 ~ 30.88%
B 160 of 502 ~ 31.87%

%37.25
%30.88
%31.87

CMYK color model

#BB9BA0 color CMYK value is (0,17,14,27).

  • cyan value is 0.00%
  • magenta value is 17.11%
  • yellow value is 14.44%
  • key color value is 26.67%
CMYK:
(0,17,14,27)
C0M17Y14K27 
(0%,17%,14%,27%)
(0.00/0.17/0.14/0.27)	

CMYK percentages

%0
%17.11
%14.44
%26.67

Codes

Color #BB9BA0 in popluar color models

BB9BA0
RGB187155160
HSL351°19.05%67.06%
HSB/HSV351°17.11%73.33%
CMYK0.00%17.11%14.44%
26.67%

Color #BB9BA0 in popluar number systems.

HEXBB9BA0
Decimal187155160
Binary101110111001101110100000
Octal273233240

Shades and tints

Shades of #BB9BA0

#BB9BA0
(187,155,160)
#AA8D92
(170,141,146)
#997F84
(153,127,132)
#887176
(136,113,118)
#776368
(119,99,104)
#66555A
(102,85,90)
#55474C
(85,71,76)
#44393E
(68,57,62)
#332B30
(51,43,48)
#221D22
(34,29,34)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #BB9BA0

#BB9BA0
(187,155,160)
#C1A4A8
(193,164,168)
#C7ADB0
(199,173,176)
#CDB6B8
(205,182,184)
#D3BFC0
(211,191,192)
#D9C8C8
(217,200,200)
#DFD1D0
(223,209,208)
#E5DAD8
(229,218,216)
#EBE3E0
(235,227,224)
#F1ECE8
(241,236,232)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9BA0 color. Also use rgb(187,155,160) instead hex code.

Text Font Color

.myTextColor { color: #BB9BA0; }

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

This text font color is #BB9BA0.


Background Color

.myBgColor { background-color: #BB9BA0; }

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

This div background color is #BB9BA0.


Border color

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

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

This div border color is #BB9BA0.


Opacity

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

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

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

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

This text has shadow with #BB9BA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9BA0 on black background.


Color preview on white background

This text has color #BB9BA0 on white background.



Black color preview on #BB9BA0 background

This text has black color on #BB9BA0 background.


White color preview on #BB9BA0 background

This text has white color on #BB9BA0 background.