COLOR #BBB49F

HEX: #BBB49F
RGB: (187,180,159)

Color info

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

RGB color model

#BBB49F color RGB value is (187,180,159).

  • red value is 187;
  • green value is 180;
  • blue value is 159.
RGB:
(187,180,159)
(73%,71%,62%)

RGB channels and saturation

R 187 of 255 = 73%
G 180 of 255 = 71%
B 159 of 255 = 62%

187
180
159

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

Portions of RGB colors in percentages

R + G + B =
187 + 180 + 159 = 526 (100%)
R 187 of 526 ~ 35.55%
G 180 of 526 ~ 34.22%
B 159 of 526 ~ 30.23%

%35.55
%34.22
%30.23

CMYK color model

#BBB49F color CMYK value is (0,4,15,27).

  • cyan value is 0.00%
  • magenta value is 3.74%
  • yellow value is 14.97%
  • key color value is 26.67%
CMYK:
(0,4,15,27)
C0M4Y15K27 
(0%,4%,15%,27%)
(0.00/0.04/0.15/0.27)	

CMYK percentages

%0
%3.74
%14.97
%26.67

Codes

Color #BBB49F in popluar color models

BBB49F
RGB187180159
HSL45°17.07%67.84%
HSB/HSV45°14.97%73.33%
CMYK0.00%3.74%14.97%
26.67%

Color #BBB49F in popluar number systems.

HEXBBB49F
Decimal187180159
Binary101110111011010010011111
Octal273264237

Shades and tints

Shades of #BBB49F

#BBB49F
(187,180,159)
#AAA491
(170,164,145)
#999483
(153,148,131)
#888475
(136,132,117)
#777467
(119,116,103)
#666459
(102,100,89)
#55544B
(85,84,75)
#44443D
(68,68,61)
#33342F
(51,52,47)
#222421
(34,36,33)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #BBB49F

#BBB49F
(187,180,159)
#C1BAA7
(193,186,167)
#C7C0AF
(199,192,175)
#CDC6B7
(205,198,183)
#D3CCBF
(211,204,191)
#D9D2C7
(217,210,199)
#DFD8CF
(223,216,207)
#E5DED7
(229,222,215)
#EBE4DF
(235,228,223)
#F1EAE7
(241,234,231)
#F7F0EF
(247,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB49F; }

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

This text font color is #BBB49F.


Background Color

.myBgColor { background-color: #BBB49F; }

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

This div background color is #BBB49F.


Border color

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

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

This div border color is #BBB49F.


Opacity

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

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

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

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

This text has shadow with #BBB49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB49F on black background.


Color preview on white background

This text has color #BBB49F on white background.



Black color preview on #BBB49F background

This text has black color on #BBB49F background.


White color preview on #BBB49F background

This text has white color on #BBB49F background.