COLOR #BCA076

HEX: #BCA076
RGB: (188,160,118)

Color info

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

RGB color model

#BCA076 color RGB value is (188,160,118).

  • red value is 188;
  • green value is 160;
  • blue value is 118.
RGB:
(188,160,118)
(74%,63%,46%)

RGB channels and saturation

R 188 of 255 = 74%
G 160 of 255 = 63%
B 118 of 255 = 46%

188
160
118

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

Portions of RGB colors in percentages

R + G + B =
188 + 160 + 118 = 466 (100%)
R 188 of 466 ~ 40.34%
G 160 of 466 ~ 34.33%
B 118 of 466 ~ 25.32%

%40.34
%34.33
%25.32

CMYK color model

#BCA076 color CMYK value is (0,15,37,26).

  • cyan value is 0.00%
  • magenta value is 14.89%
  • yellow value is 37.23%
  • key color value is 26.27%
CMYK:
(0,15,37,26)
C0M15Y37K26 
(0%,15%,37%,26%)
(0.00/0.15/0.37/0.26)	

CMYK percentages

%0
%14.89
%37.23
%26.27

Codes

Color #BCA076 in popluar color models

BCA076
RGB188160118
HSL36°34.31%60.00%
HSB/HSV36°37.23%73.73%
CMYK0.00%14.89%37.23%
26.27%

Color #BCA076 in popluar number systems.

HEXBCA076
Decimal188160118
Binary10111100101000001110110
Octal274240166

Shades and tints

Shades of #BCA076

#BCA076
(188,160,118)
#AB926C
(171,146,108)
#9A8462
(154,132,98)
#897658
(137,118,88)
#78684E
(120,104,78)
#675A44
(103,90,68)
#564C3A
(86,76,58)
#453E30
(69,62,48)
#343026
(52,48,38)
#23221C
(35,34,28)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #BCA076

#BCA076
(188,160,118)
#C2A882
(194,168,130)
#C8B08E
(200,176,142)
#CEB89A
(206,184,154)
#D4C0A6
(212,192,166)
#DAC8B2
(218,200,178)
#E0D0BE
(224,208,190)
#E6D8CA
(230,216,202)
#ECE0D6
(236,224,214)
#F2E8E2
(242,232,226)
#F8F0EE
(248,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA076 color. Also use rgb(188,160,118) instead hex code.

Text Font Color

.myTextColor { color: #BCA076; }

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

This text font color is #BCA076.


Background Color

.myBgColor { background-color: #BCA076; }

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

This div background color is #BCA076.


Border color

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

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

This div border color is #BCA076.


Opacity

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

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

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

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

This text has shadow with #BCA076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA076 on black background.


Color preview on white background

This text has color #BCA076 on white background.



Black color preview on #BCA076 background

This text has black color on #BCA076 background.


White color preview on #BCA076 background

This text has white color on #BCA076 background.