COLOR #BFBCA0

HEX: #BFBCA0
RGB: (191,188,160)

Color info

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

RGB color model

#BFBCA0 color RGB value is (191,188,160).

  • red value is 191;
  • green value is 188;
  • blue value is 160.
RGB:
(191,188,160)
(75%,74%,63%)

RGB channels and saturation

R 191 of 255 = 75%
G 188 of 255 = 74%
B 160 of 255 = 63%

191
188
160

R + G + B ~ 71%. #BFBCA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 188 + 160 = 539 (100%)
R 191 of 539 ~ 35.44%
G 188 of 539 ~ 34.88%
B 160 of 539 ~ 29.68%

%35.44
%34.88
%29.68

CMYK color model

#BFBCA0 color CMYK value is (0,2,16,25).

  • cyan value is 0.00%
  • magenta value is 1.57%
  • yellow value is 16.23%
  • key color value is 25.10%
CMYK:
(0,2,16,25)
C0M2Y16K25 
(0%,2%,16%,25%)
(0.00/0.02/0.16/0.25)	

CMYK percentages

%0
%1.57
%16.23
%25.1

Codes

Color #BFBCA0 in popluar color models

BFBCA0
RGB191188160
HSL54°19.50%68.82%
HSB/HSV54°16.23%74.90%
CMYK0.00%1.57%16.23%
25.10%

Color #BFBCA0 in popluar number systems.

HEXBFBCA0
Decimal191188160
Binary101111111011110010100000
Octal277274240

Shades and tints

Shades of #BFBCA0

#BFBCA0
(191,188,160)
#AEAB92
(174,171,146)
#9D9A84
(157,154,132)
#8C8976
(140,137,118)
#7B7868
(123,120,104)
#6A675A
(106,103,90)
#59564C
(89,86,76)
#48453E
(72,69,62)
#373430
(55,52,48)
#262322
(38,35,34)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #BFBCA0

#BFBCA0
(191,188,160)
#C4C2A8
(196,194,168)
#C9C8B0
(201,200,176)
#CECEB8
(206,206,184)
#D3D4C0
(211,212,192)
#D8DAC8
(216,218,200)
#DDE0D0
(221,224,208)
#E2E6D8
(226,230,216)
#E7ECE0
(231,236,224)
#ECF2E8
(236,242,232)
#F1F8F0
(241,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFBCA0 color. Also use rgb(191,188,160) instead hex code.

Text Font Color

.myTextColor { color: #BFBCA0; }

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

This text font color is #BFBCA0.


Background Color

.myBgColor { background-color: #BFBCA0; }

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

This div background color is #BFBCA0.


Border color

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

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

This div border color is #BFBCA0.


Opacity

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

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

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

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

This text has shadow with #BFBCA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFBCA0 on black background.


Color preview on white background

This text has color #BFBCA0 on white background.



Black color preview on #BFBCA0 background

This text has black color on #BFBCA0 background.


White color preview on #BFBCA0 background

This text has white color on #BFBCA0 background.