COLOR #BCB49A

HEX: #BCB49A
RGB: (188,180,154)

Color info

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

RGB color model

#BCB49A color RGB value is (188,180,154).

  • red value is 188;
  • green value is 180;
  • blue value is 154.
RGB:
(188,180,154)
(74%,71%,60%)

RGB channels and saturation

R 188 of 255 = 74%
G 180 of 255 = 71%
B 154 of 255 = 60%

188
180
154

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

Portions of RGB colors in percentages

R + G + B =
188 + 180 + 154 = 522 (100%)
R 188 of 522 ~ 36.02%
G 180 of 522 ~ 34.48%
B 154 of 522 ~ 29.5%

%36.02
%34.48
%29.5

CMYK color model

#BCB49A color CMYK value is (0,4,18,26).

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 18.09%
  • key color value is 26.27%
CMYK:
(0,4,18,26)
C0M4Y18K26 
(0%,4%,18%,26%)
(0.00/0.04/0.18/0.26)	

CMYK percentages

%0
%4.26
%18.09
%26.27

Codes

Color #BCB49A in popluar color models

BCB49A
RGB188180154
HSL46°20.24%67.06%
HSB/HSV46°18.09%73.73%
CMYK0.00%4.26%18.09%
26.27%

Color #BCB49A in popluar number systems.

HEXBCB49A
Decimal188180154
Binary101111001011010010011010
Octal274264232

Shades and tints

Shades of #BCB49A

#BCB49A
(188,180,154)
#ABA48C
(171,164,140)
#9A947E
(154,148,126)
#898470
(137,132,112)
#787462
(120,116,98)
#676454
(103,100,84)
#565446
(86,84,70)
#454438
(69,68,56)
#34342A
(52,52,42)
#23241C
(35,36,28)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #BCB49A

#BCB49A
(188,180,154)
#C2BAA3
(194,186,163)
#C8C0AC
(200,192,172)
#CEC6B5
(206,198,181)
#D4CCBE
(212,204,190)
#DAD2C7
(218,210,199)
#E0D8D0
(224,216,208)
#E6DED9
(230,222,217)
#ECE4E2
(236,228,226)
#F2EAEB
(242,234,235)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB49A color. Also use rgb(188,180,154) instead hex code.

Text Font Color

.myTextColor { color: #BCB49A; }

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

This text font color is #BCB49A.


Background Color

.myBgColor { background-color: #BCB49A; }

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

This div background color is #BCB49A.


Border color

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

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

This div border color is #BCB49A.


Opacity

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

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

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

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

This text has shadow with #BCB49A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB49A on black background.


Color preview on white background

This text has color #BCB49A on white background.



Black color preview on #BCB49A background

This text has black color on #BCB49A background.


White color preview on #BCB49A background

This text has white color on #BCB49A background.