COLOR #BCA157

HEX: #BCA157
RGB: (188,161,87)

Color info

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

RGB color model

#BCA157 color RGB value is (188,161,87).

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

RGB channels and saturation

R 188 of 255 = 74%
G 161 of 255 = 63%
B 87 of 255 = 34%

188
161
87

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

Portions of RGB colors in percentages

R + G + B =
188 + 161 + 87 = 436 (100%)
R 188 of 436 ~ 43.12%
G 161 of 436 ~ 36.93%
B 87 of 436 ~ 19.95%

%43.12
%36.93
%19.95

CMYK color model

#BCA157 color CMYK value is (0,14,54,26).

  • cyan value is 0.00%
  • magenta value is 14.36%
  • yellow value is 53.72%
  • key color value is 26.27%
CMYK:
(0,14,54,26)
C0M14Y54K26 
(0%,14%,54%,26%)
(0.00/0.14/0.54/0.26)	

CMYK percentages

%0
%14.36
%53.72
%26.27

Codes

Color #BCA157 in popluar color models

BCA157
RGB18816187
HSL44°42.98%53.92%
HSB/HSV44°53.72%73.73%
CMYK0.00%14.36%53.72%
26.27%

Color #BCA157 in popluar number systems.

HEXBCA157
Decimal18816187
Binary10111100101000011010111
Octal274241127

Shades and tints

Shades of #BCA157

#BCA157
(188,161,87)
#AB9350
(171,147,80)
#9A8549
(154,133,73)
#897742
(137,119,66)
#78693B
(120,105,59)
#675B34
(103,91,52)
#564D2D
(86,77,45)
#453F26
(69,63,38)
#34311F
(52,49,31)
#232318
(35,35,24)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #BCA157

#BCA157
(188,161,87)
#C2A966
(194,169,102)
#C8B175
(200,177,117)
#CEB984
(206,185,132)
#D4C193
(212,193,147)
#DAC9A2
(218,201,162)
#E0D1B1
(224,209,177)
#E6D9C0
(230,217,192)
#ECE1CF
(236,225,207)
#F2E9DE
(242,233,222)
#F8F1ED
(248,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA157; }

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

This text font color is #BCA157.


Background Color

.myBgColor { background-color: #BCA157; }

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

This div background color is #BCA157.


Border color

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

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

This div border color is #BCA157.


Opacity

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

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

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

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

This text has shadow with #BCA157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA157 on black background.


Color preview on white background

This text has color #BCA157 on white background.



Black color preview on #BCA157 background

This text has black color on #BCA157 background.


White color preview on #BCA157 background

This text has white color on #BCA157 background.