COLOR #BB9C9B

HEX: #BB9C9B
RGB: (187,156,155)

Color info

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

RGB color model

#BB9C9B color RGB value is (187,156,155).

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

RGB channels and saturation

R 187 of 255 = 73%
G 156 of 255 = 61%
B 155 of 255 = 61%

187
156
155

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

Portions of RGB colors in percentages

R + G + B =
187 + 156 + 155 = 498 (100%)
R 187 of 498 ~ 37.55%
G 156 of 498 ~ 31.33%
B 155 of 498 ~ 31.12%

%37.55
%31.33
%31.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.58%
  • yellow value is 17.11%
  • key color value is 26.67%
CMYK:
(0,17,17,27)
C0M17Y17K27 
(0%,17%,17%,27%)
(0.00/0.17/0.17/0.27)	

CMYK percentages

%0
%16.58
%17.11
%26.67

Codes

Color #BB9C9B in popluar color models

BB9C9B
RGB187156155
HSL19.05%67.06%
HSB/HSV17.11%73.33%
CMYK0.00%16.58%17.11%
26.67%

Color #BB9C9B in popluar number systems.

HEXBB9C9B
Decimal187156155
Binary101110111001110010011011
Octal273234233

Shades and tints

Shades of #BB9C9B

#BB9C9B
(187,156,155)
#AA8E8D
(170,142,141)
#99807F
(153,128,127)
#887271
(136,114,113)
#776463
(119,100,99)
#665655
(102,86,85)
#554847
(85,72,71)
#443A39
(68,58,57)
#332C2B
(51,44,43)
#221E1D
(34,30,29)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #BB9C9B

#BB9C9B
(187,156,155)
#C1A5A4
(193,165,164)
#C7AEAD
(199,174,173)
#CDB7B6
(205,183,182)
#D3C0BF
(211,192,191)
#D9C9C8
(217,201,200)
#DFD2D1
(223,210,209)
#E5DBDA
(229,219,218)
#EBE4E3
(235,228,227)
#F1EDEC
(241,237,236)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9C9B; }

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

This text font color is #BB9C9B.


Background Color

.myBgColor { background-color: #BB9C9B; }

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

This div background color is #BB9C9B.


Border color

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

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

This div border color is #BB9C9B.


Opacity

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

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

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

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

This text has shadow with #BB9C9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9C9B on black background.


Color preview on white background

This text has color #BB9C9B on white background.



Black color preview on #BB9C9B background

This text has black color on #BB9C9B background.


White color preview on #BB9C9B background

This text has white color on #BB9C9B background.