COLOR #BCA19C

HEX: #BCA19C RGB: (188,161,156)

Color info

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

RGB color model

#BCA19C color RGB value is (188,161,156).

RGB: (188,161,156) (74%, 63%, 61%)

RGB channels and saturation

R 188 of 255 = 74%
G 161 of 255 = 63%
B 156 of 255 = 61%

188
161
156

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

Portions of RGB colors in percentages

R + G + B = 188 + 161 + 156 = 505 (100%)
R 188 of 505 ~ 37.23%
G 161 of 505 ~ 31.88%
B 156 of 505 ~ 30.89'%

%37.23
%31.88
%30.89

CMYK color model

#BCA19C color CMYK value is (0,14,17,26).

  • cyan value is 0.00%
  • magenta value is 14.36%
  • yellow value is 17.02%
  • key color value is 26.27%

CMYK: (0,14,17,26)
C0M14Y17K26 (0%, 14%, 17%, 26%)
(0.00 / 0.14 / 0.17 / 0.26)

CMYK percentages

%0
%14.36
%17.02
%26.27

Codes

Color #BCA19C in popluar color models

BC A1 9C
RGB 188 161 156
HSL 19.28% 67.45%
HSB/HSV 17.02% 73.73%
CMYK 0.00% 14.36% 17.02%
26.27%

Color #BCA19C in popluar number systems.

HEX BC A1 9C
Decimal 188 161 156
Binary 10111100 10100001 10011100
Octal 274 241 234

Shades and tints

Shades of #BCA19C

#BCA19C
(188,161,156)
#AB938E
(171,147,142)
#9A8580
(154,133,128)
#897772
(137,119,114)
#786964
(120,105,100)
#675B56
(103,91,86)
#564D48
(86,77,72)
#453F3A
(69,63,58)
#34312C
(52,49,44)
#23231E
(35,35,30)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #BCA19C

#BCA19C
(188,161,156)
#C2A9A5
(194,169,165)
#C8B1AE
(200,177,174)
#CEB9B7
(206,185,183)
#D4C1C0
(212,193,192)
#DAC9C9
(218,201,201)
#E0D1D2
(224,209,210)
#E6D9DB
(230,217,219)
#ECE1E4
(236,225,228)
#F2E9ED
(242,233,237)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA19C color. Also use rgb(188,161,156) instead hex code.

Text Font Color

.myTextColor { color: #BCA19C; }

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

This text font color is #BCA19C.

Background Color

.myBgColor { background-color: #BCA19C; }

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

This div background color is #BCA19C.

Border color

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

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

This div border color is #BCA19C.

Opacity

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

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

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

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

This text has shadow with #BCA19C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA19C.

Preview

Color preview on black background

This text has color #BCA19C on black background.


Color preview on white background

This text has color #BCA19C on white background.


Black color preview on #BCA19C background

This text has black color on #BCA19C background.


White color preview on #BCA19C background

This text has white color on #BCA19C background.


Related colors

Complementary color

Complementary color for #hex is #435E63.


I love getcolorcode.com

Triadic colors

1 #9CBCA1 and #A19CBC with #BCA19C are triadic colors.

2 #9CA1BC and #A1BC9C with #BCA19C are triadic colors.