COLOR #BB979B

HEX: #BB979B
RGB: (187,151,155)

Color info

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

RGB color model

#BB979B color RGB value is (187,151,155).

  • red value is 187;
  • green value is 151;
  • blue value is 155.
RGB:
(187,151,155)
(73%,59%,61%)

RGB channels and saturation

R 187 of 255 = 73%
G 151 of 255 = 59%
B 155 of 255 = 61%

187
151
155

R + G + B ~ 64%. #BB979B is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 151 + 155 = 493 (100%)
R 187 of 493 ~ 37.93%
G 151 of 493 ~ 30.63%
B 155 of 493 ~ 31.44%

%37.93
%30.63
%31.44

CMYK color model

#BB979B color CMYK value is (0,19,17,27).

  • cyan value is 0.00%
  • magenta value is 19.25%
  • yellow value is 17.11%
  • key color value is 26.67%
CMYK:
(0,19,17,27)
C0M19Y17K27 
(0%,19%,17%,27%)
(0.00/0.19/0.17/0.27)	

CMYK percentages

%0
%19.25
%17.11
%26.67

Codes

Color #BB979B in popluar color models

BB979B
RGB187151155
HSL353°20.93%66.27%
HSB/HSV353°19.25%73.33%
CMYK0.00%19.25%17.11%
26.67%

Color #BB979B in popluar number systems.

HEXBB979B
Decimal187151155
Binary101110111001011110011011
Octal273227233

Shades and tints

Shades of #BB979B

#BB979B
(187,151,155)
#AA8A8D
(170,138,141)
#997D7F
(153,125,127)
#887071
(136,112,113)
#776363
(119,99,99)
#665655
(102,86,85)
#554947
(85,73,71)
#443C39
(68,60,57)
#332F2B
(51,47,43)
#22221D
(34,34,29)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #BB979B

#BB979B
(187,151,155)
#C1A0A4
(193,160,164)
#C7A9AD
(199,169,173)
#CDB2B6
(205,178,182)
#D3BBBF
(211,187,191)
#D9C4C8
(217,196,200)
#DFCDD1
(223,205,209)
#E5D6DA
(229,214,218)
#EBDFE3
(235,223,227)
#F1E8EC
(241,232,236)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB979B; }

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

This text font color is #BB979B.


Background Color

.myBgColor { background-color: #BB979B; }

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

This div background color is #BB979B.


Border color

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

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

This div border color is #BB979B.


Opacity

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

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

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

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

This text has shadow with #BB979B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB979B on black background.


Color preview on white background

This text has color #BB979B on white background.



Black color preview on #BB979B background

This text has black color on #BB979B background.


White color preview on #BB979B background

This text has white color on #BB979B background.