COLOR #BBB196

HEX: #BBB196
RGB: (187,177,150)

Color info

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

RGB color model

#BBB196 color RGB value is (187,177,150).

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

RGB channels and saturation

R 187 of 255 = 73%
G 177 of 255 = 69%
B 150 of 255 = 59%

187
177
150

R + G + B ~ 67%. #BBB196 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 177 + 150 = 514 (100%)
R 187 of 514 ~ 36.38%
G 177 of 514 ~ 34.44%
B 150 of 514 ~ 29.18%

%36.38
%34.44
%29.18

CMYK color model

#BBB196 color CMYK value is (0,5,20,27).

  • cyan value is 0.00%
  • magenta value is 5.35%
  • yellow value is 19.79%
  • key color value is 26.67%
CMYK:
(0,5,20,27)
C0M5Y20K27 
(0%,5%,20%,27%)
(0.00/0.05/0.20/0.27)	

CMYK percentages

%0
%5.35
%19.79
%26.67

Codes

Color #BBB196 in popluar color models

BBB196
RGB187177150
HSL44°21.39%66.08%
HSB/HSV44°19.79%73.33%
CMYK0.00%5.35%19.79%
26.67%

Color #BBB196 in popluar number systems.

HEXBBB196
Decimal187177150
Binary101110111011000110010110
Octal273261226

Shades and tints

Shades of #BBB196

#BBB196
(187,177,150)
#AAA189
(170,161,137)
#99917C
(153,145,124)
#88816F
(136,129,111)
#777162
(119,113,98)
#666155
(102,97,85)
#555148
(85,81,72)
#44413B
(68,65,59)
#33312E
(51,49,46)
#222121
(34,33,33)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #BBB196

#BBB196
(187,177,150)
#C1B89F
(193,184,159)
#C7BFA8
(199,191,168)
#CDC6B1
(205,198,177)
#D3CDBA
(211,205,186)
#D9D4C3
(217,212,195)
#DFDBCC
(223,219,204)
#E5E2D5
(229,226,213)
#EBE9DE
(235,233,222)
#F1F0E7
(241,240,231)
#F7F7F0
(247,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB196; }

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

This text font color is #BBB196.


Background Color

.myBgColor { background-color: #BBB196; }

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

This div background color is #BBB196.


Border color

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

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

This div border color is #BBB196.


Opacity

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

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

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

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

This text has shadow with #BBB196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB196 on black background.


Color preview on white background

This text has color #BBB196 on white background.



Black color preview on #BBB196 background

This text has black color on #BBB196 background.


White color preview on #BBB196 background

This text has white color on #BBB196 background.