COLOR #BCA79D

HEX: #BCA79D RGB: (188,167,157)

Color info

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

RGB color model

#BCA79D color RGB value is (188,167,157).

RGB: (188,167,157) (74%, 65%, 62%)

RGB channels and saturation

R 188 of 255 = 74%
G 167 of 255 = 65%
B 157 of 255 = 62%

188
167
157

R + G + B ~ 67%. #BCA79D is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 167 + 157 = 512 (100%)
R 188 of 512 ~ 36.72%
G 167 of 512 ~ 32.62%
B 157 of 512 ~ 30.66'%

%36.72
%32.62
%30.66

CMYK color model

#BCA79D color CMYK value is (0,11,16,26).

  • cyan value is 0.00%
  • magenta value is 11.17%
  • yellow value is 16.49%
  • key color value is 26.27%
CMYK: (0,11,16,26) C0M11Y16K26 (0%,11%,16%,26%) (0.00/0.11/0.16/0.26) 

CMYK percentages

%0
%11.17
%16.49
%26.27

Codes

Color #BCA79D in popluar color models

BC A7 9D
RGB 188 167 157
HSL 19° 18.79% 67.65%
HSB/HSV 19° 16.49% 73.73%
CMYK 0.00% 11.17% 16.49%
26.27%

Color #BCA79D in popluar number systems.

HEX BC A7 9D
Decimal 188 167 157
Binary 10111100 10100111 10011101
Octal 274 247 235

Shades and tints

Shades of #BCA79D

#BCA79D
(188,167,157)
#AB988F
(171,152,143)
#9A8981
(154,137,129)
#897A73
(137,122,115)
#786B65
(120,107,101)
#675C57
(103,92,87)
#564D49
(86,77,73)
#453E3B
(69,62,59)
#342F2D
(52,47,45)
#23201F
(35,32,31)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #BCA79D

#BCA79D
(188,167,157)
#C2AFA5
(194,175,165)
#C8B7AD
(200,183,173)
#CEBFB5
(206,191,181)
#D4C7BD
(212,199,189)
#DACFC5
(218,207,197)
#E0D7CD
(224,215,205)
#E6DFD5
(230,223,213)
#ECE7DD
(236,231,221)
#F2EFE5
(242,239,229)
#F8F7ED
(248,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA79D color. Also use rgb(188,167,157) instead hex code.

Text Font Color

.myTextColor { color: #BCA79D; }

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

This text font color is #BCA79D.

Background Color

.myBgColor { background-color: #BCA79D; }

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

This div background color is #BCA79D.

Border color

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

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

This div border color is #BCA79D.

Opacity

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

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

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

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

This text has shadow with #BCA79D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA79D.

Preview

Color preview on black background

This text has color #BCA79D on black background.


Color preview on white background

This text has color #BCA79D on white background.


Black color preview on #BCA79D background

This text has black color on #BCA79D background.


White color preview on #BCA79D background

This text has white color on #BCA79D background.


Related colors

Complementary color

Complementary color for #hex is #435862.


I love getcolorcode.com

Triadic colors

1 #9DBCA7 and #A79DBC with #BCA79D are triadic colors.

2 #9DA7BC and #A7BC9D with #BCA79D are triadic colors.