COLOR #BB9F94

HEX: #BB9F94
RGB: (187,159,148)

Color info

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

RGB color model

#BB9F94 color RGB value is (187,159,148).

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

RGB channels and saturation

R 187 of 255 = 73%
G 159 of 255 = 62%
B 148 of 255 = 58%

187
159
148

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

Portions of RGB colors in percentages

R + G + B =
187 + 159 + 148 = 494 (100%)
R 187 of 494 ~ 37.85%
G 159 of 494 ~ 32.19%
B 148 of 494 ~ 29.96%

%37.85
%32.19
%29.96

CMYK color model

#BB9F94 color CMYK value is (0,15,21,27).

  • cyan value is 0.00%
  • magenta value is 14.97%
  • yellow value is 20.86%
  • key color value is 26.67%
CMYK:
(0,15,21,27)
C0M15Y21K27 
(0%,15%,21%,27%)
(0.00/0.15/0.21/0.27)	

CMYK percentages

%0
%14.97
%20.86
%26.67

Codes

Color #BB9F94 in popluar color models

BB9F94
RGB187159148
HSL17°22.29%65.69%
HSB/HSV17°20.86%73.33%
CMYK0.00%14.97%20.86%
26.67%

Color #BB9F94 in popluar number systems.

HEXBB9F94
Decimal187159148
Binary101110111001111110010100
Octal273237224

Shades and tints

Shades of #BB9F94

#BB9F94
(187,159,148)
#AA9187
(170,145,135)
#99837A
(153,131,122)
#88756D
(136,117,109)
#776760
(119,103,96)
#665953
(102,89,83)
#554B46
(85,75,70)
#443D39
(68,61,57)
#332F2C
(51,47,44)
#22211F
(34,33,31)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #BB9F94

#BB9F94
(187,159,148)
#C1A79D
(193,167,157)
#C7AFA6
(199,175,166)
#CDB7AF
(205,183,175)
#D3BFB8
(211,191,184)
#D9C7C1
(217,199,193)
#DFCFCA
(223,207,202)
#E5D7D3
(229,215,211)
#EBDFDC
(235,223,220)
#F1E7E5
(241,231,229)
#F7EFEE
(247,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9F94; }

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

This text font color is #BB9F94.


Background Color

.myBgColor { background-color: #BB9F94; }

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

This div background color is #BB9F94.


Border color

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

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

This div border color is #BB9F94.


Opacity

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

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

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

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

This text has shadow with #BB9F94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9F94 on black background.


Color preview on white background

This text has color #BB9F94 on white background.



Black color preview on #BB9F94 background

This text has black color on #BB9F94 background.


White color preview on #BB9F94 background

This text has white color on #BB9F94 background.