COLOR #BB9597

HEX: #BB9597
RGB: (187,149,151)

Color info

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

RGB color model

#BB9597 color RGB value is (187,149,151).

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

RGB channels and saturation

R 187 of 255 = 73%
G 149 of 255 = 58%
B 151 of 255 = 59%

187
149
151

R + G + B ~ 63%. #BB9597 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 149 + 151 = 487 (100%)
R 187 of 487 ~ 38.4%
G 149 of 487 ~ 30.6%
B 151 of 487 ~ 31.01%

%38.4
%30.6
%31.01

CMYK color model

#BB9597 color CMYK value is (0,20,19,27).

  • cyan value is 0.00%
  • magenta value is 20.32%
  • yellow value is 19.25%
  • key color value is 26.67%
CMYK:
(0,20,19,27)
C0M20Y19K27 
(0%,20%,19%,27%)
(0.00/0.20/0.19/0.27)	

CMYK percentages

%0
%20.32
%19.25
%26.67

Codes

Color #BB9597 in popluar color models

BB9597
RGB187149151
HSL357°21.84%65.88%
HSB/HSV357°20.32%73.33%
CMYK0.00%20.32%19.25%
26.67%

Color #BB9597 in popluar number systems.

HEXBB9597
Decimal187149151
Binary101110111001010110010111
Octal273225227

Shades and tints

Shades of #BB9597

#BB9597
(187,149,151)
#AA888A
(170,136,138)
#997B7D
(153,123,125)
#886E70
(136,110,112)
#776163
(119,97,99)
#665456
(102,84,86)
#554749
(85,71,73)
#443A3C
(68,58,60)
#332D2F
(51,45,47)
#222022
(34,32,34)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #BB9597

#BB9597
(187,149,151)
#C19EA0
(193,158,160)
#C7A7A9
(199,167,169)
#CDB0B2
(205,176,178)
#D3B9BB
(211,185,187)
#D9C2C4
(217,194,196)
#DFCBCD
(223,203,205)
#E5D4D6
(229,212,214)
#EBDDDF
(235,221,223)
#F1E6E8
(241,230,232)
#F7EFF1
(247,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9597; }

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

This text font color is #BB9597.


Background Color

.myBgColor { background-color: #BB9597; }

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

This div background color is #BB9597.


Border color

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

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

This div border color is #BB9597.


Opacity

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

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

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

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

This text has shadow with #BB9597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9597 on black background.


Color preview on white background

This text has color #BB9597 on white background.



Black color preview on #BB9597 background

This text has black color on #BB9597 background.


White color preview on #BB9597 background

This text has white color on #BB9597 background.