COLOR #BB978B

HEX: #BB978B RGB: (187,151,139)

Color info

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

RGB color model

#BB978B color RGB value is (187,151,139).

RGB: (187,151,139) (73%, 59%, 55%)

RGB channels and saturation

R 187 of 255 = 73%
G 151 of 255 = 59%
B 139 of 255 = 55%

187
151
139

R + G + B ~ 62%. #BB978B is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 151 + 139 = 477 (100%)
R 187 of 477 ~ 39.2%
G 151 of 477 ~ 31.66%
B 139 of 477 ~ 29.14'%

%39.2
%31.66
%29.14

CMYK color model

#BB978B color CMYK value is (0,19,26,27).

  • cyan value is 0.00%
  • magenta value is 19.25%
  • yellow value is 25.67%
  • key color value is 26.67%

CMYK: (0,19,26,27)
C0M19Y26K27 (0%, 19%, 26%, 27%)
(0.00 / 0.19 / 0.26 / 0.27)

CMYK percentages

%0
%19.25
%25.67
%26.67

Codes

Color #BB978B in popluar color models

BB 97 8B
RGB 187 151 139
HSL 15° 26.09% 63.92%
HSB/HSV 15° 25.67% 73.33%
CMYK 0.00% 19.25% 25.67%
26.67%

Color #BB978B in popluar number systems.

HEX BB 97 8B
Decimal 187 151 139
Binary 10111011 10010111 10001011
Octal 273 227 213

Shades and tints

Shades of #BB978B

#BB978B
(187,151,139)
#AA8A7F
(170,138,127)
#997D73
(153,125,115)
#887067
(136,112,103)
#77635B
(119,99,91)
#66564F
(102,86,79)
#554943
(85,73,67)
#443C37
(68,60,55)
#332F2B
(51,47,43)
#22221F
(34,34,31)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #BB978B

#BB978B
(187,151,139)
#C1A095
(193,160,149)
#C7A99F
(199,169,159)
#CDB2A9
(205,178,169)
#D3BBB3
(211,187,179)
#D9C4BD
(217,196,189)
#DFCDC7
(223,205,199)
#E5D6D1
(229,214,209)
#EBDFDB
(235,223,219)
#F1E8E5
(241,232,229)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB978B; }

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

This text font color is #BB978B.

Background Color

.myBgColor { background-color: #BB978B; }

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

This div background color is #BB978B.

Border color

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

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

This div border color is #BB978B.

Opacity

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

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

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

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

This text has shadow with #BB978B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB978B.

Preview

Color preview on black background

This text has color #BB978B on black background.


Color preview on white background

This text has color #BB978B on white background.


Black color preview on #BB978B background

This text has black color on #BB978B background.


White color preview on #BB978B background

This text has white color on #BB978B background.


Related colors

Complementary color

Complementary color for #hex is #446874.


I love getcolorcode.com

Triadic colors

1 #8BBB97 and #978BBB with #BB978B are triadic colors.

2 #8B97BB and #97BB8B with #BB978B are triadic colors.