COLOR #BB9E95

HEX: #BB9E95
RGB: (187,158,149)

Color info

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

RGB color model

#BB9E95 color RGB value is (187,158,149).

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

RGB channels and saturation

R 187 of 255 = 73%
G 158 of 255 = 62%
B 149 of 255 = 58%

187
158
149

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

Portions of RGB colors in percentages

R + G + B =
187 + 158 + 149 = 494 (100%)
R 187 of 494 ~ 37.85%
G 158 of 494 ~ 31.98%
B 149 of 494 ~ 30.16%

%37.85
%31.98
%30.16

CMYK color model

#BB9E95 color CMYK value is (0,16,20,27).

  • cyan value is 0.00%
  • magenta value is 15.51%
  • yellow value is 20.32%
  • key color value is 26.67%
CMYK:
(0,16,20,27)
C0M16Y20K27 
(0%,16%,20%,27%)
(0.00/0.16/0.20/0.27)	

CMYK percentages

%0
%15.51
%20.32
%26.67

Codes

Color #BB9E95 in popluar color models

BB9E95
RGB187158149
HSL14°21.84%65.88%
HSB/HSV14°20.32%73.33%
CMYK0.00%15.51%20.32%
26.67%

Color #BB9E95 in popluar number systems.

HEXBB9E95
Decimal187158149
Binary101110111001111010010101
Octal273236225

Shades and tints

Shades of #BB9E95

#BB9E95
(187,158,149)
#AA9088
(170,144,136)
#99827B
(153,130,123)
#88746E
(136,116,110)
#776661
(119,102,97)
#665854
(102,88,84)
#554A47
(85,74,71)
#443C3A
(68,60,58)
#332E2D
(51,46,45)
#222020
(34,32,32)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #BB9E95

#BB9E95
(187,158,149)
#C1A69E
(193,166,158)
#C7AEA7
(199,174,167)
#CDB6B0
(205,182,176)
#D3BEB9
(211,190,185)
#D9C6C2
(217,198,194)
#DFCECB
(223,206,203)
#E5D6D4
(229,214,212)
#EBDEDD
(235,222,221)
#F1E6E6
(241,230,230)
#F7EEEF
(247,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9E95 color. Also use rgb(187,158,149) instead hex code.

Text Font Color

.myTextColor { color: #BB9E95; }

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

This text font color is #BB9E95.


Background Color

.myBgColor { background-color: #BB9E95; }

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

This div background color is #BB9E95.


Border color

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

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

This div border color is #BB9E95.


Opacity

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

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

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

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

This text has shadow with #BB9E95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9E95 on black background.


Color preview on white background

This text has color #BB9E95 on white background.



Black color preview on #BB9E95 background

This text has black color on #BB9E95 background.


White color preview on #BB9E95 background

This text has white color on #BB9E95 background.