COLOR #BCBB99

HEX: #BCBB99
RGB: (188,187,153)

Color info

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

RGB color model

#BCBB99 color RGB value is (188,187,153).

  • red value is 188;
  • green value is 187;
  • blue value is 153.
RGB:
(188,187,153)
(74%,73%,60%)

RGB channels and saturation

R 188 of 255 = 74%
G 187 of 255 = 73%
B 153 of 255 = 60%

188
187
153

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

Portions of RGB colors in percentages

R + G + B =
188 + 187 + 153 = 528 (100%)
R 188 of 528 ~ 35.61%
G 187 of 528 ~ 35.42%
B 153 of 528 ~ 28.98%

%35.61
%35.42
%28.98

CMYK color model

#BCBB99 color CMYK value is (0,1,19,26).

  • cyan value is 0.00%
  • magenta value is 0.53%
  • yellow value is 18.62%
  • key color value is 26.27%
CMYK:
(0,1,19,26)
C0M1Y19K26 
(0%,1%,19%,26%)
(0.00/0.01/0.19/0.26)	

CMYK percentages

%0
%0.53
%18.62
%26.27

Codes

Color #BCBB99 in popluar color models

BCBB99
RGB188187153
HSL58°20.71%66.86%
HSB/HSV58°18.62%73.73%
CMYK0.00%0.53%18.62%
26.27%

Color #BCBB99 in popluar number systems.

HEXBCBB99
Decimal188187153
Binary101111001011101110011001
Octal274273231

Shades and tints

Shades of #BCBB99

#BCBB99
(188,187,153)
#ABAA8C
(171,170,140)
#9A997F
(154,153,127)
#898872
(137,136,114)
#787765
(120,119,101)
#676658
(103,102,88)
#56554B
(86,85,75)
#45443E
(69,68,62)
#343331
(52,51,49)
#232224
(35,34,36)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #BCBB99

#BCBB99
(188,187,153)
#C2C1A2
(194,193,162)
#C8C7AB
(200,199,171)
#CECDB4
(206,205,180)
#D4D3BD
(212,211,189)
#DAD9C6
(218,217,198)
#E0DFCF
(224,223,207)
#E6E5D8
(230,229,216)
#ECEBE1
(236,235,225)
#F2F1EA
(242,241,234)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBB99; }

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

This text font color is #BCBB99.


Background Color

.myBgColor { background-color: #BCBB99; }

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

This div background color is #BCBB99.


Border color

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

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

This div border color is #BCBB99.


Opacity

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

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

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

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

This text has shadow with #BCBB99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBB99 on black background.


Color preview on white background

This text has color #BCBB99 on white background.



Black color preview on #BCBB99 background

This text has black color on #BCBB99 background.


White color preview on #BCBB99 background

This text has white color on #BCBB99 background.