COLOR #BCA997

HEX: #BCA997
RGB: (188,169,151)

Color info

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

RGB color model

#BCA997 color RGB value is (188,169,151).

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

RGB channels and saturation

R 188 of 255 = 74%
G 169 of 255 = 66%
B 151 of 255 = 59%

188
169
151

R + G + B ~ 66%. #BCA997 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 169 + 151 = 508 (100%)
R 188 of 508 ~ 37.01%
G 169 of 508 ~ 33.27%
B 151 of 508 ~ 29.72%

%37.01
%33.27
%29.72

CMYK color model

#BCA997 color CMYK value is (0,10,20,26).

  • cyan value is 0.00%
  • magenta value is 10.11%
  • yellow value is 19.68%
  • key color value is 26.27%
CMYK:
(0,10,20,26)
C0M10Y20K26 
(0%,10%,20%,26%)
(0.00/0.10/0.20/0.26)	

CMYK percentages

%0
%10.11
%19.68
%26.27

Codes

Color #BCA997 in popluar color models

BCA997
RGB188169151
HSL29°21.64%66.47%
HSB/HSV29°19.68%73.73%
CMYK0.00%10.11%19.68%
26.27%

Color #BCA997 in popluar number systems.

HEXBCA997
Decimal188169151
Binary101111001010100110010111
Octal274251227

Shades and tints

Shades of #BCA997

#BCA997
(188,169,151)
#AB9A8A
(171,154,138)
#9A8B7D
(154,139,125)
#897C70
(137,124,112)
#786D63
(120,109,99)
#675E56
(103,94,86)
#564F49
(86,79,73)
#45403C
(69,64,60)
#34312F
(52,49,47)
#232222
(35,34,34)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #BCA997

#BCA997
(188,169,151)
#C2B0A0
(194,176,160)
#C8B7A9
(200,183,169)
#CEBEB2
(206,190,178)
#D4C5BB
(212,197,187)
#DACCC4
(218,204,196)
#E0D3CD
(224,211,205)
#E6DAD6
(230,218,214)
#ECE1DF
(236,225,223)
#F2E8E8
(242,232,232)
#F8EFF1
(248,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA997; }

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

This text font color is #BCA997.


Background Color

.myBgColor { background-color: #BCA997; }

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

This div background color is #BCA997.


Border color

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

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

This div border color is #BCA997.


Opacity

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

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

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

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

This text has shadow with #BCA997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA997 on black background.


Color preview on white background

This text has color #BCA997 on white background.



Black color preview on #BCA997 background

This text has black color on #BCA997 background.


White color preview on #BCA997 background

This text has white color on #BCA997 background.