COLOR #BCAE78

HEX: #BCAE78 RGB: (188,174,120)

Color info

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

RGB color model

#BCAE78 color RGB value is (188,174,120).

RGB: (188,174,120) (74%, 68%, 47%)

RGB channels and saturation

R 188 of 255 = 74%
G 174 of 255 = 68%
B 120 of 255 = 47%

188
174
120

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

Portions of RGB colors in percentages

R + G + B = 188 + 174 + 120 = 482 (100%)
R 188 of 482 ~ 39%
G 174 of 482 ~ 36.1%
B 120 of 482 ~ 24.9'%

%39
%36.1
%24.9

CMYK color model

#BCAE78 color CMYK value is (0,7,36,26).

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

CMYK: (0,7,36,26)
C0M7Y36K26 (0%, 7%, 36%, 26%)
(0.00 / 0.07 / 0.36 / 0.26)

CMYK percentages

%0
%7.45
%36.17
%26.27

Codes

Color #BCAE78 in popluar color models

BC AE 78
RGB 188 174 120
HSL 48° 33.66% 60.39%
HSB/HSV 48° 36.17% 73.73%
CMYK 0.00% 7.45% 36.17%
26.27%

Color #BCAE78 in popluar number systems.

HEX BC AE 78
Decimal 188 174 120
Binary 10111100 10101110 1111000
Octal 274 256 170

Shades and tints

Shades of #BCAE78

#BCAE78
(188,174,120)
#AB9F6E
(171,159,110)
#9A9064
(154,144,100)
#89815A
(137,129,90)
#787250
(120,114,80)
#676346
(103,99,70)
#56543C
(86,84,60)
#454532
(69,69,50)
#343628
(52,54,40)
#23271E
(35,39,30)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #BCAE78

#BCAE78
(188,174,120)
#C2B584
(194,181,132)
#C8BC90
(200,188,144)
#CEC39C
(206,195,156)
#D4CAA8
(212,202,168)
#DAD1B4
(218,209,180)
#E0D8C0
(224,216,192)
#E6DFCC
(230,223,204)
#ECE6D8
(236,230,216)
#F2EDE4
(242,237,228)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAE78; }

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

This text font color is #BCAE78.

Background Color

.myBgColor { background-color: #BCAE78; }

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

This div background color is #BCAE78.

Border color

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

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

This div border color is #BCAE78.

Opacity

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

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

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

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

This text has shadow with #BCAE78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCAE78.

Preview

Color preview on black background

This text has color #BCAE78 on black background.


Color preview on white background

This text has color #BCAE78 on white background.


Black color preview on #BCAE78 background

This text has black color on #BCAE78 background.


White color preview on #BCAE78 background

This text has white color on #BCAE78 background.


Related colors

Complementary color

Complementary color for #hex is #435187.


I love getcolorcode.com

Triadic colors

1 #78BCAE and #AE78BC with #BCAE78 are triadic colors.

2 #78AEBC and #AEBC78 with #BCAE78 are triadic colors.