COLOR #BCA993

HEX: #BCA993
RGB: (188,169,147)

Color info

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

RGB color model

#BCA993 color RGB value is (188,169,147).

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

RGB channels and saturation

R 188 of 255 = 74%
G 169 of 255 = 66%
B 147 of 255 = 58%

188
169
147

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

Portions of RGB colors in percentages

R + G + B =
188 + 169 + 147 = 504 (100%)
R 188 of 504 ~ 37.3%
G 169 of 504 ~ 33.53%
B 147 of 504 ~ 29.17%

%37.3
%33.53
%29.17

CMYK color model

#BCA993 color CMYK value is (0,10,22,26).

  • cyan value is 0.00%
  • magenta value is 10.11%
  • yellow value is 21.81%
  • key color value is 26.27%
CMYK:
(0,10,22,26)
C0M10Y22K26 
(0%,10%,22%,26%)
(0.00/0.10/0.22/0.26)	

CMYK percentages

%0
%10.11
%21.81
%26.27

Codes

Color #BCA993 in popluar color models

BCA993
RGB188169147
HSL32°23.43%65.69%
HSB/HSV32°21.81%73.73%
CMYK0.00%10.11%21.81%
26.27%

Color #BCA993 in popluar number systems.

HEXBCA993
Decimal188169147
Binary101111001010100110010011
Octal274251223

Shades and tints

Shades of #BCA993

#BCA993
(188,169,147)
#AB9A86
(171,154,134)
#9A8B79
(154,139,121)
#897C6C
(137,124,108)
#786D5F
(120,109,95)
#675E52
(103,94,82)
#564F45
(86,79,69)
#454038
(69,64,56)
#34312B
(52,49,43)
#23221E
(35,34,30)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #BCA993

#BCA993
(188,169,147)
#C2B09C
(194,176,156)
#C8B7A5
(200,183,165)
#CEBEAE
(206,190,174)
#D4C5B7
(212,197,183)
#DACCC0
(218,204,192)
#E0D3C9
(224,211,201)
#E6DAD2
(230,218,210)
#ECE1DB
(236,225,219)
#F2E8E4
(242,232,228)
#F8EFED
(248,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA993; }

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

This text font color is #BCA993.


Background Color

.myBgColor { background-color: #BCA993; }

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

This div background color is #BCA993.


Border color

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

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

This div border color is #BCA993.


Opacity

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

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

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

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

This text has shadow with #BCA993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA993 on black background.


Color preview on white background

This text has color #BCA993 on white background.



Black color preview on #BCA993 background

This text has black color on #BCA993 background.


White color preview on #BCA993 background

This text has white color on #BCA993 background.