COLOR #BC958F

HEX: #BC958F
RGB: (188,149,143)

Color info

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

RGB color model

#BC958F color RGB value is (188,149,143).

  • red value is 188;
  • green value is 149;
  • blue value is 143.
RGB:
(188,149,143)
(74%,58%,56%)

RGB channels and saturation

R 188 of 255 = 74%
G 149 of 255 = 58%
B 143 of 255 = 56%

188
149
143

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

Portions of RGB colors in percentages

R + G + B =
188 + 149 + 143 = 480 (100%)
R 188 of 480 ~ 39.17%
G 149 of 480 ~ 31.04%
B 143 of 480 ~ 29.79%

%39.17
%31.04
%29.79

CMYK color model

#BC958F color CMYK value is (0,21,24,26).

  • cyan value is 0.00%
  • magenta value is 20.74%
  • yellow value is 23.94%
  • key color value is 26.27%
CMYK:
(0,21,24,26)
C0M21Y24K26 
(0%,21%,24%,26%)
(0.00/0.21/0.24/0.26)	

CMYK percentages

%0
%20.74
%23.94
%26.27

Codes

Color #BC958F in popluar color models

BC958F
RGB188149143
HSL25.14%64.90%
HSB/HSV23.94%73.73%
CMYK0.00%20.74%23.94%
26.27%

Color #BC958F in popluar number systems.

HEXBC958F
Decimal188149143
Binary101111001001010110001111
Octal274225217

Shades and tints

Shades of #BC958F

#BC958F
(188,149,143)
#AB8882
(171,136,130)
#9A7B75
(154,123,117)
#896E68
(137,110,104)
#78615B
(120,97,91)
#67544E
(103,84,78)
#564741
(86,71,65)
#453A34
(69,58,52)
#342D27
(52,45,39)
#23201A
(35,32,26)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #BC958F

#BC958F
(188,149,143)
#C29E99
(194,158,153)
#C8A7A3
(200,167,163)
#CEB0AD
(206,176,173)
#D4B9B7
(212,185,183)
#DAC2C1
(218,194,193)
#E0CBCB
(224,203,203)
#E6D4D5
(230,212,213)
#ECDDDF
(236,221,223)
#F2E6E9
(242,230,233)
#F8EFF3
(248,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC958F; }

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

This text font color is #BC958F.


Background Color

.myBgColor { background-color: #BC958F; }

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

This div background color is #BC958F.


Border color

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

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

This div border color is #BC958F.


Opacity

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

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

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

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

This text has shadow with #BC958F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC958F on black background.


Color preview on white background

This text has color #BC958F on white background.



Black color preview on #BC958F background

This text has black color on #BC958F background.


White color preview on #BC958F background

This text has white color on #BC958F background.