COLOR #BC968B

HEX: #BC968B
RGB: (188,150,139)

Color info

#BC968B contains red, green and blue colors in about the same proportion. Web safe color of #BC968B is #CC9999 (or #C99).

RGB color model

#BC968B color RGB value is (188,150,139).

  • red value is 188;
  • green value is 150;
  • blue value is 139.
RGB:
(188,150,139)
(74%,59%,55%)

RGB channels and saturation

R 188 of 255 = 74%
G 150 of 255 = 59%
B 139 of 255 = 55%

188
150
139

R + G + B ~ 63%. #BC968B is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 150 + 139 = 477 (100%)
R 188 of 477 ~ 39.41%
G 150 of 477 ~ 31.45%
B 139 of 477 ~ 29.14%

%39.41
%31.45
%29.14

CMYK color model

#BC968B color CMYK value is (0,20,26,26).

  • cyan value is 0.00%
  • magenta value is 20.21%
  • yellow value is 26.06%
  • key color value is 26.27%
CMYK:
(0,20,26,26)
C0M20Y26K26 
(0%,20%,26%,26%)
(0.00/0.20/0.26/0.26)	

CMYK percentages

%0
%20.21
%26.06
%26.27

Codes

Color #BC968B in popluar color models

BC968B
RGB188150139
HSL13°26.78%64.12%
HSB/HSV13°26.06%73.73%
CMYK0.00%20.21%26.06%
26.27%

Color #BC968B in popluar number systems.

HEXBC968B
Decimal188150139
Binary101111001001011010001011
Octal274226213

Shades and tints

Shades of #BC968B

#BC968B
(188,150,139)
#AB897F
(171,137,127)
#9A7C73
(154,124,115)
#896F67
(137,111,103)
#78625B
(120,98,91)
#67554F
(103,85,79)
#564843
(86,72,67)
#453B37
(69,59,55)
#342E2B
(52,46,43)
#23211F
(35,33,31)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #BC968B

#BC968B
(188,150,139)
#C29F95
(194,159,149)
#C8A89F
(200,168,159)
#CEB1A9
(206,177,169)
#D4BAB3
(212,186,179)
#DAC3BD
(218,195,189)
#E0CCC7
(224,204,199)
#E6D5D1
(230,213,209)
#ECDEDB
(236,222,219)
#F2E7E5
(242,231,229)
#F8F0EF
(248,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC968B; }

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

This text font color is #BC968B.


Background Color

.myBgColor { background-color: #BC968B; }

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

This div background color is #BC968B.


Border color

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

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

This div border color is #BC968B.


Opacity

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

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

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

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

This text has shadow with #BC968B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC968B on black background.


Color preview on white background

This text has color #BC968B on white background.



Black color preview on #BC968B background

This text has black color on #BC968B background.


White color preview on #BC968B background

This text has white color on #BC968B background.