COLOR #BCBA9F

HEX: #BCBA9F
RGB: (188,186,159)

Color info

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

RGB color model

#BCBA9F color RGB value is (188,186,159).

  • red value is 188;
  • green value is 186;
  • blue value is 159.
RGB:
(188,186,159)
(74%,73%,62%)

RGB channels and saturation

R 188 of 255 = 74%
G 186 of 255 = 73%
B 159 of 255 = 62%

188
186
159

R + G + B ~ 70%. #BCBA9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 186 + 159 = 533 (100%)
R 188 of 533 ~ 35.27%
G 186 of 533 ~ 34.9%
B 159 of 533 ~ 29.83%

%35.27
%34.9
%29.83

CMYK color model

#BCBA9F color CMYK value is (0,1,15,26).

  • cyan value is 0.00%
  • magenta value is 1.06%
  • yellow value is 15.43%
  • key color value is 26.27%
CMYK:
(0,1,15,26)
C0M1Y15K26 
(0%,1%,15%,26%)
(0.00/0.01/0.15/0.26)	

CMYK percentages

%0
%1.06
%15.43
%26.27

Codes

Color #BCBA9F in popluar color models

BCBA9F
RGB188186159
HSL56°17.79%68.04%
HSB/HSV56°15.43%73.73%
CMYK0.00%1.06%15.43%
26.27%

Color #BCBA9F in popluar number systems.

HEXBCBA9F
Decimal188186159
Binary101111001011101010011111
Octal274272237

Shades and tints

Shades of #BCBA9F

#BCBA9F
(188,186,159)
#ABAA91
(171,170,145)
#9A9A83
(154,154,131)
#898A75
(137,138,117)
#787A67
(120,122,103)
#676A59
(103,106,89)
#565A4B
(86,90,75)
#454A3D
(69,74,61)
#343A2F
(52,58,47)
#232A21
(35,42,33)
#121A13
(18,26,19)
#000000
(0,0,0)

Tints of #BCBA9F

#BCBA9F
(188,186,159)
#C2C0A7
(194,192,167)
#C8C6AF
(200,198,175)
#CECCB7
(206,204,183)
#D4D2BF
(212,210,191)
#DAD8C7
(218,216,199)
#E0DECF
(224,222,207)
#E6E4D7
(230,228,215)
#ECEADF
(236,234,223)
#F2F0E7
(242,240,231)
#F8F6EF
(248,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCBA9F color. Also use rgb(188,186,159) instead hex code.

Text Font Color

.myTextColor { color: #BCBA9F; }

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

This text font color is #BCBA9F.


Background Color

.myBgColor { background-color: #BCBA9F; }

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

This div background color is #BCBA9F.


Border color

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

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

This div border color is #BCBA9F.


Opacity

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

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

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

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

This text has shadow with #BCBA9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBA9F on black background.


Color preview on white background

This text has color #BCBA9F on white background.



Black color preview on #BCBA9F background

This text has black color on #BCBA9F background.


White color preview on #BCBA9F background

This text has white color on #BCBA9F background.