COLOR #BB979D

HEX: #BB979D RGB: (187,151,157)

Color info

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

RGB color model

#BB979D color RGB value is (187,151,157).

RGB: (187,151,157) (73%, 59%, 62%)

RGB channels and saturation

R 187 of 255 = 73%
G 151 of 255 = 59%
B 157 of 255 = 62%

187
151
157

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

Portions of RGB colors in percentages

R + G + B = 187 + 151 + 157 = 495 (100%)
R 187 of 495 ~ 37.78%
G 151 of 495 ~ 30.51%
B 157 of 495 ~ 31.72'%

%37.78
%30.51
%31.72

CMYK color model

#BB979D color CMYK value is (0,19,16,27).

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

CMYK: (0,19,16,27)
C0M19Y16K27 (0%, 19%, 16%, 27%)
(0.00 / 0.19 / 0.16 / 0.27)

CMYK percentages

%0
%19.25
%16.04
%26.67

Codes

Color #BB979D in popluar color models

BB 97 9D
RGB 187 151 157
HSL 350° 20.93% 66.27%
HSB/HSV 350° 19.25% 73.33%
CMYK 0.00% 19.25% 16.04%
26.67%

Color #BB979D in popluar number systems.

HEX BB 97 9D
Decimal 187 151 157
Binary 10111011 10010111 10011101
Octal 273 227 235

Shades and tints

Shades of #BB979D

#BB979D
(187,151,157)
#AA8A8F
(170,138,143)
#997D81
(153,125,129)
#887073
(136,112,115)
#776365
(119,99,101)
#665657
(102,86,87)
#554949
(85,73,73)
#443C3B
(68,60,59)
#332F2D
(51,47,45)
#22221F
(34,34,31)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #BB979D

#BB979D
(187,151,157)
#C1A0A5
(193,160,165)
#C7A9AD
(199,169,173)
#CDB2B5
(205,178,181)
#D3BBBD
(211,187,189)
#D9C4C5
(217,196,197)
#DFCDCD
(223,205,205)
#E5D6D5
(229,214,213)
#EBDFDD
(235,223,221)
#F1E8E5
(241,232,229)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB979D; }

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

This text font color is #BB979D.

Background Color

.myBgColor { background-color: #BB979D; }

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

This div background color is #BB979D.

Border color

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

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

This div border color is #BB979D.

Opacity

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

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

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

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

This text has shadow with #BB979D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB979D.

Preview

Color preview on black background

This text has color #BB979D on black background.


Color preview on white background

This text has color #BB979D on white background.


Black color preview on #BB979D background

This text has black color on #BB979D background.


White color preview on #BB979D background

This text has white color on #BB979D background.


Related colors

Complementary color

Complementary color for #BB979D is #446862.


I love getcolorcode.com

Triadic colors

1 #9DBB97 and #979DBB with #BB979D are triadic colors.

2 #9D97BB and #97BB9D with #BB979D are triadic colors.