COLOR #BB9B8C

HEX: #BB9B8C RGB: (187,155,140)

Color info

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

RGB color model

#BB9B8C color RGB value is (187,155,140).

RGB: (187,155,140) (73%, 61%, 55%)

RGB channels and saturation

R 187 of 255 = 73%
G 155 of 255 = 61%
B 140 of 255 = 55%

187
155
140

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

Portions of RGB colors in percentages

R + G + B = 187 + 155 + 140 = 482 (100%)
R 187 of 482 ~ 38.8%
G 155 of 482 ~ 32.16%
B 140 of 482 ~ 29.05'%

%38.8
%32.16
%29.05

CMYK color model

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

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

CMYK: (0,17,25,27)
C0M17Y25K27 (0%, 17%, 25%, 27%)
(0.00 / 0.17 / 0.25 / 0.27)

CMYK percentages

%0
%17.11
%25.13
%26.67

Codes

Color #BB9B8C in popluar color models

BB 9B 8C
RGB 187 155 140
HSL 19° 25.68% 64.12%
HSB/HSV 19° 25.13% 73.33%
CMYK 0.00% 17.11% 25.13%
26.67%

Color #BB9B8C in popluar number systems.

HEX BB 9B 8C
Decimal 187 155 140
Binary 10111011 10011011 10001100
Octal 273 233 214

Shades and tints

Shades of #BB9B8C

#BB9B8C
(187,155,140)
#AA8D80
(170,141,128)
#997F74
(153,127,116)
#887168
(136,113,104)
#77635C
(119,99,92)
#665550
(102,85,80)
#554744
(85,71,68)
#443938
(68,57,56)
#332B2C
(51,43,44)
#221D20
(34,29,32)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #BB9B8C

#BB9B8C
(187,155,140)
#C1A496
(193,164,150)
#C7ADA0
(199,173,160)
#CDB6AA
(205,182,170)
#D3BFB4
(211,191,180)
#D9C8BE
(217,200,190)
#DFD1C8
(223,209,200)
#E5DAD2
(229,218,210)
#EBE3DC
(235,227,220)
#F1ECE6
(241,236,230)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9B8C; }

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

This text font color is #BB9B8C.

Background Color

.myBgColor { background-color: #BB9B8C; }

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

This div background color is #BB9B8C.

Border color

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

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

This div border color is #BB9B8C.

Opacity

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

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

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

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

This text has shadow with #BB9B8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9B8C.

Preview

Color preview on black background

This text has color #BB9B8C on black background.


Color preview on white background

This text has color #BB9B8C on white background.


Black color preview on #BB9B8C background

This text has black color on #BB9B8C background.


White color preview on #BB9B8C background

This text has white color on #BB9B8C background.


Related colors

Complementary color

Complementary color for #hex is #446473.


I love getcolorcode.com

Triadic colors

1 #8CBB9B and #9B8CBB with #BB9B8C are triadic colors.

2 #8C9BBB and #9BBB8C with #BB9B8C are triadic colors.