COLOR #BCB39B

HEX: #BCB39B
RGB: (188,179,155)

Color info

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

RGB color model

#BCB39B color RGB value is (188,179,155).

  • red value is 188;
  • green value is 179;
  • blue value is 155.
RGB:
(188,179,155)
(74%,70%,61%)

RGB channels and saturation

R 188 of 255 = 74%
G 179 of 255 = 70%
B 155 of 255 = 61%

188
179
155

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

Portions of RGB colors in percentages

R + G + B =
188 + 179 + 155 = 522 (100%)
R 188 of 522 ~ 36.02%
G 179 of 522 ~ 34.29%
B 155 of 522 ~ 29.69%

%36.02
%34.29
%29.69

CMYK color model

#BCB39B color CMYK value is (0,5,18,26).

  • cyan value is 0.00%
  • magenta value is 4.79%
  • yellow value is 17.55%
  • key color value is 26.27%
CMYK:
(0,5,18,26)
C0M5Y18K26 
(0%,5%,18%,26%)
(0.00/0.05/0.18/0.26)	

CMYK percentages

%0
%4.79
%17.55
%26.27

Codes

Color #BCB39B in popluar color models

BCB39B
RGB188179155
HSL44°19.76%67.25%
HSB/HSV44°17.55%73.73%
CMYK0.00%4.79%17.55%
26.27%

Color #BCB39B in popluar number systems.

HEXBCB39B
Decimal188179155
Binary101111001011001110011011
Octal274263233

Shades and tints

Shades of #BCB39B

#BCB39B
(188,179,155)
#ABA38D
(171,163,141)
#9A937F
(154,147,127)
#898371
(137,131,113)
#787363
(120,115,99)
#676355
(103,99,85)
#565347
(86,83,71)
#454339
(69,67,57)
#34332B
(52,51,43)
#23231D
(35,35,29)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #BCB39B

#BCB39B
(188,179,155)
#C2B9A4
(194,185,164)
#C8BFAD
(200,191,173)
#CEC5B6
(206,197,182)
#D4CBBF
(212,203,191)
#DAD1C8
(218,209,200)
#E0D7D1
(224,215,209)
#E6DDDA
(230,221,218)
#ECE3E3
(236,227,227)
#F2E9EC
(242,233,236)
#F8EFF5
(248,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB39B color. Also use rgb(188,179,155) instead hex code.

Text Font Color

.myTextColor { color: #BCB39B; }

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

This text font color is #BCB39B.


Background Color

.myBgColor { background-color: #BCB39B; }

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

This div background color is #BCB39B.


Border color

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

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

This div border color is #BCB39B.


Opacity

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

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

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

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

This text has shadow with #BCB39B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB39B on black background.


Color preview on white background

This text has color #BCB39B on white background.



Black color preview on #BCB39B background

This text has black color on #BCB39B background.


White color preview on #BCB39B background

This text has white color on #BCB39B background.