COLOR #BB8D94

HEX: #BB8D94
RGB: (187,141,148)

Color info

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

RGB color model

#BB8D94 color RGB value is (187,141,148).

  • red value is 187;
  • green value is 141;
  • blue value is 148.
RGB:
(187,141,148)
(73%,55%,58%)

RGB channels and saturation

R 187 of 255 = 73%
G 141 of 255 = 55%
B 148 of 255 = 58%

187
141
148

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

Portions of RGB colors in percentages

R + G + B =
187 + 141 + 148 = 476 (100%)
R 187 of 476 ~ 39.29%
G 141 of 476 ~ 29.62%
B 148 of 476 ~ 31.09%

%39.29
%29.62
%31.09

CMYK color model

#BB8D94 color CMYK value is (0,25,21,27).

  • cyan value is 0.00%
  • magenta value is 24.60%
  • yellow value is 20.86%
  • key color value is 26.67%
CMYK:
(0,25,21,27)
C0M25Y21K27 
(0%,25%,21%,27%)
(0.00/0.25/0.21/0.27)	

CMYK percentages

%0
%24.6
%20.86
%26.67

Codes

Color #BB8D94 in popluar color models

BB8D94
RGB187141148
HSL351°25.27%64.31%
HSB/HSV351°24.60%73.33%
CMYK0.00%24.60%20.86%
26.67%

Color #BB8D94 in popluar number systems.

HEXBB8D94
Decimal187141148
Binary101110111000110110010100
Octal273215224

Shades and tints

Shades of #BB8D94

#BB8D94
(187,141,148)
#AA8187
(170,129,135)
#99757A
(153,117,122)
#88696D
(136,105,109)
#775D60
(119,93,96)
#665153
(102,81,83)
#554546
(85,69,70)
#443939
(68,57,57)
#332D2C
(51,45,44)
#22211F
(34,33,31)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #BB8D94

#BB8D94
(187,141,148)
#C1979D
(193,151,157)
#C7A1A6
(199,161,166)
#CDABAF
(205,171,175)
#D3B5B8
(211,181,184)
#D9BFC1
(217,191,193)
#DFC9CA
(223,201,202)
#E5D3D3
(229,211,211)
#EBDDDC
(235,221,220)
#F1E7E5
(241,231,229)
#F7F1EE
(247,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8D94; }

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

This text font color is #BB8D94.


Background Color

.myBgColor { background-color: #BB8D94; }

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

This div background color is #BB8D94.


Border color

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

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

This div border color is #BB8D94.


Opacity

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

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

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

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

This text has shadow with #BB8D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8D94 on black background.


Color preview on white background

This text has color #BB8D94 on white background.



Black color preview on #BB8D94 background

This text has black color on #BB8D94 background.


White color preview on #BB8D94 background

This text has white color on #BB8D94 background.