COLOR #BB9B9F

HEX: #BB9B9F RGB: (187,155,159)

Color info

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

RGB color model

#BB9B9F color RGB value is (187,155,159).

RGB: (187,155,159) (73%, 61%, 62%)

RGB channels and saturation

R 187 of 255 = 73%
G 155 of 255 = 61%
B 159 of 255 = 62%

187
155
159

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

Portions of RGB colors in percentages

R + G + B = 187 + 155 + 159 = 501 (100%)
R 187 of 501 ~ 37.33%
G 155 of 501 ~ 30.94%
B 159 of 501 ~ 31.74'%

%37.33
%30.94
%31.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.11%
  • yellow value is 14.97%
  • key color value is 26.67%

CMYK: (0,17,15,27)
C0M17Y15K27 (0%, 17%, 15%, 27%)
(0.00 / 0.17 / 0.15 / 0.27)

CMYK percentages

%0
%17.11
%14.97
%26.67

Codes

Color #BB9B9F in popluar color models

BB 9B 9F
RGB 187 155 159
HSL 353° 19.05% 67.06%
HSB/HSV 353° 17.11% 73.33%
CMYK 0.00% 17.11% 14.97%
26.67%

Color #BB9B9F in popluar number systems.

HEX BB 9B 9F
Decimal 187 155 159
Binary 10111011 10011011 10011111
Octal 273 233 237

Shades and tints

Shades of #BB9B9F

#BB9B9F
(187,155,159)
#AA8D91
(170,141,145)
#997F83
(153,127,131)
#887175
(136,113,117)
#776367
(119,99,103)
#665559
(102,85,89)
#55474B
(85,71,75)
#44393D
(68,57,61)
#332B2F
(51,43,47)
#221D21
(34,29,33)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #BB9B9F

#BB9B9F
(187,155,159)
#C1A4A7
(193,164,167)
#C7ADAF
(199,173,175)
#CDB6B7
(205,182,183)
#D3BFBF
(211,191,191)
#D9C8C7
(217,200,199)
#DFD1CF
(223,209,207)
#E5DAD7
(229,218,215)
#EBE3DF
(235,227,223)
#F1ECE7
(241,236,231)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9B9F; }

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

This text font color is #BB9B9F.

Background Color

.myBgColor { background-color: #BB9B9F; }

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

This div background color is #BB9B9F.

Border color

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

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

This div border color is #BB9B9F.

Opacity

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

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

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

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

This text has shadow with #BB9B9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9B9F.

Preview

Color preview on black background

This text has color #BB9B9F on black background.


Color preview on white background

This text has color #BB9B9F on white background.


Black color preview on #BB9B9F background

This text has black color on #BB9B9F background.


White color preview on #BB9B9F background

This text has white color on #BB9B9F background.


Related colors

Complementary color

Complementary color for #hex is #446460.


I love getcolorcode.com

Triadic colors

1 #9FBB9B and #9B9FBB with #BB9B9F are triadic colors.

2 #9F9BBB and #9BBB9F with #BB9B9F are triadic colors.