COLOR #BC9F9B

HEX: #BC9F9B RGB: (188,159,155)

Color info

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

RGB color model

#BC9F9B color RGB value is (188,159,155).

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

RGB channels and saturation

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

188
159
155

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

Portions of RGB colors in percentages

R + G + B = 188 + 159 + 155 = 502 (100%)
R 188 of 502 ~ 37.45%
G 159 of 502 ~ 31.67%
B 155 of 502 ~ 30.88'%

%37.45
%31.67
%30.88

CMYK color model

#BC9F9B color CMYK value is (0,15,18,26).

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

CMYK: (0,15,18,26)
C0M15Y18K26 (0%, 15%, 18%, 26%)
(0.00 / 0.15 / 0.18 / 0.26)

CMYK percentages

%0
%15.43
%17.55
%26.27

Codes

Color #BC9F9B in popluar color models

BC 9F 9B
RGB 188 159 155
HSL 19.76% 67.25%
HSB/HSV 17.55% 73.73%
CMYK 0.00% 15.43% 17.55%
26.27%

Color #BC9F9B in popluar number systems.

HEX BC 9F 9B
Decimal 188 159 155
Binary 10111100 10011111 10011011
Octal 274 237 233

Shades and tints

Shades of #BC9F9B

#BC9F9B
(188,159,155)
#AB918D
(171,145,141)
#9A837F
(154,131,127)
#897571
(137,117,113)
#786763
(120,103,99)
#675955
(103,89,85)
#564B47
(86,75,71)
#453D39
(69,61,57)
#342F2B
(52,47,43)
#23211D
(35,33,29)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #BC9F9B

#BC9F9B
(188,159,155)
#C2A7A4
(194,167,164)
#C8AFAD
(200,175,173)
#CEB7B6
(206,183,182)
#D4BFBF
(212,191,191)
#DAC7C8
(218,199,200)
#E0CFD1
(224,207,209)
#E6D7DA
(230,215,218)
#ECDFE3
(236,223,227)
#F2E7EC
(242,231,236)
#F8EFF5
(248,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9F9B; }

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

This text font color is #BC9F9B.

Background Color

.myBgColor { background-color: #BC9F9B; }

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

This div background color is #BC9F9B.

Border color

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

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

This div border color is #BC9F9B.

Opacity

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

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

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

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

This text has shadow with #BC9F9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC9F9B.

Preview

Color preview on black background

This text has color #BC9F9B on black background.


Color preview on white background

This text has color #BC9F9B on white background.


Black color preview on #BC9F9B background

This text has black color on #BC9F9B background.


White color preview on #BC9F9B background

This text has white color on #BC9F9B background.


Related colors

Complementary color

Complementary color for #hex is #436064.


I love getcolorcode.com

Triadic colors

1 #9BBC9F and #9F9BBC with #BC9F9B are triadic colors.

2 #9B9FBC and #9FBC9B with #BC9F9B are triadic colors.