COLOR #BB9F96

HEX: #BB9F96 RGB: (187,159,150)

Color info

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

RGB color model

#BB9F96 color RGB value is (187,159,150).

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

RGB channels and saturation

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

187
159
150

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

Portions of RGB colors in percentages

R + G + B = 187 + 159 + 150 = 496 (100%)
R 187 of 496 ~ 37.7%
G 159 of 496 ~ 32.06%
B 150 of 496 ~ 30.24'%

%37.7
%32.06
%30.24

CMYK color model

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

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

CMYK: (0,15,20,27)
C0M15Y20K27 (0%, 15%, 20%, 27%)
(0.00 / 0.15 / 0.20 / 0.27)

CMYK percentages

%0
%14.97
%19.79
%26.67

Codes

Color #BB9F96 in popluar color models

BB 9F 96
RGB 187 159 150
HSL 15° 21.39% 66.08%
HSB/HSV 15° 19.79% 73.33%
CMYK 0.00% 14.97% 19.79%
26.67%

Color #BB9F96 in popluar number systems.

HEX BB 9F 96
Decimal 187 159 150
Binary 10111011 10011111 10010110
Octal 273 237 226

Shades and tints

Shades of #BB9F96

#BB9F96
(187,159,150)
#AA9189
(170,145,137)
#99837C
(153,131,124)
#88756F
(136,117,111)
#776762
(119,103,98)
#665955
(102,89,85)
#554B48
(85,75,72)
#443D3B
(68,61,59)
#332F2E
(51,47,46)
#222121
(34,33,33)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #BB9F96

#BB9F96
(187,159,150)
#C1A79F
(193,167,159)
#C7AFA8
(199,175,168)
#CDB7B1
(205,183,177)
#D3BFBA
(211,191,186)
#D9C7C3
(217,199,195)
#DFCFCC
(223,207,204)
#E5D7D5
(229,215,213)
#EBDFDE
(235,223,222)
#F1E7E7
(241,231,231)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9F96; }

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

This text font color is #BB9F96.

Background Color

.myBgColor { background-color: #BB9F96; }

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

This div background color is #BB9F96.

Border color

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

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

This div border color is #BB9F96.

Opacity

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

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

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

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

This text has shadow with #BB9F96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9F96.

Preview

Color preview on black background

This text has color #BB9F96 on black background.


Color preview on white background

This text has color #BB9F96 on white background.


Black color preview on #BB9F96 background

This text has black color on #BB9F96 background.


White color preview on #BB9F96 background

This text has white color on #BB9F96 background.


Related colors

Complementary color

Complementary color for #hex is #446069.


I love getcolorcode.com

Triadic colors

1 #96BB9F and #9F96BB with #BB9F96 are triadic colors.

2 #969FBB and #9FBB96 with #BB9F96 are triadic colors.