COLOR #BBBB9A

HEX: #BBBB9A RGB: (187,187,154)

Color info

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

RGB color model

#BBBB9A color RGB value is (187,187,154).

RGB: (187,187,154) (73%, 73%, 60%)

RGB channels and saturation

R 187 of 255 = 73%
G 187 of 255 = 73%
B 154 of 255 = 60%

187
187
154

R + G + B ~ 69%. #BBBB9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 187 + 154 = 528 (100%)
R 187 of 528 ~ 35.42%
G 187 of 528 ~ 35.42%
B 154 of 528 ~ 29.17'%

%35.42
%35.42
%29.17

CMYK color model

#BBBB9A color CMYK value is (0,0,18,27).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 26.67%
CMYK: (0,0,18,27) C0M0Y18K27 (0%,0%,18%,27%) (0.00/0.00/0.18/0.27) 

CMYK percentages

%0
%0
%17.65
%26.67

Codes

Color #BBBB9A in popluar color models

BB BB 9A
RGB 187 187 154
HSL 60° 19.53% 66.86%
HSB/HSV 60° 17.65% 73.33%
CMYK 0.00% 0.00% 17.65%
26.67%

Color #BBBB9A in popluar number systems.

HEX BB BB 9A
Decimal 187 187 154
Binary 10111011 10111011 10011010
Octal 273 273 232

Shades and tints

Shades of #BBBB9A

#BBBB9A
(187,187,154)
#AAAA8C
(170,170,140)
#99997E
(153,153,126)
#888870
(136,136,112)
#777762
(119,119,98)
#666654
(102,102,84)
#555546
(85,85,70)
#444438
(68,68,56)
#33332A
(51,51,42)
#22221C
(34,34,28)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #BBBB9A

#BBBB9A
(187,187,154)
#C1C1A3
(193,193,163)
#C7C7AC
(199,199,172)
#CDCDB5
(205,205,181)
#D3D3BE
(211,211,190)
#D9D9C7
(217,217,199)
#DFDFD0
(223,223,208)
#E5E5D9
(229,229,217)
#EBEBE2
(235,235,226)
#F1F1EB
(241,241,235)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBB9A; }

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

This text font color is #BBBB9A.

Background Color

.myBgColor { background-color: #BBBB9A; }

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

This div background color is #BBBB9A.

Border color

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

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

This div border color is #BBBB9A.

Opacity

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

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

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

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

This text has shadow with #BBBB9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBB9A.

Preview

Color preview on black background

This text has color #BBBB9A on black background.


Color preview on white background

This text has color #BBBB9A on white background.


Black color preview on #BBBB9A background

This text has black color on #BBBB9A background.


White color preview on #BBBB9A background

This text has white color on #BBBB9A background.


Related colors

Complementary color

Complementary color for #hex is #444465.


I love getcolorcode.com