COLOR #BB9B94

HEX: #BB9B94
RGB: (187,155,148)

Color info

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

RGB color model

#BB9B94 color RGB value is (187,155,148).

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

RGB channels and saturation

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

187
155
148

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

Portions of RGB colors in percentages

R + G + B =
187 + 155 + 148 = 490 (100%)
R 187 of 490 ~ 38.16%
G 155 of 490 ~ 31.63%
B 148 of 490 ~ 30.2%

%38.16
%31.63
%30.2

CMYK color model

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

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

CMYK percentages

%0
%17.11
%20.86
%26.67

Codes

Color #BB9B94 in popluar color models

BB9B94
RGB187155148
HSL11°22.29%65.69%
HSB/HSV11°20.86%73.33%
CMYK0.00%17.11%20.86%
26.67%

Color #BB9B94 in popluar number systems.

HEXBB9B94
Decimal187155148
Binary101110111001101110010100
Octal273233224

Shades and tints

Shades of #BB9B94

#BB9B94
(187,155,148)
#AA8D87
(170,141,135)
#997F7A
(153,127,122)
#88716D
(136,113,109)
#776360
(119,99,96)
#665553
(102,85,83)
#554746
(85,71,70)
#443939
(68,57,57)
#332B2C
(51,43,44)
#221D1F
(34,29,31)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #BB9B94

#BB9B94
(187,155,148)
#C1A49D
(193,164,157)
#C7ADA6
(199,173,166)
#CDB6AF
(205,182,175)
#D3BFB8
(211,191,184)
#D9C8C1
(217,200,193)
#DFD1CA
(223,209,202)
#E5DAD3
(229,218,211)
#EBE3DC
(235,227,220)
#F1ECE5
(241,236,229)
#F7F5EE
(247,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9B94; }

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

This text font color is #BB9B94.


Background Color

.myBgColor { background-color: #BB9B94; }

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

This div background color is #BB9B94.


Border color

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

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

This div border color is #BB9B94.


Opacity

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

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

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

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

This text has shadow with #BB9B94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9B94 on black background.


Color preview on white background

This text has color #BB9B94 on white background.



Black color preview on #BB9B94 background

This text has black color on #BB9B94 background.


White color preview on #BB9B94 background

This text has white color on #BB9B94 background.