COLOR #BB9696

HEX: #BB9696 RGB: (187,150,150)

Color info

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

RGB color model

#BB9696 color RGB value is (187,150,150).

RGB: (187,150,150) (73%, 59%, 59%)

RGB channels and saturation

R 187 of 255 = 73%
G 150 of 255 = 59%
B 150 of 255 = 59%

187
150
150

R + G + B ~ 64%. #BB9696 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 150 + 150 = 487 (100%)
R 187 of 487 ~ 38.4%
G 150 of 487 ~ 30.8%
B 150 of 487 ~ 30.8'%

%38.4
%30.8
%30.8

CMYK color model

#BB9696 color CMYK value is (0,20,20,27).

  • cyan value is 0.00%
  • magenta value is 19.79%
  • yellow value is 19.79%
  • key color value is 26.67%

CMYK: (0,20,20,27)
C0M20Y20K27 (0%, 20%, 20%, 27%)
(0.00 / 0.20 / 0.20 / 0.27)

CMYK percentages

%0
%19.79
%19.79
%26.67

Codes

Color #BB9696 in popluar color models

BB 96 96
RGB 187 150 150
HSL 21.39% 66.08%
HSB/HSV 19.79% 73.33%
CMYK 0.00% 19.79% 19.79%
26.67%

Color #BB9696 in popluar number systems.

HEX BB 96 96
Decimal 187 150 150
Binary 10111011 10010110 10010110
Octal 273 226 226

Shades and tints

Shades of #BB9696

#BB9696
(187,150,150)
#AA8989
(170,137,137)
#997C7C
(153,124,124)
#886F6F
(136,111,111)
#776262
(119,98,98)
#665555
(102,85,85)
#554848
(85,72,72)
#443B3B
(68,59,59)
#332E2E
(51,46,46)
#222121
(34,33,33)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #BB9696

#BB9696
(187,150,150)
#C19F9F
(193,159,159)
#C7A8A8
(199,168,168)
#CDB1B1
(205,177,177)
#D3BABA
(211,186,186)
#D9C3C3
(217,195,195)
#DFCCCC
(223,204,204)
#E5D5D5
(229,213,213)
#EBDEDE
(235,222,222)
#F1E7E7
(241,231,231)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9696; }

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

This text font color is #BB9696.

Background Color

.myBgColor { background-color: #BB9696; }

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

This div background color is #BB9696.

Border color

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

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

This div border color is #BB9696.

Opacity

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

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

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

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

This text has shadow with #BB9696 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9696.

Preview

Color preview on black background

This text has color #BB9696 on black background.


Color preview on white background

This text has color #BB9696 on white background.


Black color preview on #BB9696 background

This text has black color on #BB9696 background.


White color preview on #BB9696 background

This text has white color on #BB9696 background.


Related colors

Complementary color

Complementary color for #hex is #446969.


I love getcolorcode.com