COLOR #BCAB96

HEX: #BCAB96
RGB: (188,171,150)

Color info

#BCAB96 contains red, green and blue colors in about the same proportion. Web safe color of #BCAB96 is #CC9999 (or #C99).

RGB color model

#BCAB96 color RGB value is (188,171,150).

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

RGB channels and saturation

R 188 of 255 = 74%
G 171 of 255 = 67%
B 150 of 255 = 59%

188
171
150

R + G + B ~ 67%. #BCAB96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 171 + 150 = 509 (100%)
R 188 of 509 ~ 36.94%
G 171 of 509 ~ 33.6%
B 150 of 509 ~ 29.47%

%36.94
%33.6
%29.47

CMYK color model

#BCAB96 color CMYK value is (0,9,20,26).

  • cyan value is 0.00%
  • magenta value is 9.04%
  • yellow value is 20.21%
  • key color value is 26.27%
CMYK:
(0,9,20,26)
C0M9Y20K26 
(0%,9%,20%,26%)
(0.00/0.09/0.20/0.26)	

CMYK percentages

%0
%9.04
%20.21
%26.27

Codes

Color #BCAB96 in popluar color models

BCAB96
RGB188171150
HSL33°22.09%66.27%
HSB/HSV33°20.21%73.73%
CMYK0.00%9.04%20.21%
26.27%

Color #BCAB96 in popluar number systems.

HEXBCAB96
Decimal188171150
Binary101111001010101110010110
Octal274253226

Shades and tints

Shades of #BCAB96

#BCAB96
(188,171,150)
#AB9C89
(171,156,137)
#9A8D7C
(154,141,124)
#897E6F
(137,126,111)
#786F62
(120,111,98)
#676055
(103,96,85)
#565148
(86,81,72)
#45423B
(69,66,59)
#34332E
(52,51,46)
#232421
(35,36,33)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #BCAB96

#BCAB96
(188,171,150)
#C2B29F
(194,178,159)
#C8B9A8
(200,185,168)
#CEC0B1
(206,192,177)
#D4C7BA
(212,199,186)
#DACEC3
(218,206,195)
#E0D5CC
(224,213,204)
#E6DCD5
(230,220,213)
#ECE3DE
(236,227,222)
#F2EAE7
(242,234,231)
#F8F1F0
(248,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAB96; }

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

This text font color is #BCAB96.


Background Color

.myBgColor { background-color: #BCAB96; }

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

This div background color is #BCAB96.


Border color

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

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

This div border color is #BCAB96.


Opacity

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

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

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

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

This text has shadow with #BCAB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAB96 on black background.


Color preview on white background

This text has color #BCAB96 on white background.



Black color preview on #BCAB96 background

This text has black color on #BCAB96 background.


White color preview on #BCAB96 background

This text has white color on #BCAB96 background.