COLOR #BCA999

HEX: #BCA999
RGB: (188,169,153)

Color info

#BCA999 contains red, green and blue colors in about the same proportion. Web safe color of #BCA999 is #CC9999 (or #C99).

RGB color model

#BCA999 color RGB value is (188,169,153).

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

RGB channels and saturation

R 188 of 255 = 74%
G 169 of 255 = 66%
B 153 of 255 = 60%

188
169
153

R + G + B ~ 67%. #BCA999 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 169 + 153 = 510 (100%)
R 188 of 510 ~ 36.86%
G 169 of 510 ~ 33.14%
B 153 of 510 ~ 30%

%36.86
%33.14
%30

CMYK color model

#BCA999 color CMYK value is (0,10,19,26).

  • cyan value is 0.00%
  • magenta value is 10.11%
  • yellow value is 18.62%
  • key color value is 26.27%
CMYK:
(0,10,19,26)
C0M10Y19K26 
(0%,10%,19%,26%)
(0.00/0.10/0.19/0.26)	

CMYK percentages

%0
%10.11
%18.62
%26.27

Codes

Color #BCA999 in popluar color models

BCA999
RGB188169153
HSL27°20.71%66.86%
HSB/HSV27°18.62%73.73%
CMYK0.00%10.11%18.62%
26.27%

Color #BCA999 in popluar number systems.

HEXBCA999
Decimal188169153
Binary101111001010100110011001
Octal274251231

Shades and tints

Shades of #BCA999

#BCA999
(188,169,153)
#AB9A8C
(171,154,140)
#9A8B7F
(154,139,127)
#897C72
(137,124,114)
#786D65
(120,109,101)
#675E58
(103,94,88)
#564F4B
(86,79,75)
#45403E
(69,64,62)
#343131
(52,49,49)
#232224
(35,34,36)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #BCA999

#BCA999
(188,169,153)
#C2B0A2
(194,176,162)
#C8B7AB
(200,183,171)
#CEBEB4
(206,190,180)
#D4C5BD
(212,197,189)
#DACCC6
(218,204,198)
#E0D3CF
(224,211,207)
#E6DAD8
(230,218,216)
#ECE1E1
(236,225,225)
#F2E8EA
(242,232,234)
#F8EFF3
(248,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA999; }

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

This text font color is #BCA999.


Background Color

.myBgColor { background-color: #BCA999; }

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

This div background color is #BCA999.


Border color

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

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

This div border color is #BCA999.


Opacity

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

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

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

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

This text has shadow with #BCA999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA999 on black background.


Color preview on white background

This text has color #BCA999 on white background.



Black color preview on #BCA999 background

This text has black color on #BCA999 background.


White color preview on #BCA999 background

This text has white color on #BCA999 background.