COLOR #BCA49B

HEX: #BCA49B RGB: (188,164,155)

Color info

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

RGB color model

#BCA49B color RGB value is (188,164,155).

RGB: (188,164,155) (74%, 64%, 61%)

RGB channels and saturation

R 188 of 255 = 74%
G 164 of 255 = 64%
B 155 of 255 = 61%

188
164
155

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

Portions of RGB colors in percentages

R + G + B = 188 + 164 + 155 = 507 (100%)
R 188 of 507 ~ 37.08%
G 164 of 507 ~ 32.35%
B 155 of 507 ~ 30.57'%

%37.08
%32.35
%30.57

CMYK color model

#BCA49B color CMYK value is (0,13,18,26).

  • cyan value is 0.00%
  • magenta value is 12.77%
  • yellow value is 17.55%
  • key color value is 26.27%

CMYK: (0,13,18,26)
C0M13Y18K26 (0%, 13%, 18%, 26%)
(0.00 / 0.13 / 0.18 / 0.26)

CMYK percentages

%0
%12.77
%17.55
%26.27

Codes

Color #BCA49B in popluar color models

BC A4 9B
RGB 188 164 155
HSL 16° 19.76% 67.25%
HSB/HSV 16° 17.55% 73.73%
CMYK 0.00% 12.77% 17.55%
26.27%

Color #BCA49B in popluar number systems.

HEX BC A4 9B
Decimal 188 164 155
Binary 10111100 10100100 10011011
Octal 274 244 233

Shades and tints

Shades of #BCA49B

#BCA49B
(188,164,155)
#AB968D
(171,150,141)
#9A887F
(154,136,127)
#897A71
(137,122,113)
#786C63
(120,108,99)
#675E55
(103,94,85)
#565047
(86,80,71)
#454239
(69,66,57)
#34342B
(52,52,43)
#23261D
(35,38,29)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #BCA49B

#BCA49B
(188,164,155)
#C2ACA4
(194,172,164)
#C8B4AD
(200,180,173)
#CEBCB6
(206,188,182)
#D4C4BF
(212,196,191)
#DACCC8
(218,204,200)
#E0D4D1
(224,212,209)
#E6DCDA
(230,220,218)
#ECE4E3
(236,228,227)
#F2ECEC
(242,236,236)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA49B color. Also use rgb(188,164,155) instead hex code.

Text Font Color

.myTextColor { color: #BCA49B; }

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

This text font color is #BCA49B.

Background Color

.myBgColor { background-color: #BCA49B; }

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

This div background color is #BCA49B.

Border color

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

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

This div border color is #BCA49B.

Opacity

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

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

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

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

This text has shadow with #BCA49B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA49B.

Preview

Color preview on black background

This text has color #BCA49B on black background.


Color preview on white background

This text has color #BCA49B on white background.


Black color preview on #BCA49B background

This text has black color on #BCA49B background.


White color preview on #BCA49B background

This text has white color on #BCA49B background.


Related colors

Complementary color

Complementary color for #hex is #435B64.


I love getcolorcode.com

Triadic colors

1 #9BBCA4 and #A49BBC with #BCA49B are triadic colors.

2 #9BA4BC and #A4BC9B with #BCA49B are triadic colors.