COLOR #BB9B92

HEX: #BB9B92
RGB: (187,155,146)

Color info

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

RGB color model

#BB9B92 color RGB value is (187,155,146).

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

RGB channels and saturation

R 187 of 255 = 73%
G 155 of 255 = 61%
B 146 of 255 = 57%

187
155
146

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

Portions of RGB colors in percentages

R + G + B =
187 + 155 + 146 = 488 (100%)
R 187 of 488 ~ 38.32%
G 155 of 488 ~ 31.76%
B 146 of 488 ~ 29.92%

%38.32
%31.76
%29.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.11%
  • yellow value is 21.93%
  • key color value is 26.67%
CMYK:
(0,17,22,27)
C0M17Y22K27 
(0%,17%,22%,27%)
(0.00/0.17/0.22/0.27)	

CMYK percentages

%0
%17.11
%21.93
%26.67

Codes

Color #BB9B92 in popluar color models

BB9B92
RGB187155146
HSL13°23.16%65.29%
HSB/HSV13°21.93%73.33%
CMYK0.00%17.11%21.93%
26.67%

Color #BB9B92 in popluar number systems.

HEXBB9B92
Decimal187155146
Binary101110111001101110010010
Octal273233222

Shades and tints

Shades of #BB9B92

#BB9B92
(187,155,146)
#AA8D85
(170,141,133)
#997F78
(153,127,120)
#88716B
(136,113,107)
#77635E
(119,99,94)
#665551
(102,85,81)
#554744
(85,71,68)
#443937
(68,57,55)
#332B2A
(51,43,42)
#221D1D
(34,29,29)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #BB9B92

#BB9B92
(187,155,146)
#C1A49B
(193,164,155)
#C7ADA4
(199,173,164)
#CDB6AD
(205,182,173)
#D3BFB6
(211,191,182)
#D9C8BF
(217,200,191)
#DFD1C8
(223,209,200)
#E5DAD1
(229,218,209)
#EBE3DA
(235,227,218)
#F1ECE3
(241,236,227)
#F7F5EC
(247,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9B92; }

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

This text font color is #BB9B92.


Background Color

.myBgColor { background-color: #BB9B92; }

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

This div background color is #BB9B92.


Border color

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

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

This div border color is #BB9B92.


Opacity

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

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

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

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

This text has shadow with #BB9B92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9B92 on black background.


Color preview on white background

This text has color #BB9B92 on white background.



Black color preview on #BB9B92 background

This text has black color on #BB9B92 background.


White color preview on #BB9B92 background

This text has white color on #BB9B92 background.