COLOR #BCAB70

HEX: #BCAB70
RGB: (188,171,112)

Color info

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

RGB color model

#BCAB70 color RGB value is (188,171,112).

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

RGB channels and saturation

R 188 of 255 = 74%
G 171 of 255 = 67%
B 112 of 255 = 44%

188
171
112

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

Portions of RGB colors in percentages

R + G + B =
188 + 171 + 112 = 471 (100%)
R 188 of 471 ~ 39.92%
G 171 of 471 ~ 36.31%
B 112 of 471 ~ 23.78%

%39.92
%36.31
%23.78

CMYK color model

#BCAB70 color CMYK value is (0,9,40,26).

  • cyan value is 0.00%
  • magenta value is 9.04%
  • yellow value is 40.43%
  • key color value is 26.27%
CMYK:
(0,9,40,26)
C0M9Y40K26 
(0%,9%,40%,26%)
(0.00/0.09/0.40/0.26)	

CMYK percentages

%0
%9.04
%40.43
%26.27

Codes

Color #BCAB70 in popluar color models

BCAB70
RGB188171112
HSL47°36.19%58.82%
HSB/HSV47°40.43%73.73%
CMYK0.00%9.04%40.43%
26.27%

Color #BCAB70 in popluar number systems.

HEXBCAB70
Decimal188171112
Binary10111100101010111110000
Octal274253160

Shades and tints

Shades of #BCAB70

#BCAB70
(188,171,112)
#AB9C66
(171,156,102)
#9A8D5C
(154,141,92)
#897E52
(137,126,82)
#786F48
(120,111,72)
#67603E
(103,96,62)
#565134
(86,81,52)
#45422A
(69,66,42)
#343320
(52,51,32)
#232416
(35,36,22)
#12150C
(18,21,12)
#000000
(0,0,0)

Tints of #BCAB70

#BCAB70
(188,171,112)
#C2B27D
(194,178,125)
#C8B98A
(200,185,138)
#CEC097
(206,192,151)
#D4C7A4
(212,199,164)
#DACEB1
(218,206,177)
#E0D5BE
(224,213,190)
#E6DCCB
(230,220,203)
#ECE3D8
(236,227,216)
#F2EAE5
(242,234,229)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAB70; }

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

This text font color is #BCAB70.


Background Color

.myBgColor { background-color: #BCAB70; }

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

This div background color is #BCAB70.


Border color

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

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

This div border color is #BCAB70.


Opacity

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

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

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

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

This text has shadow with #BCAB70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAB70 on black background.


Color preview on white background

This text has color #BCAB70 on white background.



Black color preview on #BCAB70 background

This text has black color on #BCAB70 background.


White color preview on #BCAB70 background

This text has white color on #BCAB70 background.