COLOR #BCA475

HEX: #BCA475
RGB: (188,164,117)

Color info

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

RGB color model

#BCA475 color RGB value is (188,164,117).

  • red value is 188;
  • green value is 164;
  • blue value is 117.
RGB:
(188,164,117)
(74%,64%,46%)

RGB channels and saturation

R 188 of 255 = 74%
G 164 of 255 = 64%
B 117 of 255 = 46%

188
164
117

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

Portions of RGB colors in percentages

R + G + B =
188 + 164 + 117 = 469 (100%)
R 188 of 469 ~ 40.09%
G 164 of 469 ~ 34.97%
B 117 of 469 ~ 24.95%

%40.09
%34.97
%24.95

CMYK color model

#BCA475 color CMYK value is (0,13,38,26).

  • cyan value is 0.00%
  • magenta value is 12.77%
  • yellow value is 37.77%
  • key color value is 26.27%
CMYK:
(0,13,38,26)
C0M13Y38K26 
(0%,13%,38%,26%)
(0.00/0.13/0.38/0.26)	

CMYK percentages

%0
%12.77
%37.77
%26.27

Codes

Color #BCA475 in popluar color models

BCA475
RGB188164117
HSL40°34.63%59.80%
HSB/HSV40°37.77%73.73%
CMYK0.00%12.77%37.77%
26.27%

Color #BCA475 in popluar number systems.

HEXBCA475
Decimal188164117
Binary10111100101001001110101
Octal274244165

Shades and tints

Shades of #BCA475

#BCA475
(188,164,117)
#AB966B
(171,150,107)
#9A8861
(154,136,97)
#897A57
(137,122,87)
#786C4D
(120,108,77)
#675E43
(103,94,67)
#565039
(86,80,57)
#45422F
(69,66,47)
#343425
(52,52,37)
#23261B
(35,38,27)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #BCA475

#BCA475
(188,164,117)
#C2AC81
(194,172,129)
#C8B48D
(200,180,141)
#CEBC99
(206,188,153)
#D4C4A5
(212,196,165)
#DACCB1
(218,204,177)
#E0D4BD
(224,212,189)
#E6DCC9
(230,220,201)
#ECE4D5
(236,228,213)
#F2ECE1
(242,236,225)
#F8F4ED
(248,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA475 color. Also use rgb(188,164,117) instead hex code.

Text Font Color

.myTextColor { color: #BCA475; }

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

This text font color is #BCA475.


Background Color

.myBgColor { background-color: #BCA475; }

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

This div background color is #BCA475.


Border color

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

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

This div border color is #BCA475.


Opacity

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

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

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

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

This text has shadow with #BCA475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA475 on black background.


Color preview on white background

This text has color #BCA475 on white background.



Black color preview on #BCA475 background

This text has black color on #BCA475 background.


White color preview on #BCA475 background

This text has white color on #BCA475 background.