COLOR #BC9978

HEX: #BC9978
RGB: (188,153,120)

Color info

#BC9978 contains mainly red and green colors. Web safe color of #BC9978 is #CC9966 (or #C96).

RGB color model

#BC9978 color RGB value is (188,153,120).

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

RGB channels and saturation

R 188 of 255 = 74%
G 153 of 255 = 60%
B 120 of 255 = 47%

188
153
120

R + G + B ~ 60%. #BC9978 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
188 + 153 + 120 = 461 (100%)
R 188 of 461 ~ 40.78%
G 153 of 461 ~ 33.19%
B 120 of 461 ~ 26.03%

%40.78
%33.19
%26.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.62%
  • yellow value is 36.17%
  • key color value is 26.27%
CMYK:
(0,19,36,26)
C0M19Y36K26 
(0%,19%,36%,26%)
(0.00/0.19/0.36/0.26)	

CMYK percentages

%0
%18.62
%36.17
%26.27

Codes

Color #BC9978 in popluar color models

BC9978
RGB188153120
HSL29°33.66%60.39%
HSB/HSV29°36.17%73.73%
CMYK0.00%18.62%36.17%
26.27%

Color #BC9978 in popluar number systems.

HEXBC9978
Decimal188153120
Binary10111100100110011111000
Octal274231170

Shades and tints

Shades of #BC9978

#BC9978
(188,153,120)
#AB8C6E
(171,140,110)
#9A7F64
(154,127,100)
#89725A
(137,114,90)
#786550
(120,101,80)
#675846
(103,88,70)
#564B3C
(86,75,60)
#453E32
(69,62,50)
#343128
(52,49,40)
#23241E
(35,36,30)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #BC9978

#BC9978
(188,153,120)
#C2A284
(194,162,132)
#C8AB90
(200,171,144)
#CEB49C
(206,180,156)
#D4BDA8
(212,189,168)
#DAC6B4
(218,198,180)
#E0CFC0
(224,207,192)
#E6D8CC
(230,216,204)
#ECE1D8
(236,225,216)
#F2EAE4
(242,234,228)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9978; }

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

This text font color is #BC9978.


Background Color

.myBgColor { background-color: #BC9978; }

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

This div background color is #BC9978.


Border color

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

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

This div border color is #BC9978.


Opacity

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

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

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

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

This text has shadow with #BC9978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9978 on black background.


Color preview on white background

This text has color #BC9978 on white background.



Black color preview on #BC9978 background

This text has black color on #BC9978 background.


White color preview on #BC9978 background

This text has white color on #BC9978 background.