COLOR #BCAE7A

HEX: #BCAE7A RGB: (188,174,122)

Color info

#BCAE7A contains mainly red and green colors. Web safe color of #BCAE7A is #CC9966 (or #C96).

RGB color model

#BCAE7A color RGB value is (188,174,122).

RGB: (188,174,122) (74%, 68%, 48%)

RGB channels and saturation

R 188 of 255 = 74%
G 174 of 255 = 68%
B 122 of 255 = 48%

188
174
122

R + G + B ~ 63%. #BCAE7A is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 174 + 122 = 484 (100%)
R 188 of 484 ~ 38.84%
G 174 of 484 ~ 35.95%
B 122 of 484 ~ 25.21'%

%38.84
%35.95
%25.21

CMYK color model

#BCAE7A color CMYK value is (0,7,35,26).

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 35.11%
  • key color value is 26.27%

CMYK: (0,7,35,26)
C0M7Y35K26 (0%, 7%, 35%, 26%)
(0.00 / 0.07 / 0.35 / 0.26)

CMYK percentages

%0
%7.45
%35.11
%26.27

Codes

Color #BCAE7A in popluar color models

BC AE 7A
RGB 188 174 122
HSL 47° 33.00% 60.78%
HSB/HSV 47° 35.11% 73.73%
CMYK 0.00% 7.45% 35.11%
26.27%

Color #BCAE7A in popluar number systems.

HEX BC AE 7A
Decimal 188 174 122
Binary 10111100 10101110 1111010
Octal 274 256 172

Shades and tints

Shades of #BCAE7A

#BCAE7A
(188,174,122)
#AB9F6F
(171,159,111)
#9A9064
(154,144,100)
#898159
(137,129,89)
#78724E
(120,114,78)
#676343
(103,99,67)
#565438
(86,84,56)
#45452D
(69,69,45)
#343622
(52,54,34)
#232717
(35,39,23)
#12180C
(18,24,12)
#000000
(0,0,0)

Tints of #BCAE7A

#BCAE7A
(188,174,122)
#C2B586
(194,181,134)
#C8BC92
(200,188,146)
#CEC39E
(206,195,158)
#D4CAAA
(212,202,170)
#DAD1B6
(218,209,182)
#E0D8C2
(224,216,194)
#E6DFCE
(230,223,206)
#ECE6DA
(236,230,218)
#F2EDE6
(242,237,230)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCAE7A color. Also use rgb(188,174,122) instead hex code.

Text Font Color

.myTextColor { color: #BCAE7A; }

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

This text font color is #BCAE7A.

Background Color

.myBgColor { background-color: #BCAE7A; }

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

This div background color is #BCAE7A.

Border color

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

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

This div border color is #BCAE7A.

Opacity

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

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

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

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

This text has shadow with #BCAE7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCAE7A.

Preview

Color preview on black background

This text has color #BCAE7A on black background.


Color preview on white background

This text has color #BCAE7A on white background.


Black color preview on #BCAE7A background

This text has black color on #BCAE7A background.


White color preview on #BCAE7A background

This text has white color on #BCAE7A background.


Related colors

Complementary color

Complementary color for #hex is #435185.


I love getcolorcode.com

Triadic colors

1 #7ABCAE and #AE7ABC with #BCAE7A are triadic colors.

2 #7AAEBC and #AEBC7A with #BCAE7A are triadic colors.