COLOR #BC916C

HEX: #BC916C
RGB: (188,145,108)

Color info

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

RGB color model

#BC916C color RGB value is (188,145,108).

  • red value is 188;
  • green value is 145;
  • blue value is 108.
RGB:
(188,145,108)
(74%,57%,42%)

RGB channels and saturation

R 188 of 255 = 74%
G 145 of 255 = 57%
B 108 of 255 = 42%

188
145
108

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

Portions of RGB colors in percentages

R + G + B =
188 + 145 + 108 = 441 (100%)
R 188 of 441 ~ 42.63%
G 145 of 441 ~ 32.88%
B 108 of 441 ~ 24.49%

%42.63
%32.88
%24.49

CMYK color model

#BC916C color CMYK value is (0,23,43,26).

  • cyan value is 0.00%
  • magenta value is 22.87%
  • yellow value is 42.55%
  • key color value is 26.27%
CMYK:
(0,23,43,26)
C0M23Y43K26 
(0%,23%,43%,26%)
(0.00/0.23/0.43/0.26)	

CMYK percentages

%0
%22.87
%42.55
%26.27

Codes

Color #BC916C in popluar color models

BC916C
RGB188145108
HSL28°37.38%58.04%
HSB/HSV28°42.55%73.73%
CMYK0.00%22.87%42.55%
26.27%

Color #BC916C in popluar number systems.

HEXBC916C
Decimal188145108
Binary10111100100100011101100
Octal274221154

Shades and tints

Shades of #BC916C

#BC916C
(188,145,108)
#AB8463
(171,132,99)
#9A775A
(154,119,90)
#896A51
(137,106,81)
#785D48
(120,93,72)
#67503F
(103,80,63)
#564336
(86,67,54)
#45362D
(69,54,45)
#342924
(52,41,36)
#231C1B
(35,28,27)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #BC916C

#BC916C
(188,145,108)
#C29B79
(194,155,121)
#C8A586
(200,165,134)
#CEAF93
(206,175,147)
#D4B9A0
(212,185,160)
#DAC3AD
(218,195,173)
#E0CDBA
(224,205,186)
#E6D7C7
(230,215,199)
#ECE1D4
(236,225,212)
#F2EBE1
(242,235,225)
#F8F5EE
(248,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC916C; }

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

This text font color is #BC916C.


Background Color

.myBgColor { background-color: #BC916C; }

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

This div background color is #BC916C.


Border color

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

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

This div border color is #BC916C.


Opacity

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

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

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

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

This text has shadow with #BC916C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC916C on black background.


Color preview on white background

This text has color #BC916C on white background.



Black color preview on #BC916C background

This text has black color on #BC916C background.


White color preview on #BC916C background

This text has white color on #BC916C background.