COLOR #BB9690

HEX: #BB9690 RGB: (187,150,144)

Color info

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

RGB color model

#BB9690 color RGB value is (187,150,144).

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

RGB channels and saturation

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

187
150
144

R + G + B ~ 63%. #BB9690 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 150 + 144 = 481 (100%)
R 187 of 481 ~ 38.88%
G 150 of 481 ~ 31.19%
B 144 of 481 ~ 29.94'%

%38.88
%31.19
%29.94

CMYK color model

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

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

CMYK: (0,20,23,27)
C0M20Y23K27 (0%, 20%, 23%, 27%)
(0.00 / 0.20 / 0.23 / 0.27)

CMYK percentages

%0
%19.79
%22.99
%26.67

Codes

Color #BB9690 in popluar color models

BB 96 90
RGB 187 150 144
HSL 24.02% 64.90%
HSB/HSV 22.99% 73.33%
CMYK 0.00% 19.79% 22.99%
26.67%

Color #BB9690 in popluar number systems.

HEX BB 96 90
Decimal 187 150 144
Binary 10111011 10010110 10010000
Octal 273 226 220

Shades and tints

Shades of #BB9690

#BB9690
(187,150,144)
#AA8983
(170,137,131)
#997C76
(153,124,118)
#886F69
(136,111,105)
#77625C
(119,98,92)
#66554F
(102,85,79)
#554842
(85,72,66)
#443B35
(68,59,53)
#332E28
(51,46,40)
#22211B
(34,33,27)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #BB9690

#BB9690
(187,150,144)
#C19F9A
(193,159,154)
#C7A8A4
(199,168,164)
#CDB1AE
(205,177,174)
#D3BAB8
(211,186,184)
#D9C3C2
(217,195,194)
#DFCCCC
(223,204,204)
#E5D5D6
(229,213,214)
#EBDEE0
(235,222,224)
#F1E7EA
(241,231,234)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9690; }

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

This text font color is #BB9690.

Background Color

.myBgColor { background-color: #BB9690; }

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

This div background color is #BB9690.

Border color

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

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

This div border color is #BB9690.

Opacity

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

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

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

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

This text has shadow with #BB9690 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9690.

Preview

Color preview on black background

This text has color #BB9690 on black background.


Color preview on white background

This text has color #BB9690 on white background.


Black color preview on #BB9690 background

This text has black color on #BB9690 background.


White color preview on #BB9690 background

This text has white color on #BB9690 background.


Related colors

Complementary color

Complementary color for #hex is #44696F.


I love getcolorcode.com

Triadic colors

1 #90BB96 and #9690BB with #BB9690 are triadic colors.

2 #9096BB and #96BB90 with #BB9690 are triadic colors.