COLOR #BCAE62

HEX: #BCAE62 RGB: (188,174,98)

Color info

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

RGB color model

#BCAE62 color RGB value is (188,174,98).

RGB: (188,174,98) (74%, 68%, 38%)

RGB channels and saturation

R 188 of 255 = 74%
G 174 of 255 = 68%
B 98 of 255 = 38%

188
174
98

R + G + B ~ 60%. #BCAE62 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 188 + 174 + 98 = 460 (100%)
R 188 of 460 ~ 40.87%
G 174 of 460 ~ 37.83%
B 98 of 460 ~ 21.3'%

%40.87
%37.83
%21.3

CMYK color model

#BCAE62 color CMYK value is (0,7,48,26).

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

CMYK: (0,7,48,26)
C0M7Y48K26 (0%, 7%, 48%, 26%)
(0.00 / 0.07 / 0.48 / 0.26)

CMYK percentages

%0
%7.45
%47.87
%26.27

Codes

Color #BCAE62 in popluar color models

BC AE 62
RGB 188 174 98
HSL 51° 40.18% 56.08%
HSB/HSV 51° 47.87% 73.73%
CMYK 0.00% 7.45% 47.87%
26.27%

Color #BCAE62 in popluar number systems.

HEX BC AE 62
Decimal 188 174 98
Binary 10111100 10101110 1100010
Octal 274 256 142

Shades and tints

Shades of #BCAE62

#BCAE62
(188,174,98)
#AB9F5A
(171,159,90)
#9A9052
(154,144,82)
#89814A
(137,129,74)
#787242
(120,114,66)
#67633A
(103,99,58)
#565432
(86,84,50)
#45452A
(69,69,42)
#343622
(52,54,34)
#23271A
(35,39,26)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #BCAE62

#BCAE62
(188,174,98)
#C2B570
(194,181,112)
#C8BC7E
(200,188,126)
#CEC38C
(206,195,140)
#D4CA9A
(212,202,154)
#DAD1A8
(218,209,168)
#E0D8B6
(224,216,182)
#E6DFC4
(230,223,196)
#ECE6D2
(236,230,210)
#F2EDE0
(242,237,224)
#F8F4EE
(248,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAE62; }

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

This text font color is #BCAE62.

Background Color

.myBgColor { background-color: #BCAE62; }

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

This div background color is #BCAE62.

Border color

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

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

This div border color is #BCAE62.

Opacity

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

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

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

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

This text has shadow with #BCAE62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCAE62.

Preview

Color preview on black background

This text has color #BCAE62 on black background.


Color preview on white background

This text has color #BCAE62 on white background.


Black color preview on #BCAE62 background

This text has black color on #BCAE62 background.


White color preview on #BCAE62 background

This text has white color on #BCAE62 background.


Related colors

Complementary color

Complementary color for #hex is #43519D.


I love getcolorcode.com

Triadic colors

1 #62BCAE and #AE62BC with #BCAE62 are triadic colors.

2 #62AEBC and #AEBC62 with #BCAE62 are triadic colors.