COLOR #BCAB80

HEX: #BCAB80
RGB: (188,171,128)

Color info

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

RGB color model

#BCAB80 color RGB value is (188,171,128).

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

RGB channels and saturation

R 188 of 255 = 74%
G 171 of 255 = 67%
B 128 of 255 = 50%

188
171
128

R + G + B ~ 64%. #BCAB80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 171 + 128 = 487 (100%)
R 188 of 487 ~ 38.6%
G 171 of 487 ~ 35.11%
B 128 of 487 ~ 26.28%

%38.6
%35.11
%26.28

CMYK color model

#BCAB80 color CMYK value is (0,9,32,26).

  • cyan value is 0.00%
  • magenta value is 9.04%
  • yellow value is 31.91%
  • key color value is 26.27%
CMYK:
(0,9,32,26)
C0M9Y32K26 
(0%,9%,32%,26%)
(0.00/0.09/0.32/0.26)	

CMYK percentages

%0
%9.04
%31.91
%26.27

Codes

Color #BCAB80 in popluar color models

BCAB80
RGB188171128
HSL43°30.93%61.96%
HSB/HSV43°31.91%73.73%
CMYK0.00%9.04%31.91%
26.27%

Color #BCAB80 in popluar number systems.

HEXBCAB80
Decimal188171128
Binary101111001010101110000000
Octal274253200

Shades and tints

Shades of #BCAB80

#BCAB80
(188,171,128)
#AB9C75
(171,156,117)
#9A8D6A
(154,141,106)
#897E5F
(137,126,95)
#786F54
(120,111,84)
#676049
(103,96,73)
#56513E
(86,81,62)
#454233
(69,66,51)
#343328
(52,51,40)
#23241D
(35,36,29)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #BCAB80

#BCAB80
(188,171,128)
#C2B28B
(194,178,139)
#C8B996
(200,185,150)
#CEC0A1
(206,192,161)
#D4C7AC
(212,199,172)
#DACEB7
(218,206,183)
#E0D5C2
(224,213,194)
#E6DCCD
(230,220,205)
#ECE3D8
(236,227,216)
#F2EAE3
(242,234,227)
#F8F1EE
(248,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAB80; }

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

This text font color is #BCAB80.


Background Color

.myBgColor { background-color: #BCAB80; }

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

This div background color is #BCAB80.


Border color

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

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

This div border color is #BCAB80.


Opacity

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

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

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

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

This text has shadow with #BCAB80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAB80 on black background.


Color preview on white background

This text has color #BCAB80 on white background.



Black color preview on #BCAB80 background

This text has black color on #BCAB80 background.


White color preview on #BCAB80 background

This text has white color on #BCAB80 background.