COLOR #BBB996

HEX: #BBB996
RGB: (187,185,150)

Color info

#BBB996 contains red, green and blue colors in about the same proportion. Web safe color of #BBB996 is #CCCC99 (or #CC9).

RGB color model

#BBB996 color RGB value is (187,185,150).

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

RGB channels and saturation

R 187 of 255 = 73%
G 185 of 255 = 73%
B 150 of 255 = 59%

187
185
150

R + G + B ~ 68%. #BBB996 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 185 + 150 = 522 (100%)
R 187 of 522 ~ 35.82%
G 185 of 522 ~ 35.44%
B 150 of 522 ~ 28.74%

%35.82
%35.44
%28.74

CMYK color model

#BBB996 color CMYK value is (0,1,20,27).

  • cyan value is 0.00%
  • magenta value is 1.07%
  • yellow value is 19.79%
  • key color value is 26.67%
CMYK:
(0,1,20,27)
C0M1Y20K27 
(0%,1%,20%,27%)
(0.00/0.01/0.20/0.27)	

CMYK percentages

%0
%1.07
%19.79
%26.67

Codes

Color #BBB996 in popluar color models

BBB996
RGB187185150
HSL57°21.39%66.08%
HSB/HSV57°19.79%73.33%
CMYK0.00%1.07%19.79%
26.67%

Color #BBB996 in popluar number systems.

HEXBBB996
Decimal187185150
Binary101110111011100110010110
Octal273271226

Shades and tints

Shades of #BBB996

#BBB996
(187,185,150)
#AAA989
(170,169,137)
#99997C
(153,153,124)
#88896F
(136,137,111)
#777962
(119,121,98)
#666955
(102,105,85)
#555948
(85,89,72)
#44493B
(68,73,59)
#33392E
(51,57,46)
#222921
(34,41,33)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #BBB996

#BBB996
(187,185,150)
#C1BF9F
(193,191,159)
#C7C5A8
(199,197,168)
#CDCBB1
(205,203,177)
#D3D1BA
(211,209,186)
#D9D7C3
(217,215,195)
#DFDDCC
(223,221,204)
#E5E3D5
(229,227,213)
#EBE9DE
(235,233,222)
#F1EFE7
(241,239,231)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB996; }

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

This text font color is #BBB996.


Background Color

.myBgColor { background-color: #BBB996; }

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

This div background color is #BBB996.


Border color

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

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

This div border color is #BBB996.


Opacity

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

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

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

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

This text has shadow with #BBB996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB996 on black background.


Color preview on white background

This text has color #BBB996 on white background.



Black color preview on #BBB996 background

This text has black color on #BBB996 background.


White color preview on #BBB996 background

This text has white color on #BBB996 background.