COLOR #BCA770

HEX: #BCA770
RGB: (188,167,112)

Color info

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

RGB color model

#BCA770 color RGB value is (188,167,112).

  • red value is 188;
  • green value is 167;
  • blue value is 112.
RGB:
(188,167,112)
(74%,65%,44%)

RGB channels and saturation

R 188 of 255 = 74%
G 167 of 255 = 65%
B 112 of 255 = 44%

188
167
112

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

Portions of RGB colors in percentages

R + G + B =
188 + 167 + 112 = 467 (100%)
R 188 of 467 ~ 40.26%
G 167 of 467 ~ 35.76%
B 112 of 467 ~ 23.98%

%40.26
%35.76
%23.98

CMYK color model

#BCA770 color CMYK value is (0,11,40,26).

  • cyan value is 0.00%
  • magenta value is 11.17%
  • yellow value is 40.43%
  • key color value is 26.27%
CMYK:
(0,11,40,26)
C0M11Y40K26 
(0%,11%,40%,26%)
(0.00/0.11/0.40/0.26)	

CMYK percentages

%0
%11.17
%40.43
%26.27

Codes

Color #BCA770 in popluar color models

BCA770
RGB188167112
HSL43°36.19%58.82%
HSB/HSV43°40.43%73.73%
CMYK0.00%11.17%40.43%
26.27%

Color #BCA770 in popluar number systems.

HEXBCA770
Decimal188167112
Binary10111100101001111110000
Octal274247160

Shades and tints

Shades of #BCA770

#BCA770
(188,167,112)
#AB9866
(171,152,102)
#9A895C
(154,137,92)
#897A52
(137,122,82)
#786B48
(120,107,72)
#675C3E
(103,92,62)
#564D34
(86,77,52)
#453E2A
(69,62,42)
#342F20
(52,47,32)
#232016
(35,32,22)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #BCA770

#BCA770
(188,167,112)
#C2AF7D
(194,175,125)
#C8B78A
(200,183,138)
#CEBF97
(206,191,151)
#D4C7A4
(212,199,164)
#DACFB1
(218,207,177)
#E0D7BE
(224,215,190)
#E6DFCB
(230,223,203)
#ECE7D8
(236,231,216)
#F2EFE5
(242,239,229)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA770 color. Also use rgb(188,167,112) instead hex code.

Text Font Color

.myTextColor { color: #BCA770; }

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

This text font color is #BCA770.


Background Color

.myBgColor { background-color: #BCA770; }

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

This div background color is #BCA770.


Border color

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

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

This div border color is #BCA770.


Opacity

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

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

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

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

This text has shadow with #BCA770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA770 on black background.


Color preview on white background

This text has color #BCA770 on white background.



Black color preview on #BCA770 background

This text has black color on #BCA770 background.


White color preview on #BCA770 background

This text has white color on #BCA770 background.