COLOR #BB9192

HEX: #BB9192
RGB: (187,145,146)

Color info

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

RGB color model

#BB9192 color RGB value is (187,145,146).

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

RGB channels and saturation

R 187 of 255 = 73%
G 145 of 255 = 57%
B 146 of 255 = 57%

187
145
146

R + G + B ~ 62%. #BB9192 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 145 + 146 = 478 (100%)
R 187 of 478 ~ 39.12%
G 145 of 478 ~ 30.33%
B 146 of 478 ~ 30.54%

%39.12
%30.33
%30.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.46%
  • yellow value is 21.93%
  • key color value is 26.67%
CMYK:
(0,22,22,27)
C0M22Y22K27 
(0%,22%,22%,27%)
(0.00/0.22/0.22/0.27)	

CMYK percentages

%0
%22.46
%21.93
%26.67

Codes

Color #BB9192 in popluar color models

BB9192
RGB187145146
HSL359°23.60%65.10%
HSB/HSV359°22.46%73.33%
CMYK0.00%22.46%21.93%
26.67%

Color #BB9192 in popluar number systems.

HEXBB9192
Decimal187145146
Binary101110111001000110010010
Octal273221222

Shades and tints

Shades of #BB9192

#BB9192
(187,145,146)
#AA8485
(170,132,133)
#997778
(153,119,120)
#886A6B
(136,106,107)
#775D5E
(119,93,94)
#665051
(102,80,81)
#554344
(85,67,68)
#443637
(68,54,55)
#33292A
(51,41,42)
#221C1D
(34,28,29)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #BB9192

#BB9192
(187,145,146)
#C19B9B
(193,155,155)
#C7A5A4
(199,165,164)
#CDAFAD
(205,175,173)
#D3B9B6
(211,185,182)
#D9C3BF
(217,195,191)
#DFCDC8
(223,205,200)
#E5D7D1
(229,215,209)
#EBE1DA
(235,225,218)
#F1EBE3
(241,235,227)
#F7F5EC
(247,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9192; }

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

This text font color is #BB9192.


Background Color

.myBgColor { background-color: #BB9192; }

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

This div background color is #BB9192.


Border color

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

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

This div border color is #BB9192.


Opacity

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

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

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

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

This text has shadow with #BB9192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9192 on black background.


Color preview on white background

This text has color #BB9192 on white background.



Black color preview on #BB9192 background

This text has black color on #BB9192 background.


White color preview on #BB9192 background

This text has white color on #BB9192 background.