COLOR #BCBC98

HEX: #BCBC98 RGB: (188,188,152)

Color info

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

RGB color model

#BCBC98 color RGB value is (188,188,152).

RGB: (188,188,152) (74%, 74%, 60%)

RGB channels and saturation

R 188 of 255 = 74%
G 188 of 255 = 74%
B 152 of 255 = 60%

188
188
152

R + G + B ~ 69%. #BCBC98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 188 + 152 = 528 (100%)
R 188 of 528 ~ 35.61%
G 188 of 528 ~ 35.61%
B 152 of 528 ~ 28.79'%

%35.61
%35.61
%28.79

CMYK color model

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

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

CMYK: (0,0,19,26)
C0M0Y19K26 (0%, 0%, 19%, 26%)
(0.00 / 0.00 / 0.19 / 0.26)

CMYK percentages

%0
%0
%19.15
%26.27

Codes

Color #BCBC98 in popluar color models

BC BC 98
RGB 188 188 152
HSL 60° 21.18% 66.67%
HSB/HSV 60° 19.15% 73.73%
CMYK 0.00% 0.00% 19.15%
26.27%

Color #BCBC98 in popluar number systems.

HEX BC BC 98
Decimal 188 188 152
Binary 10111100 10111100 10011000
Octal 274 274 230

Shades and tints

Shades of #BCBC98

#BCBC98
(188,188,152)
#ABAB8B
(171,171,139)
#9A9A7E
(154,154,126)
#898971
(137,137,113)
#787864
(120,120,100)
#676757
(103,103,87)
#56564A
(86,86,74)
#45453D
(69,69,61)
#343430
(52,52,48)
#232323
(35,35,35)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #BCBC98

#BCBC98
(188,188,152)
#C2C2A1
(194,194,161)
#C8C8AA
(200,200,170)
#CECEB3
(206,206,179)
#D4D4BC
(212,212,188)
#DADAC5
(218,218,197)
#E0E0CE
(224,224,206)
#E6E6D7
(230,230,215)
#ECECE0
(236,236,224)
#F2F2E9
(242,242,233)
#F8F8F2
(248,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBC98; }

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

This text font color is #BCBC98.

Background Color

.myBgColor { background-color: #BCBC98; }

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

This div background color is #BCBC98.

Border color

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

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

This div border color is #BCBC98.

Opacity

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

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

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

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

This text has shadow with #BCBC98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBC98.

Preview

Color preview on black background

This text has color #BCBC98 on black background.


Color preview on white background

This text has color #BCBC98 on white background.


Black color preview on #BCBC98 background

This text has black color on #BCBC98 background.


White color preview on #BCBC98 background

This text has white color on #BCBC98 background.


Related colors

Complementary color

Complementary color for #hex is #434367.


I love getcolorcode.com