COLOR #BC9980

HEX: #BC9980
RGB: (188,153,128)

Color info

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

RGB color model

#BC9980 color RGB value is (188,153,128).

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

RGB channels and saturation

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

188
153
128

R + G + B ~ 61%. #BC9980 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 153 + 128 = 469 (100%)
R 188 of 469 ~ 40.09%
G 153 of 469 ~ 32.62%
B 128 of 469 ~ 27.29%

%40.09
%32.62
%27.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.62%
  • yellow value is 31.91%
  • key color value is 26.27%
CMYK:
(0,19,32,26)
C0M19Y32K26 
(0%,19%,32%,26%)
(0.00/0.19/0.32/0.26)	

CMYK percentages

%0
%18.62
%31.91
%26.27

Codes

Color #BC9980 in popluar color models

BC9980
RGB188153128
HSL25°30.93%61.96%
HSB/HSV25°31.91%73.73%
CMYK0.00%18.62%31.91%
26.27%

Color #BC9980 in popluar number systems.

HEXBC9980
Decimal188153128
Binary101111001001100110000000
Octal274231200

Shades and tints

Shades of #BC9980

#BC9980
(188,153,128)
#AB8C75
(171,140,117)
#9A7F6A
(154,127,106)
#89725F
(137,114,95)
#786554
(120,101,84)
#675849
(103,88,73)
#564B3E
(86,75,62)
#453E33
(69,62,51)
#343128
(52,49,40)
#23241D
(35,36,29)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #BC9980

#BC9980
(188,153,128)
#C2A28B
(194,162,139)
#C8AB96
(200,171,150)
#CEB4A1
(206,180,161)
#D4BDAC
(212,189,172)
#DAC6B7
(218,198,183)
#E0CFC2
(224,207,194)
#E6D8CD
(230,216,205)
#ECE1D8
(236,225,216)
#F2EAE3
(242,234,227)
#F8F3EE
(248,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9980; }

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

This text font color is #BC9980.


Background Color

.myBgColor { background-color: #BC9980; }

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

This div background color is #BC9980.


Border color

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

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

This div border color is #BC9980.


Opacity

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

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

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

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

This text has shadow with #BC9980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9980 on black background.


Color preview on white background

This text has color #BC9980 on white background.



Black color preview on #BC9980 background

This text has black color on #BC9980 background.


White color preview on #BC9980 background

This text has white color on #BC9980 background.