COLOR #BBB19C

HEX: #BBB19C
RGB: (187,177,156)

Color info

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

RGB color model

#BBB19C color RGB value is (187,177,156).

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

RGB channels and saturation

R 187 of 255 = 73%
G 177 of 255 = 69%
B 156 of 255 = 61%

187
177
156

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

Portions of RGB colors in percentages

R + G + B =
187 + 177 + 156 = 520 (100%)
R 187 of 520 ~ 35.96%
G 177 of 520 ~ 34.04%
B 156 of 520 ~ 30%

%35.96
%34.04
%30

CMYK color model

#BBB19C color CMYK value is (0,5,17,27).

  • cyan value is 0.00%
  • magenta value is 5.35%
  • yellow value is 16.58%
  • key color value is 26.67%
CMYK:
(0,5,17,27)
C0M5Y17K27 
(0%,5%,17%,27%)
(0.00/0.05/0.17/0.27)	

CMYK percentages

%0
%5.35
%16.58
%26.67

Codes

Color #BBB19C in popluar color models

BBB19C
RGB187177156
HSL41°18.56%67.25%
HSB/HSV41°16.58%73.33%
CMYK0.00%5.35%16.58%
26.67%

Color #BBB19C in popluar number systems.

HEXBBB19C
Decimal187177156
Binary101110111011000110011100
Octal273261234

Shades and tints

Shades of #BBB19C

#BBB19C
(187,177,156)
#AAA18E
(170,161,142)
#999180
(153,145,128)
#888172
(136,129,114)
#777164
(119,113,100)
#666156
(102,97,86)
#555148
(85,81,72)
#44413A
(68,65,58)
#33312C
(51,49,44)
#22211E
(34,33,30)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #BBB19C

#BBB19C
(187,177,156)
#C1B8A5
(193,184,165)
#C7BFAE
(199,191,174)
#CDC6B7
(205,198,183)
#D3CDC0
(211,205,192)
#D9D4C9
(217,212,201)
#DFDBD2
(223,219,210)
#E5E2DB
(229,226,219)
#EBE9E4
(235,233,228)
#F1F0ED
(241,240,237)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB19C; }

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

This text font color is #BBB19C.


Background Color

.myBgColor { background-color: #BBB19C; }

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

This div background color is #BBB19C.


Border color

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

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

This div border color is #BBB19C.


Opacity

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

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

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

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

This text has shadow with #BBB19C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB19C on black background.


Color preview on white background

This text has color #BBB19C on white background.



Black color preview on #BBB19C background

This text has black color on #BBB19C background.


White color preview on #BBB19C background

This text has white color on #BBB19C background.