COLOR #BB9692

HEX: #BB9692
RGB: (187,150,146)

Color info

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

RGB color model

#BB9692 color RGB value is (187,150,146).

  • red value is 187;
  • green value is 150;
  • blue value is 146.
RGB:
(187,150,146)
(73%,59%,57%)

RGB channels and saturation

R 187 of 255 = 73%
G 150 of 255 = 59%
B 146 of 255 = 57%

187
150
146

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

Portions of RGB colors in percentages

R + G + B =
187 + 150 + 146 = 483 (100%)
R 187 of 483 ~ 38.72%
G 150 of 483 ~ 31.06%
B 146 of 483 ~ 30.23%

%38.72
%31.06
%30.23

CMYK color model

#BB9692 color CMYK value is (0,20,22,27).

  • cyan value is 0.00%
  • magenta value is 19.79%
  • yellow value is 21.93%
  • key color value is 26.67%
CMYK:
(0,20,22,27)
C0M20Y22K27 
(0%,20%,22%,27%)
(0.00/0.20/0.22/0.27)	

CMYK percentages

%0
%19.79
%21.93
%26.67

Codes

Color #BB9692 in popluar color models

BB9692
RGB187150146
HSL23.16%65.29%
HSB/HSV21.93%73.33%
CMYK0.00%19.79%21.93%
26.67%

Color #BB9692 in popluar number systems.

HEXBB9692
Decimal187150146
Binary101110111001011010010010
Octal273226222

Shades and tints

Shades of #BB9692

#BB9692
(187,150,146)
#AA8985
(170,137,133)
#997C78
(153,124,120)
#886F6B
(136,111,107)
#77625E
(119,98,94)
#665551
(102,85,81)
#554844
(85,72,68)
#443B37
(68,59,55)
#332E2A
(51,46,42)
#22211D
(34,33,29)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #BB9692

#BB9692
(187,150,146)
#C19F9B
(193,159,155)
#C7A8A4
(199,168,164)
#CDB1AD
(205,177,173)
#D3BAB6
(211,186,182)
#D9C3BF
(217,195,191)
#DFCCC8
(223,204,200)
#E5D5D1
(229,213,209)
#EBDEDA
(235,222,218)
#F1E7E3
(241,231,227)
#F7F0EC
(247,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9692 color. Also use rgb(187,150,146) instead hex code.

Text Font Color

.myTextColor { color: #BB9692; }

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

This text font color is #BB9692.


Background Color

.myBgColor { background-color: #BB9692; }

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

This div background color is #BB9692.


Border color

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

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

This div border color is #BB9692.


Opacity

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

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

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

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

This text has shadow with #BB9692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9692 on black background.


Color preview on white background

This text has color #BB9692 on white background.



Black color preview on #BB9692 background

This text has black color on #BB9692 background.


White color preview on #BB9692 background

This text has white color on #BB9692 background.