COLOR #BC9F9C

HEX: #BC9F9C RGB: (188,159,156)

Color info

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

RGB color model

#BC9F9C color RGB value is (188,159,156).

RGB: (188,159,156) (74%, 62%, 61%)

RGB channels and saturation

R 188 of 255 = 74%
G 159 of 255 = 62%
B 156 of 255 = 61%

188
159
156

R + G + B ~ 66%. #BC9F9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 159 + 156 = 503 (100%)
R 188 of 503 ~ 37.38%
G 159 of 503 ~ 31.61%
B 156 of 503 ~ 31.01'%

%37.38
%31.61
%31.01

CMYK color model

#BC9F9C color CMYK value is (0,15,17,26).

  • cyan value is 0.00%
  • magenta value is 15.43%
  • yellow value is 17.02%
  • key color value is 26.27%

CMYK: (0,15,17,26)
C0M15Y17K26 (0%, 15%, 17%, 26%)
(0.00 / 0.15 / 0.17 / 0.26)

CMYK percentages

%0
%15.43
%17.02
%26.27

Codes

Color #BC9F9C in popluar color models

BC 9F 9C
RGB 188 159 156
HSL 19.28% 67.45%
HSB/HSV 17.02% 73.73%
CMYK 0.00% 15.43% 17.02%
26.27%

Color #BC9F9C in popluar number systems.

HEX BC 9F 9C
Decimal 188 159 156
Binary 10111100 10011111 10011100
Octal 274 237 234

Shades and tints

Shades of #BC9F9C

#BC9F9C
(188,159,156)
#AB918E
(171,145,142)
#9A8380
(154,131,128)
#897572
(137,117,114)
#786764
(120,103,100)
#675956
(103,89,86)
#564B48
(86,75,72)
#453D3A
(69,61,58)
#342F2C
(52,47,44)
#23211E
(35,33,30)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #BC9F9C

#BC9F9C
(188,159,156)
#C2A7A5
(194,167,165)
#C8AFAE
(200,175,174)
#CEB7B7
(206,183,183)
#D4BFC0
(212,191,192)
#DAC7C9
(218,199,201)
#E0CFD2
(224,207,210)
#E6D7DB
(230,215,219)
#ECDFE4
(236,223,228)
#F2E7ED
(242,231,237)
#F8EFF6
(248,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9F9C; }

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

This text font color is #BC9F9C.

Background Color

.myBgColor { background-color: #BC9F9C; }

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

This div background color is #BC9F9C.

Border color

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

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

This div border color is #BC9F9C.

Opacity

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

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

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

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

This text has shadow with #BC9F9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC9F9C.

Preview

Color preview on black background

This text has color #BC9F9C on black background.


Color preview on white background

This text has color #BC9F9C on white background.


Black color preview on #BC9F9C background

This text has black color on #BC9F9C background.


White color preview on #BC9F9C background

This text has white color on #BC9F9C background.


Related colors

Complementary color

Complementary color for #hex is #436063.


I love getcolorcode.com

Triadic colors

1 #9CBC9F and #9F9CBC with #BC9F9C are triadic colors.

2 #9C9FBC and #9FBC9C with #BC9F9C are triadic colors.