COLOR #BCA171

HEX: #BCA171
RGB: (188,161,113)

Color info

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

RGB color model

#BCA171 color RGB value is (188,161,113).

  • red value is 188;
  • green value is 161;
  • blue value is 113.
RGB:
(188,161,113)
(74%,63%,44%)

RGB channels and saturation

R 188 of 255 = 74%
G 161 of 255 = 63%
B 113 of 255 = 44%

188
161
113

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

Portions of RGB colors in percentages

R + G + B =
188 + 161 + 113 = 462 (100%)
R 188 of 462 ~ 40.69%
G 161 of 462 ~ 34.85%
B 113 of 462 ~ 24.46%

%40.69
%34.85
%24.46

CMYK color model

#BCA171 color CMYK value is (0,14,40,26).

  • cyan value is 0.00%
  • magenta value is 14.36%
  • yellow value is 39.89%
  • key color value is 26.27%
CMYK:
(0,14,40,26)
C0M14Y40K26 
(0%,14%,40%,26%)
(0.00/0.14/0.40/0.26)	

CMYK percentages

%0
%14.36
%39.89
%26.27

Codes

Color #BCA171 in popluar color models

BCA171
RGB188161113
HSL38°35.89%59.02%
HSB/HSV38°39.89%73.73%
CMYK0.00%14.36%39.89%
26.27%

Color #BCA171 in popluar number systems.

HEXBCA171
Decimal188161113
Binary10111100101000011110001
Octal274241161

Shades and tints

Shades of #BCA171

#BCA171
(188,161,113)
#AB9367
(171,147,103)
#9A855D
(154,133,93)
#897753
(137,119,83)
#786949
(120,105,73)
#675B3F
(103,91,63)
#564D35
(86,77,53)
#453F2B
(69,63,43)
#343121
(52,49,33)
#232317
(35,35,23)
#12150D
(18,21,13)
#000000
(0,0,0)

Tints of #BCA171

#BCA171
(188,161,113)
#C2A97D
(194,169,125)
#C8B189
(200,177,137)
#CEB995
(206,185,149)
#D4C1A1
(212,193,161)
#DAC9AD
(218,201,173)
#E0D1B9
(224,209,185)
#E6D9C5
(230,217,197)
#ECE1D1
(236,225,209)
#F2E9DD
(242,233,221)
#F8F1E9
(248,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA171; }

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

This text font color is #BCA171.


Background Color

.myBgColor { background-color: #BCA171; }

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

This div background color is #BCA171.


Border color

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

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

This div border color is #BCA171.


Opacity

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

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

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

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

This text has shadow with #BCA171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA171 on black background.


Color preview on white background

This text has color #BCA171 on white background.



Black color preview on #BCA171 background

This text has black color on #BCA171 background.


White color preview on #BCA171 background

This text has white color on #BCA171 background.