COLOR #BC928F

HEX: #BC928F
RGB: (188,146,143)

Color info

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

RGB color model

#BC928F color RGB value is (188,146,143).

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

RGB channels and saturation

R 188 of 255 = 74%
G 146 of 255 = 57%
B 143 of 255 = 56%

188
146
143

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

Portions of RGB colors in percentages

R + G + B =
188 + 146 + 143 = 477 (100%)
R 188 of 477 ~ 39.41%
G 146 of 477 ~ 30.61%
B 143 of 477 ~ 29.98%

%39.41
%30.61
%29.98

CMYK color model

#BC928F color CMYK value is (0,22,24,26).

  • cyan value is 0.00%
  • magenta value is 22.34%
  • yellow value is 23.94%
  • key color value is 26.27%
CMYK: (0,22,24,26) C0M22Y24K26 (0%,22%,24%,26%) (0.00/0.22/0.24/0.26)

CMYK percentages

%0
%22.34
%23.94
%26.27

Codes

Color #BC928F in popluar color models

BC928F
RGB188146143
HSL25.14%64.90%
HSB/HSV23.94%73.73%
CMYK0.00%22.34%23.94%
26.27%

Color #BC928F in popluar number systems.

HEXBC928F
Decimal188146143
Binary101111001001001010001111
Octal274222217

Shades and tints

Shades of #BC928F

#BC928F
(188,146,143)
#AB8582
(171,133,130)
#9A7875
(154,120,117)
#896B68
(137,107,104)
#785E5B
(120,94,91)
#67514E
(103,81,78)
#564441
(86,68,65)
#453734
(69,55,52)
#342A27
(52,42,39)
#231D1A
(35,29,26)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #BC928F

#BC928F
(188,146,143)
#C29B99
(194,155,153)
#C8A4A3
(200,164,163)
#CEADAD
(206,173,173)
#D4B6B7
(212,182,183)
#DABFC1
(218,191,193)
#E0C8CB
(224,200,203)
#E6D1D5
(230,209,213)
#ECDADF
(236,218,223)
#F2E3E9
(242,227,233)
#F8ECF3
(248,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC928F; }

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

This text font color is #BC928F.


Background Color

.myBgColor { background-color: #BC928F; }

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

This div background color is #BC928F.


Border color

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

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

This div border color is #BC928F.


Opacity

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

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

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

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

This text has shadow with #BC928F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BC928F on black background.


Color preview on white background

This text has color #BC928F on white background.



Black color preview on #BC928F background

This text has black color on #BC928F background.


White color preview on #BC928F background

This text has white color on #BC928F background.