COLOR #BC9A98

HEX: #BC9A98
RGB: (188,154,152)

Color info

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

RGB color model

#BC9A98 color RGB value is (188,154,152).

  • red value is 188;
  • green value is 154;
  • blue value is 152.
RGB:
(188,154,152)
(74%,60%,60%)

RGB channels and saturation

R 188 of 255 = 74%
G 154 of 255 = 60%
B 152 of 255 = 60%

188
154
152

R + G + B ~ 65%. #BC9A98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 154 + 152 = 494 (100%)
R 188 of 494 ~ 38.06%
G 154 of 494 ~ 31.17%
B 152 of 494 ~ 30.77%

%38.06
%31.17
%30.77

CMYK color model

#BC9A98 color CMYK value is (0,18,19,26).

  • cyan value is 0.00%
  • magenta value is 18.09%
  • yellow value is 19.15%
  • key color value is 26.27%
CMYK:
(0,18,19,26)
C0M18Y19K26 
(0%,18%,19%,26%)
(0.00/0.18/0.19/0.26)	

CMYK percentages

%0
%18.09
%19.15
%26.27

Codes

Color #BC9A98 in popluar color models

BC9A98
RGB188154152
HSL21.18%66.67%
HSB/HSV19.15%73.73%
CMYK0.00%18.09%19.15%
26.27%

Color #BC9A98 in popluar number systems.

HEXBC9A98
Decimal188154152
Binary101111001001101010011000
Octal274232230

Shades and tints

Shades of #BC9A98

#BC9A98
(188,154,152)
#AB8C8B
(171,140,139)
#9A7E7E
(154,126,126)
#897071
(137,112,113)
#786264
(120,98,100)
#675457
(103,84,87)
#56464A
(86,70,74)
#45383D
(69,56,61)
#342A30
(52,42,48)
#231C23
(35,28,35)
#120E16
(18,14,22)
#000000
(0,0,0)

Tints of #BC9A98

#BC9A98
(188,154,152)
#C2A3A1
(194,163,161)
#C8ACAA
(200,172,170)
#CEB5B3
(206,181,179)
#D4BEBC
(212,190,188)
#DAC7C5
(218,199,197)
#E0D0CE
(224,208,206)
#E6D9D7
(230,217,215)
#ECE2E0
(236,226,224)
#F2EBE9
(242,235,233)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9A98 color. Also use rgb(188,154,152) instead hex code.

Text Font Color

.myTextColor { color: #BC9A98; }

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

This text font color is #BC9A98.


Background Color

.myBgColor { background-color: #BC9A98; }

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

This div background color is #BC9A98.


Border color

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

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

This div border color is #BC9A98.


Opacity

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

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

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

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

This text has shadow with #BC9A98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9A98 on black background.


Color preview on white background

This text has color #BC9A98 on white background.



Black color preview on #BC9A98 background

This text has black color on #BC9A98 background.


White color preview on #BC9A98 background

This text has white color on #BC9A98 background.