COLOR #BCBC80

HEX: #BCBC80 RGB: (188,188,128)

Color info

#BCBC80 contains mainly red and green colors. Web safe color of #BCBC80 is #CCCC66 (or #CC6).

RGB color model

#BCBC80 color RGB value is (188,188,128).

RGB: (188,188,128) (74%, 74%, 50%)

RGB channels and saturation

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

188
188
128

R + G + B ~ 66%. #BCBC80 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 188 + 128 = 504 (100%)
R 188 of 504 ~ 37.3%
G 188 of 504 ~ 37.3%
B 128 of 504 ~ 25.4'%

%37.3
%37.3
%25.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 31.91%
  • key color value is 26.27%

CMYK: (0,0,32,26)
C0M0Y32K26 (0%, 0%, 32%, 26%)
(0.00 / 0.00 / 0.32 / 0.26)

CMYK percentages

%0
%0
%31.91
%26.27

Codes

Color #BCBC80 in popluar color models

BC BC 80
RGB 188 188 128
HSL 60° 30.93% 61.96%
HSB/HSV 60° 31.91% 73.73%
CMYK 0.00% 0.00% 31.91%
26.27%

Color #BCBC80 in popluar number systems.

HEX BC BC 80
Decimal 188 188 128
Binary 10111100 10111100 10000000
Octal 274 274 200

Shades and tints

Shades of #BCBC80

#BCBC80
(188,188,128)
#ABAB75
(171,171,117)
#9A9A6A
(154,154,106)
#89895F
(137,137,95)
#787854
(120,120,84)
#676749
(103,103,73)
#56563E
(86,86,62)
#454533
(69,69,51)
#343428
(52,52,40)
#23231D
(35,35,29)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #BCBC80

#BCBC80
(188,188,128)
#C2C28B
(194,194,139)
#C8C896
(200,200,150)
#CECEA1
(206,206,161)
#D4D4AC
(212,212,172)
#DADAB7
(218,218,183)
#E0E0C2
(224,224,194)
#E6E6CD
(230,230,205)
#ECECD8
(236,236,216)
#F2F2E3
(242,242,227)
#F8F8EE
(248,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBC80; }

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

This text font color is #BCBC80.

Background Color

.myBgColor { background-color: #BCBC80; }

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

This div background color is #BCBC80.

Border color

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

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

This div border color is #BCBC80.

Opacity

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

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

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

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

This text has shadow with #BCBC80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBC80.

Preview

Color preview on black background

This text has color #BCBC80 on black background.


Color preview on white background

This text has color #BCBC80 on white background.


Black color preview on #BCBC80 background

This text has black color on #BCBC80 background.


White color preview on #BCBC80 background

This text has white color on #BCBC80 background.


Related colors

Complementary color

Complementary color for #hex is #43437F.


I love getcolorcode.com