COLOR #BC958D

HEX: #BC958D RGB: (188,149,141)

Color info

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

RGB color model

#BC958D color RGB value is (188,149,141).

RGB: (188,149,141) (74%, 58%, 55%)

RGB channels and saturation

R 188 of 255 = 74%
G 149 of 255 = 58%
B 141 of 255 = 55%

188
149
141

R + G + B ~ 62%. #BC958D is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 149 + 141 = 478 (100%)
R 188 of 478 ~ 39.33%
G 149 of 478 ~ 31.17%
B 141 of 478 ~ 29.5'%

%39.33
%31.17
%29.5

CMYK color model

#BC958D color CMYK value is (0,21,25,26).

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

CMYK: (0,21,25,26)
C0M21Y25K26 (0%, 21%, 25%, 26%)
(0.00 / 0.21 / 0.25 / 0.26)

CMYK percentages

%0
%20.74
%25
%26.27

Codes

Color #BC958D in popluar color models

BC 95 8D
RGB 188 149 141
HSL 10° 25.97% 64.51%
HSB/HSV 10° 25.00% 73.73%
CMYK 0.00% 20.74% 25.00%
26.27%

Color #BC958D in popluar number systems.

HEX BC 95 8D
Decimal 188 149 141
Binary 10111100 10010101 10001101
Octal 274 225 215

Shades and tints

Shades of #BC958D

#BC958D
(188,149,141)
#AB8881
(171,136,129)
#9A7B75
(154,123,117)
#896E69
(137,110,105)
#78615D
(120,97,93)
#675451
(103,84,81)
#564745
(86,71,69)
#453A39
(69,58,57)
#342D2D
(52,45,45)
#232021
(35,32,33)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #BC958D

#BC958D
(188,149,141)
#C29E97
(194,158,151)
#C8A7A1
(200,167,161)
#CEB0AB
(206,176,171)
#D4B9B5
(212,185,181)
#DAC2BF
(218,194,191)
#E0CBC9
(224,203,201)
#E6D4D3
(230,212,211)
#ECDDDD
(236,221,221)
#F2E6E7
(242,230,231)
#F8EFF1
(248,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC958D; }

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

This text font color is #BC958D.

Background Color

.myBgColor { background-color: #BC958D; }

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

This div background color is #BC958D.

Border color

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

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

This div border color is #BC958D.

Opacity

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

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

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

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

This text has shadow with #BC958D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC958D.

Preview

Color preview on black background

This text has color #BC958D on black background.


Color preview on white background

This text has color #BC958D on white background.


Black color preview on #BC958D background

This text has black color on #BC958D background.


White color preview on #BC958D background

This text has white color on #BC958D background.


Related colors

Complementary color

Complementary color for #hex is #436A72.


I love getcolorcode.com

Triadic colors

1 #8DBC95 and #958DBC with #BC958D are triadic colors.

2 #8D95BC and #95BC8D with #BC958D are triadic colors.