COLOR #BCA17D

HEX: #BCA17D RGB: (188,161,125)

Color info

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

RGB color model

#BCA17D color RGB value is (188,161,125).

RGB: (188,161,125) (74%, 63%, 49%)

RGB channels and saturation

R 188 of 255 = 74%
G 161 of 255 = 63%
B 125 of 255 = 49%

188
161
125

R + G + B ~ 62%. #BCA17D is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 161 + 125 = 474 (100%)
R 188 of 474 ~ 39.66%
G 161 of 474 ~ 33.97%
B 125 of 474 ~ 26.37'%

%39.66
%33.97
%26.37

CMYK color model

#BCA17D color CMYK value is (0,14,34,26).

  • cyan value is 0.00%
  • magenta value is 14.36%
  • yellow value is 33.51%
  • key color value is 26.27%

CMYK: (0,14,34,26)
C0M14Y34K26 (0%, 14%, 34%, 26%)
(0.00 / 0.14 / 0.34 / 0.26)

CMYK percentages

%0
%14.36
%33.51
%26.27

Codes

Color #BCA17D in popluar color models

BC A1 7D
RGB 188 161 125
HSL 34° 31.98% 61.37%
HSB/HSV 34° 33.51% 73.73%
CMYK 0.00% 14.36% 33.51%
26.27%

Color #BCA17D in popluar number systems.

HEX BC A1 7D
Decimal 188 161 125
Binary 10111100 10100001 1111101
Octal 274 241 175

Shades and tints

Shades of #BCA17D

#BCA17D
(188,161,125)
#AB9372
(171,147,114)
#9A8567
(154,133,103)
#89775C
(137,119,92)
#786951
(120,105,81)
#675B46
(103,91,70)
#564D3B
(86,77,59)
#453F30
(69,63,48)
#343125
(52,49,37)
#23231A
(35,35,26)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #BCA17D

#BCA17D
(188,161,125)
#C2A988
(194,169,136)
#C8B193
(200,177,147)
#CEB99E
(206,185,158)
#D4C1A9
(212,193,169)
#DAC9B4
(218,201,180)
#E0D1BF
(224,209,191)
#E6D9CA
(230,217,202)
#ECE1D5
(236,225,213)
#F2E9E0
(242,233,224)
#F8F1EB
(248,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA17D color. Also use rgb(188,161,125) instead hex code.

Text Font Color

.myTextColor { color: #BCA17D; }

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

This text font color is #BCA17D.

Background Color

.myBgColor { background-color: #BCA17D; }

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

This div background color is #BCA17D.

Border color

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

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

This div border color is #BCA17D.

Opacity

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

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

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

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

This text has shadow with #BCA17D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA17D.

Preview

Color preview on black background

This text has color #BCA17D on black background.


Color preview on white background

This text has color #BCA17D on white background.


Black color preview on #BCA17D background

This text has black color on #BCA17D background.


White color preview on #BCA17D background

This text has white color on #BCA17D background.


Related colors

Complementary color

Complementary color for #hex is #435E82.


I love getcolorcode.com

Triadic colors

1 #7DBCA1 and #A17DBC with #BCA17D are triadic colors.

2 #7DA1BC and #A1BC7D with #BCA17D are triadic colors.