COLOR #BCA174

HEX: #BCA174
RGB: (188,161,116)

Color info

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

RGB color model

#BCA174 color RGB value is (188,161,116).

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

RGB channels and saturation

R 188 of 255 = 74%
G 161 of 255 = 63%
B 116 of 255 = 45%

188
161
116

R + G + B ~ 61%. #BCA174 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 161 + 116 = 465 (100%)
R 188 of 465 ~ 40.43%
G 161 of 465 ~ 34.62%
B 116 of 465 ~ 24.95%

%40.43
%34.62
%24.95

CMYK color model

#BCA174 color CMYK value is (0,14,38,26).

  • cyan value is 0.00%
  • magenta value is 14.36%
  • yellow value is 38.30%
  • key color value is 26.27%
CMYK:
(0,14,38,26)
C0M14Y38K26 
(0%,14%,38%,26%)
(0.00/0.14/0.38/0.26)	

CMYK percentages

%0
%14.36
%38.3
%26.27

Codes

Color #BCA174 in popluar color models

BCA174
RGB188161116
HSL38°34.95%59.61%
HSB/HSV38°38.30%73.73%
CMYK0.00%14.36%38.30%
26.27%

Color #BCA174 in popluar number systems.

HEXBCA174
Decimal188161116
Binary10111100101000011110100
Octal274241164

Shades and tints

Shades of #BCA174

#BCA174
(188,161,116)
#AB936A
(171,147,106)
#9A8560
(154,133,96)
#897756
(137,119,86)
#78694C
(120,105,76)
#675B42
(103,91,66)
#564D38
(86,77,56)
#453F2E
(69,63,46)
#343124
(52,49,36)
#23231A
(35,35,26)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #BCA174

#BCA174
(188,161,116)
#C2A980
(194,169,128)
#C8B18C
(200,177,140)
#CEB998
(206,185,152)
#D4C1A4
(212,193,164)
#DAC9B0
(218,201,176)
#E0D1BC
(224,209,188)
#E6D9C8
(230,217,200)
#ECE1D4
(236,225,212)
#F2E9E0
(242,233,224)
#F8F1EC
(248,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA174; }

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

This text font color is #BCA174.


Background Color

.myBgColor { background-color: #BCA174; }

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

This div background color is #BCA174.


Border color

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

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

This div border color is #BCA174.


Opacity

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

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

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

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

This text has shadow with #BCA174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA174 on black background.


Color preview on white background

This text has color #BCA174 on white background.



Black color preview on #BCA174 background

This text has black color on #BCA174 background.


White color preview on #BCA174 background

This text has white color on #BCA174 background.