COLOR #BCA278

HEX: #BCA278
RGB: (188,162,120)

Color info

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

RGB color model

#BCA278 color RGB value is (188,162,120).

  • red value is 188;
  • green value is 162;
  • blue value is 120.
RGB:
(188,162,120)
(74%,64%,47%)

RGB channels and saturation

R 188 of 255 = 74%
G 162 of 255 = 64%
B 120 of 255 = 47%

188
162
120

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

Portions of RGB colors in percentages

R + G + B =
188 + 162 + 120 = 470 (100%)
R 188 of 470 ~ 40%
G 162 of 470 ~ 34.47%
B 120 of 470 ~ 25.53%

%40
%34.47
%25.53

CMYK color model

#BCA278 color CMYK value is (0,14,36,26).

  • cyan value is 0.00%
  • magenta value is 13.83%
  • yellow value is 36.17%
  • key color value is 26.27%
CMYK:
(0,14,36,26)
C0M14Y36K26 
(0%,14%,36%,26%)
(0.00/0.14/0.36/0.26)	

CMYK percentages

%0
%13.83
%36.17
%26.27

Codes

Color #BCA278 in popluar color models

BCA278
RGB188162120
HSL37°33.66%60.39%
HSB/HSV37°36.17%73.73%
CMYK0.00%13.83%36.17%
26.27%

Color #BCA278 in popluar number systems.

HEXBCA278
Decimal188162120
Binary10111100101000101111000
Octal274242170

Shades and tints

Shades of #BCA278

#BCA278
(188,162,120)
#AB946E
(171,148,110)
#9A8664
(154,134,100)
#89785A
(137,120,90)
#786A50
(120,106,80)
#675C46
(103,92,70)
#564E3C
(86,78,60)
#454032
(69,64,50)
#343228
(52,50,40)
#23241E
(35,36,30)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #BCA278

#BCA278
(188,162,120)
#C2AA84
(194,170,132)
#C8B290
(200,178,144)
#CEBA9C
(206,186,156)
#D4C2A8
(212,194,168)
#DACAB4
(218,202,180)
#E0D2C0
(224,210,192)
#E6DACC
(230,218,204)
#ECE2D8
(236,226,216)
#F2EAE4
(242,234,228)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA278 color. Also use rgb(188,162,120) instead hex code.

Text Font Color

.myTextColor { color: #BCA278; }

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

This text font color is #BCA278.


Background Color

.myBgColor { background-color: #BCA278; }

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

This div background color is #BCA278.


Border color

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

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

This div border color is #BCA278.


Opacity

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

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

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

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

This text has shadow with #BCA278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA278 on black background.


Color preview on white background

This text has color #BCA278 on white background.



Black color preview on #BCA278 background

This text has black color on #BCA278 background.


White color preview on #BCA278 background

This text has white color on #BCA278 background.