COLOR #BCB596

HEX: #BCB596
RGB: (188,181,150)

Color info

#BCB596 contains red, green and blue colors in about the same proportion. Web safe color of #BCB596 is #CCCC99 (or #CC9).

RGB color model

#BCB596 color RGB value is (188,181,150).

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

RGB channels and saturation

R 188 of 255 = 74%
G 181 of 255 = 71%
B 150 of 255 = 59%

188
181
150

R + G + B ~ 68%. #BCB596 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 181 + 150 = 519 (100%)
R 188 of 519 ~ 36.22%
G 181 of 519 ~ 34.87%
B 150 of 519 ~ 28.9%

%36.22
%34.87
%28.9

CMYK color model

#BCB596 color CMYK value is (0,4,20,26).

  • cyan value is 0.00%
  • magenta value is 3.72%
  • yellow value is 20.21%
  • key color value is 26.27%
CMYK:
(0,4,20,26)
C0M4Y20K26 
(0%,4%,20%,26%)
(0.00/0.04/0.20/0.26)	

CMYK percentages

%0
%3.72
%20.21
%26.27

Codes

Color #BCB596 in popluar color models

BCB596
RGB188181150
HSL49°22.09%66.27%
HSB/HSV49°20.21%73.73%
CMYK0.00%3.72%20.21%
26.27%

Color #BCB596 in popluar number systems.

HEXBCB596
Decimal188181150
Binary101111001011010110010110
Octal274265226

Shades and tints

Shades of #BCB596

#BCB596
(188,181,150)
#ABA589
(171,165,137)
#9A957C
(154,149,124)
#89856F
(137,133,111)
#787562
(120,117,98)
#676555
(103,101,85)
#565548
(86,85,72)
#45453B
(69,69,59)
#34352E
(52,53,46)
#232521
(35,37,33)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #BCB596

#BCB596
(188,181,150)
#C2BB9F
(194,187,159)
#C8C1A8
(200,193,168)
#CEC7B1
(206,199,177)
#D4CDBA
(212,205,186)
#DAD3C3
(218,211,195)
#E0D9CC
(224,217,204)
#E6DFD5
(230,223,213)
#ECE5DE
(236,229,222)
#F2EBE7
(242,235,231)
#F8F1F0
(248,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB596; }

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

This text font color is #BCB596.


Background Color

.myBgColor { background-color: #BCB596; }

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

This div background color is #BCB596.


Border color

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

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

This div border color is #BCB596.


Opacity

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

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

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

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

This text has shadow with #BCB596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB596 on black background.


Color preview on white background

This text has color #BCB596 on white background.



Black color preview on #BCB596 background

This text has black color on #BCB596 background.


White color preview on #BCB596 background

This text has white color on #BCB596 background.