COLOR #BBB495

HEX: #BBB495
RGB: (187,180,149)

Color info

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

RGB color model

#BBB495 color RGB value is (187,180,149).

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

RGB channels and saturation

R 187 of 255 = 73%
G 180 of 255 = 71%
B 149 of 255 = 58%

187
180
149

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

Portions of RGB colors in percentages

R + G + B =
187 + 180 + 149 = 516 (100%)
R 187 of 516 ~ 36.24%
G 180 of 516 ~ 34.88%
B 149 of 516 ~ 28.88%

%36.24
%34.88
%28.88

CMYK color model

#BBB495 color CMYK value is (0,4,20,27).

  • cyan value is 0.00%
  • magenta value is 3.74%
  • yellow value is 20.32%
  • key color value is 26.67%
CMYK:
(0,4,20,27)
C0M4Y20K27 
(0%,4%,20%,27%)
(0.00/0.04/0.20/0.27)	

CMYK percentages

%0
%3.74
%20.32
%26.67

Codes

Color #BBB495 in popluar color models

BBB495
RGB187180149
HSL49°21.84%65.88%
HSB/HSV49°20.32%73.33%
CMYK0.00%3.74%20.32%
26.67%

Color #BBB495 in popluar number systems.

HEXBBB495
Decimal187180149
Binary101110111011010010010101
Octal273264225

Shades and tints

Shades of #BBB495

#BBB495
(187,180,149)
#AAA488
(170,164,136)
#99947B
(153,148,123)
#88846E
(136,132,110)
#777461
(119,116,97)
#666454
(102,100,84)
#555447
(85,84,71)
#44443A
(68,68,58)
#33342D
(51,52,45)
#222420
(34,36,32)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #BBB495

#BBB495
(187,180,149)
#C1BA9E
(193,186,158)
#C7C0A7
(199,192,167)
#CDC6B0
(205,198,176)
#D3CCB9
(211,204,185)
#D9D2C2
(217,210,194)
#DFD8CB
(223,216,203)
#E5DED4
(229,222,212)
#EBE4DD
(235,228,221)
#F1EAE6
(241,234,230)
#F7F0EF
(247,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB495; }

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

This text font color is #BBB495.


Background Color

.myBgColor { background-color: #BBB495; }

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

This div background color is #BBB495.


Border color

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

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

This div border color is #BBB495.


Opacity

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

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

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

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

This text has shadow with #BBB495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB495 on black background.


Color preview on white background

This text has color #BBB495 on white background.



Black color preview on #BBB495 background

This text has black color on #BBB495 background.


White color preview on #BBB495 background

This text has white color on #BBB495 background.