COLOR #BC9F8D

HEX: #BC9F8D RGB: (188,159,141)

Color info

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

RGB color model

#BC9F8D color RGB value is (188,159,141).

RGB: (188,159,141) (74%, 62%, 55%)

RGB channels and saturation

R 188 of 255 = 74%
G 159 of 255 = 62%
B 141 of 255 = 55%

188
159
141

R + G + B ~ 64%. #BC9F8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 159 + 141 = 488 (100%)
R 188 of 488 ~ 38.52%
G 159 of 488 ~ 32.58%
B 141 of 488 ~ 28.89'%

%38.52
%32.58
%28.89

CMYK color model

#BC9F8D color CMYK value is (0,15,25,26).

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

CMYK: (0,15,25,26)
C0M15Y25K26 (0%, 15%, 25%, 26%)
(0.00 / 0.15 / 0.25 / 0.26)

CMYK percentages

%0
%15.43
%25
%26.27

Codes

Color #BC9F8D in popluar color models

BC 9F 8D
RGB 188 159 141
HSL 23° 25.97% 64.51%
HSB/HSV 23° 25.00% 73.73%
CMYK 0.00% 15.43% 25.00%
26.27%

Color #BC9F8D in popluar number systems.

HEX BC 9F 8D
Decimal 188 159 141
Binary 10111100 10011111 10001101
Octal 274 237 215

Shades and tints

Shades of #BC9F8D

#BC9F8D
(188,159,141)
#AB9181
(171,145,129)
#9A8375
(154,131,117)
#897569
(137,117,105)
#78675D
(120,103,93)
#675951
(103,89,81)
#564B45
(86,75,69)
#453D39
(69,61,57)
#342F2D
(52,47,45)
#232121
(35,33,33)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #BC9F8D

#BC9F8D
(188,159,141)
#C2A797
(194,167,151)
#C8AFA1
(200,175,161)
#CEB7AB
(206,183,171)
#D4BFB5
(212,191,181)
#DAC7BF
(218,199,191)
#E0CFC9
(224,207,201)
#E6D7D3
(230,215,211)
#ECDFDD
(236,223,221)
#F2E7E7
(242,231,231)
#F8EFF1
(248,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9F8D; }

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

This text font color is #BC9F8D.

Background Color

.myBgColor { background-color: #BC9F8D; }

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

This div background color is #BC9F8D.

Border color

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

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

This div border color is #BC9F8D.

Opacity

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

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

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

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

This text has shadow with #BC9F8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC9F8D.

Preview

Color preview on black background

This text has color #BC9F8D on black background.


Color preview on white background

This text has color #BC9F8D on white background.


Black color preview on #BC9F8D background

This text has black color on #BC9F8D background.


White color preview on #BC9F8D background

This text has white color on #BC9F8D background.


Related colors

Complementary color

Complementary color for #hex is #436072.


I love getcolorcode.com

Triadic colors

1 #8DBC9F and #9F8DBC with #BC9F8D are triadic colors.

2 #8D9FBC and #9FBC8D with #BC9F8D are triadic colors.