COLOR #BCB79F

HEX: #BCB79F
RGB: (188,183,159)

Color info

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

RGB color model

#BCB79F color RGB value is (188,183,159).

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

RGB channels and saturation

R 188 of 255 = 74%
G 183 of 255 = 72%
B 159 of 255 = 62%

188
183
159

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

Portions of RGB colors in percentages

R + G + B =
188 + 183 + 159 = 530 (100%)
R 188 of 530 ~ 35.47%
G 183 of 530 ~ 34.53%
B 159 of 530 ~ 30%

%35.47
%34.53
%30

CMYK color model

#BCB79F color CMYK value is (0,3,15,26).

  • cyan value is 0.00%
  • magenta value is 2.66%
  • yellow value is 15.43%
  • key color value is 26.27%
CMYK:
(0,3,15,26)
C0M3Y15K26 
(0%,3%,15%,26%)
(0.00/0.03/0.15/0.26)	

CMYK percentages

%0
%2.66
%15.43
%26.27

Codes

Color #BCB79F in popluar color models

BCB79F
RGB188183159
HSL50°17.79%68.04%
HSB/HSV50°15.43%73.73%
CMYK0.00%2.66%15.43%
26.27%

Color #BCB79F in popluar number systems.

HEXBCB79F
Decimal188183159
Binary101111001011011110011111
Octal274267237

Shades and tints

Shades of #BCB79F

#BCB79F
(188,183,159)
#ABA791
(171,167,145)
#9A9783
(154,151,131)
#898775
(137,135,117)
#787767
(120,119,103)
#676759
(103,103,89)
#56574B
(86,87,75)
#45473D
(69,71,61)
#34372F
(52,55,47)
#232721
(35,39,33)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #BCB79F

#BCB79F
(188,183,159)
#C2BDA7
(194,189,167)
#C8C3AF
(200,195,175)
#CEC9B7
(206,201,183)
#D4CFBF
(212,207,191)
#DAD5C7
(218,213,199)
#E0DBCF
(224,219,207)
#E6E1D7
(230,225,215)
#ECE7DF
(236,231,223)
#F2EDE7
(242,237,231)
#F8F3EF
(248,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB79F; }

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

This text font color is #BCB79F.


Background Color

.myBgColor { background-color: #BCB79F; }

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

This div background color is #BCB79F.


Border color

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

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

This div border color is #BCB79F.


Opacity

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

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

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

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

This text has shadow with #BCB79F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB79F on black background.


Color preview on white background

This text has color #BCB79F on white background.



Black color preview on #BCB79F background

This text has black color on #BCB79F background.


White color preview on #BCB79F background

This text has white color on #BCB79F background.