COLOR #BB9D93

HEX: #BB9D93
RGB: (187,157,147)

Color info

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

RGB color model

#BB9D93 color RGB value is (187,157,147).

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

RGB channels and saturation

R 187 of 255 = 73%
G 157 of 255 = 62%
B 147 of 255 = 58%

187
157
147

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

Portions of RGB colors in percentages

R + G + B =
187 + 157 + 147 = 491 (100%)
R 187 of 491 ~ 38.09%
G 157 of 491 ~ 31.98%
B 147 of 491 ~ 29.94%

%38.09
%31.98
%29.94

CMYK color model

#BB9D93 color CMYK value is (0,16,21,27).

  • cyan value is 0.00%
  • magenta value is 16.04%
  • yellow value is 21.39%
  • key color value is 26.67%
CMYK:
(0,16,21,27)
C0M16Y21K27 
(0%,16%,21%,27%)
(0.00/0.16/0.21/0.27)	

CMYK percentages

%0
%16.04
%21.39
%26.67

Codes

Color #BB9D93 in popluar color models

BB9D93
RGB187157147
HSL15°22.73%65.49%
HSB/HSV15°21.39%73.33%
CMYK0.00%16.04%21.39%
26.67%

Color #BB9D93 in popluar number systems.

HEXBB9D93
Decimal187157147
Binary101110111001110110010011
Octal273235223

Shades and tints

Shades of #BB9D93

#BB9D93
(187,157,147)
#AA8F86
(170,143,134)
#998179
(153,129,121)
#88736C
(136,115,108)
#77655F
(119,101,95)
#665752
(102,87,82)
#554945
(85,73,69)
#443B38
(68,59,56)
#332D2B
(51,45,43)
#221F1E
(34,31,30)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #BB9D93

#BB9D93
(187,157,147)
#C1A59C
(193,165,156)
#C7ADA5
(199,173,165)
#CDB5AE
(205,181,174)
#D3BDB7
(211,189,183)
#D9C5C0
(217,197,192)
#DFCDC9
(223,205,201)
#E5D5D2
(229,213,210)
#EBDDDB
(235,221,219)
#F1E5E4
(241,229,228)
#F7EDED
(247,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9D93 color. Also use rgb(187,157,147) instead hex code.

Text Font Color

.myTextColor { color: #BB9D93; }

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

This text font color is #BB9D93.


Background Color

.myBgColor { background-color: #BB9D93; }

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

This div background color is #BB9D93.


Border color

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

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

This div border color is #BB9D93.


Opacity

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

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

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

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

This text has shadow with #BB9D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9D93 on black background.


Color preview on white background

This text has color #BB9D93 on white background.



Black color preview on #BB9D93 background

This text has black color on #BB9D93 background.


White color preview on #BB9D93 background

This text has white color on #BB9D93 background.