COLOR #BCA392

HEX: #BCA392
RGB: (188,163,146)

Color info

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

RGB color model

#BCA392 color RGB value is (188,163,146).

  • red value is 188;
  • green value is 163;
  • blue value is 146.
RGB:
(188,163,146)
(74%,64%,57%)

RGB channels and saturation

R 188 of 255 = 74%
G 163 of 255 = 64%
B 146 of 255 = 57%

188
163
146

R + G + B ~ 65%. #BCA392 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 163 + 146 = 497 (100%)
R 188 of 497 ~ 37.83%
G 163 of 497 ~ 32.8%
B 146 of 497 ~ 29.38%

%37.83
%32.8
%29.38

CMYK color model

#BCA392 color CMYK value is (0,13,22,26).

  • cyan value is 0.00%
  • magenta value is 13.30%
  • yellow value is 22.34%
  • key color value is 26.27%
CMYK:
(0,13,22,26)
C0M13Y22K26 
(0%,13%,22%,26%)
(0.00/0.13/0.22/0.26)	

CMYK percentages

%0
%13.3
%22.34
%26.27

Codes

Color #BCA392 in popluar color models

BCA392
RGB188163146
HSL24°23.86%65.49%
HSB/HSV24°22.34%73.73%
CMYK0.00%13.30%22.34%
26.27%

Color #BCA392 in popluar number systems.

HEXBCA392
Decimal188163146
Binary101111001010001110010010
Octal274243222

Shades and tints

Shades of #BCA392

#BCA392
(188,163,146)
#AB9585
(171,149,133)
#9A8778
(154,135,120)
#89796B
(137,121,107)
#786B5E
(120,107,94)
#675D51
(103,93,81)
#564F44
(86,79,68)
#454137
(69,65,55)
#34332A
(52,51,42)
#23251D
(35,37,29)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #BCA392

#BCA392
(188,163,146)
#C2AB9B
(194,171,155)
#C8B3A4
(200,179,164)
#CEBBAD
(206,187,173)
#D4C3B6
(212,195,182)
#DACBBF
(218,203,191)
#E0D3C8
(224,211,200)
#E6DBD1
(230,219,209)
#ECE3DA
(236,227,218)
#F2EBE3
(242,235,227)
#F8F3EC
(248,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA392 color. Also use rgb(188,163,146) instead hex code.

Text Font Color

.myTextColor { color: #BCA392; }

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

This text font color is #BCA392.


Background Color

.myBgColor { background-color: #BCA392; }

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

This div background color is #BCA392.


Border color

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

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

This div border color is #BCA392.


Opacity

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

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

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

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

This text has shadow with #BCA392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA392 on black background.


Color preview on white background

This text has color #BCA392 on white background.



Black color preview on #BCA392 background

This text has black color on #BCA392 background.


White color preview on #BCA392 background

This text has white color on #BCA392 background.