COLOR #BCA396

HEX: #BCA396 RGB: (188,163,150)

Color info

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

RGB color model

#BCA396 color RGB value is (188,163,150).

RGB: (188,163,150) (74%, 64%, 59%)

RGB channels and saturation

R 188 of 255 = 74%
G 163 of 255 = 64%
B 150 of 255 = 59%

188
163
150

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

Portions of RGB colors in percentages

R + G + B = 188 + 163 + 150 = 501 (100%)
R 188 of 501 ~ 37.52%
G 163 of 501 ~ 32.53%
B 150 of 501 ~ 29.94'%

%37.52
%32.53
%29.94

CMYK color model

#BCA396 color CMYK value is (0,13,20,26).

  • cyan value is 0.00%
  • magenta value is 13.30%
  • yellow value is 20.21%
  • key color value is 26.27%

CMYK: (0,13,20,26)
C0M13Y20K26 (0%, 13%, 20%, 26%)
(0.00 / 0.13 / 0.20 / 0.26)

CMYK percentages

%0
%13.3
%20.21
%26.27

Codes

Color #BCA396 in popluar color models

BC A3 96
RGB 188 163 150
HSL 21° 22.09% 66.27%
HSB/HSV 21° 20.21% 73.73%
CMYK 0.00% 13.30% 20.21%
26.27%

Color #BCA396 in popluar number systems.

HEX BC A3 96
Decimal 188 163 150
Binary 10111100 10100011 10010110
Octal 274 243 226

Shades and tints

Shades of #BCA396

#BCA396
(188,163,150)
#AB9589
(171,149,137)
#9A877C
(154,135,124)
#89796F
(137,121,111)
#786B62
(120,107,98)
#675D55
(103,93,85)
#564F48
(86,79,72)
#45413B
(69,65,59)
#34332E
(52,51,46)
#232521
(35,37,33)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #BCA396

#BCA396
(188,163,150)
#C2AB9F
(194,171,159)
#C8B3A8
(200,179,168)
#CEBBB1
(206,187,177)
#D4C3BA
(212,195,186)
#DACBC3
(218,203,195)
#E0D3CC
(224,211,204)
#E6DBD5
(230,219,213)
#ECE3DE
(236,227,222)
#F2EBE7
(242,235,231)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA396; }

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

This text font color is #BCA396.

Background Color

.myBgColor { background-color: #BCA396; }

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

This div background color is #BCA396.

Border color

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

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

This div border color is #BCA396.

Opacity

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

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

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

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

This text has shadow with #BCA396 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA396.

Preview

Color preview on black background

This text has color #BCA396 on black background.


Color preview on white background

This text has color #BCA396 on white background.


Black color preview on #BCA396 background

This text has black color on #BCA396 background.


White color preview on #BCA396 background

This text has white color on #BCA396 background.


Related colors

Complementary color

Complementary color for #hex is #435C69.


I love getcolorcode.com

Triadic colors

1 #96BCA3 and #A396BC with #BCA396 are triadic colors.

2 #96A3BC and #A3BC96 with #BCA396 are triadic colors.