COLOR #BCA699

HEX: #BCA699
RGB: (188,166,153)

Color info

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

RGB color model

#BCA699 color RGB value is (188,166,153).

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

RGB channels and saturation

R 188 of 255 = 74%
G 166 of 255 = 65%
B 153 of 255 = 60%

188
166
153

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

Portions of RGB colors in percentages

R + G + B =
188 + 166 + 153 = 507 (100%)
R 188 of 507 ~ 37.08%
G 166 of 507 ~ 32.74%
B 153 of 507 ~ 30.18%

%37.08
%32.74
%30.18

CMYK color model

#BCA699 color CMYK value is (0,12,19,26).

  • cyan value is 0.00%
  • magenta value is 11.70%
  • yellow value is 18.62%
  • key color value is 26.27%
CMYK:
(0,12,19,26)
C0M12Y19K26 
(0%,12%,19%,26%)
(0.00/0.12/0.19/0.26)	

CMYK percentages

%0
%11.7
%18.62
%26.27

Codes

Color #BCA699 in popluar color models

BCA699
RGB188166153
HSL22°20.71%66.86%
HSB/HSV22°18.62%73.73%
CMYK0.00%11.70%18.62%
26.27%

Color #BCA699 in popluar number systems.

HEXBCA699
Decimal188166153
Binary101111001010011010011001
Octal274246231

Shades and tints

Shades of #BCA699

#BCA699
(188,166,153)
#AB978C
(171,151,140)
#9A887F
(154,136,127)
#897972
(137,121,114)
#786A65
(120,106,101)
#675B58
(103,91,88)
#564C4B
(86,76,75)
#453D3E
(69,61,62)
#342E31
(52,46,49)
#231F24
(35,31,36)
#121017
(18,16,23)
#000000
(0,0,0)

Tints of #BCA699

#BCA699
(188,166,153)
#C2AEA2
(194,174,162)
#C8B6AB
(200,182,171)
#CEBEB4
(206,190,180)
#D4C6BD
(212,198,189)
#DACEC6
(218,206,198)
#E0D6CF
(224,214,207)
#E6DED8
(230,222,216)
#ECE6E1
(236,230,225)
#F2EEEA
(242,238,234)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA699; }

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

This text font color is #BCA699.


Background Color

.myBgColor { background-color: #BCA699; }

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

This div background color is #BCA699.


Border color

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

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

This div border color is #BCA699.


Opacity

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

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

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

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

This text has shadow with #BCA699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA699 on black background.


Color preview on white background

This text has color #BCA699 on white background.



Black color preview on #BCA699 background

This text has black color on #BCA699 background.


White color preview on #BCA699 background

This text has white color on #BCA699 background.