COLOR #BCA79A

HEX: #BCA79A RGB: (188,167,154)

Color info

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

RGB color model

#BCA79A color RGB value is (188,167,154).

RGB: (188,167,154) (74%, 65%, 60%)

RGB channels and saturation

R 188 of 255 = 74%
G 167 of 255 = 65%
B 154 of 255 = 60%

188
167
154

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

Portions of RGB colors in percentages

R + G + B = 188 + 167 + 154 = 509 (100%)
R 188 of 509 ~ 36.94%
G 167 of 509 ~ 32.81%
B 154 of 509 ~ 30.26'%

%36.94
%32.81
%30.26

CMYK color model

#BCA79A color CMYK value is (0,11,18,26).

  • cyan value is 0.00%
  • magenta value is 11.17%
  • yellow value is 18.09%
  • key color value is 26.27%
CMYK: (0,11,18,26) C0M11Y18K26 (0%,11%,18%,26%) (0.00/0.11/0.18/0.26) 

CMYK percentages

%0
%11.17
%18.09
%26.27

Codes

Color #BCA79A in popluar color models

BC A7 9A
RGB 188 167 154
HSL 23° 20.24% 67.06%
HSB/HSV 23° 18.09% 73.73%
CMYK 0.00% 11.17% 18.09%
26.27%

Color #BCA79A in popluar number systems.

HEX BC A7 9A
Decimal 188 167 154
Binary 10111100 10100111 10011010
Octal 274 247 232

Shades and tints

Shades of #BCA79A

#BCA79A
(188,167,154)
#AB988C
(171,152,140)
#9A897E
(154,137,126)
#897A70
(137,122,112)
#786B62
(120,107,98)
#675C54
(103,92,84)
#564D46
(86,77,70)
#453E38
(69,62,56)
#342F2A
(52,47,42)
#23201C
(35,32,28)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #BCA79A

#BCA79A
(188,167,154)
#C2AFA3
(194,175,163)
#C8B7AC
(200,183,172)
#CEBFB5
(206,191,181)
#D4C7BE
(212,199,190)
#DACFC7
(218,207,199)
#E0D7D0
(224,215,208)
#E6DFD9
(230,223,217)
#ECE7E2
(236,231,226)
#F2EFEB
(242,239,235)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA79A; }

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

This text font color is #BCA79A.

Background Color

.myBgColor { background-color: #BCA79A; }

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

This div background color is #BCA79A.

Border color

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

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

This div border color is #BCA79A.

Opacity

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

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

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

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

This text has shadow with #BCA79A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA79A.

Preview

Color preview on black background

This text has color #BCA79A on black background.


Color preview on white background

This text has color #BCA79A on white background.


Black color preview on #BCA79A background

This text has black color on #BCA79A background.


White color preview on #BCA79A background

This text has white color on #BCA79A background.


Related colors

Complementary color

Complementary color for #hex is #435865.


I love getcolorcode.com

Triadic colors

1 #9ABCA7 and #A79ABC with #BCA79A are triadic colors.

2 #9AA7BC and #A7BC9A with #BCA79A are triadic colors.