COLOR #BB949C

HEX: #BB949C RGB: (187,148,156)

Color info

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

RGB color model

#BB949C color RGB value is (187,148,156).

RGB: (187,148,156) (73%, 58%, 61%)

RGB channels and saturation

R 187 of 255 = 73%
G 148 of 255 = 58%
B 156 of 255 = 61%

187
148
156

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

Portions of RGB colors in percentages

R + G + B = 187 + 148 + 156 = 491 (100%)
R 187 of 491 ~ 38.09%
G 148 of 491 ~ 30.14%
B 156 of 491 ~ 31.77'%

%38.09
%30.14
%31.77

CMYK color model

#BB949C color CMYK value is (0,21,17,27).

  • cyan value is 0.00%
  • magenta value is 20.86%
  • yellow value is 16.58%
  • key color value is 26.67%
CMYK: (0,21,17,27) C0M21Y17K27 (0%,21%,17%,27%) (0.00/0.21/0.17/0.27) 

CMYK percentages

%0
%20.86
%16.58
%26.67

Codes

Color #BB949C in popluar color models

BB 94 9C
RGB 187 148 156
HSL 348° 22.29% 65.69%
HSB/HSV 348° 20.86% 73.33%
CMYK 0.00% 20.86% 16.58%
26.67%

Color #BB949C in popluar number systems.

HEX BB 94 9C
Decimal 187 148 156
Binary 10111011 10010100 10011100
Octal 273 224 234

Shades and tints

Shades of #BB949C

#BB949C
(187,148,156)
#AA878E
(170,135,142)
#997A80
(153,122,128)
#886D72
(136,109,114)
#776064
(119,96,100)
#665356
(102,83,86)
#554648
(85,70,72)
#44393A
(68,57,58)
#332C2C
(51,44,44)
#221F1E
(34,31,30)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #BB949C

#BB949C
(187,148,156)
#C19DA5
(193,157,165)
#C7A6AE
(199,166,174)
#CDAFB7
(205,175,183)
#D3B8C0
(211,184,192)
#D9C1C9
(217,193,201)
#DFCAD2
(223,202,210)
#E5D3DB
(229,211,219)
#EBDCE4
(235,220,228)
#F1E5ED
(241,229,237)
#F7EEF6
(247,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB949C color. Also use rgb(187,148,156) instead hex code.

Text Font Color

.myTextColor { color: #BB949C; }

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

This text font color is #BB949C.

Background Color

.myBgColor { background-color: #BB949C; }

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

This div background color is #BB949C.

Border color

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

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

This div border color is #BB949C.

Opacity

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

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

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

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

This text has shadow with #BB949C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB949C.

Preview

Color preview on black background

This text has color #BB949C on black background.


Color preview on white background

This text has color #BB949C on white background.


Black color preview on #BB949C background

This text has black color on #BB949C background.


White color preview on #BB949C background

This text has white color on #BB949C background.


Related colors

Complementary color

Complementary color for #hex is #446B63.


I love getcolorcode.com

Triadic colors

1 #9CBB94 and #949CBB with #BB949C are triadic colors.

2 #9C94BB and #94BB9C with #BB949C are triadic colors.