COLOR #BCB599

HEX: #BCB599
RGB: (188,181,153)

Color info

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

RGB color model

#BCB599 color RGB value is (188,181,153).

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

RGB channels and saturation

R 188 of 255 = 74%
G 181 of 255 = 71%
B 153 of 255 = 60%

188
181
153

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

Portions of RGB colors in percentages

R + G + B =
188 + 181 + 153 = 522 (100%)
R 188 of 522 ~ 36.02%
G 181 of 522 ~ 34.67%
B 153 of 522 ~ 29.31%

%36.02
%34.67
%29.31

CMYK color model

#BCB599 color CMYK value is (0,4,19,26).

  • cyan value is 0.00%
  • magenta value is 3.72%
  • yellow value is 18.62%
  • key color value is 26.27%
CMYK:
(0,4,19,26)
C0M4Y19K26 
(0%,4%,19%,26%)
(0.00/0.04/0.19/0.26)	

CMYK percentages

%0
%3.72
%18.62
%26.27

Codes

Color #BCB599 in popluar color models

BCB599
RGB188181153
HSL48°20.71%66.86%
HSB/HSV48°18.62%73.73%
CMYK0.00%3.72%18.62%
26.27%

Color #BCB599 in popluar number systems.

HEXBCB599
Decimal188181153
Binary101111001011010110011001
Octal274265231

Shades and tints

Shades of #BCB599

#BCB599
(188,181,153)
#ABA58C
(171,165,140)
#9A957F
(154,149,127)
#898572
(137,133,114)
#787565
(120,117,101)
#676558
(103,101,88)
#56554B
(86,85,75)
#45453E
(69,69,62)
#343531
(52,53,49)
#232524
(35,37,36)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #BCB599

#BCB599
(188,181,153)
#C2BBA2
(194,187,162)
#C8C1AB
(200,193,171)
#CEC7B4
(206,199,180)
#D4CDBD
(212,205,189)
#DAD3C6
(218,211,198)
#E0D9CF
(224,217,207)
#E6DFD8
(230,223,216)
#ECE5E1
(236,229,225)
#F2EBEA
(242,235,234)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB599; }

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

This text font color is #BCB599.


Background Color

.myBgColor { background-color: #BCB599; }

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

This div background color is #BCB599.


Border color

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

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

This div border color is #BCB599.


Opacity

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

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

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

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

This text has shadow with #BCB599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB599 on black background.


Color preview on white background

This text has color #BCB599 on white background.



Black color preview on #BCB599 background

This text has black color on #BCB599 background.


White color preview on #BCB599 background

This text has white color on #BCB599 background.