COLOR #BC9992

HEX: #BC9992 RGB: (188,153,146)

Color info

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

RGB color model

#BC9992 color RGB value is (188,153,146).

RGB: (188,153,146) (74%, 60%, 57%)

RGB channels and saturation

R 188 of 255 = 74%
G 153 of 255 = 60%
B 146 of 255 = 57%

188
153
146

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

Portions of RGB colors in percentages

R + G + B = 188 + 153 + 146 = 487 (100%)
R 188 of 487 ~ 38.6%
G 153 of 487 ~ 31.42%
B 146 of 487 ~ 29.98'%

%38.6
%31.42
%29.98

CMYK color model

#BC9992 color CMYK value is (0,19,22,26).

  • cyan value is 0.00%
  • magenta value is 18.62%
  • yellow value is 22.34%
  • key color value is 26.27%

CMYK: (0,19,22,26)
C0M19Y22K26 (0%, 19%, 22%, 26%)
(0.00 / 0.19 / 0.22 / 0.26)

CMYK percentages

%0
%18.62
%22.34
%26.27

Codes

Color #BC9992 in popluar color models

BC 99 92
RGB 188 153 146
HSL 10° 23.86% 65.49%
HSB/HSV 10° 22.34% 73.73%
CMYK 0.00% 18.62% 22.34%
26.27%

Color #BC9992 in popluar number systems.

HEX BC 99 92
Decimal 188 153 146
Binary 10111100 10011001 10010010
Octal 274 231 222

Shades and tints

Shades of #BC9992

#BC9992
(188,153,146)
#AB8C85
(171,140,133)
#9A7F78
(154,127,120)
#89726B
(137,114,107)
#78655E
(120,101,94)
#675851
(103,88,81)
#564B44
(86,75,68)
#453E37
(69,62,55)
#34312A
(52,49,42)
#23241D
(35,36,29)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #BC9992

#BC9992
(188,153,146)
#C2A29B
(194,162,155)
#C8ABA4
(200,171,164)
#CEB4AD
(206,180,173)
#D4BDB6
(212,189,182)
#DAC6BF
(218,198,191)
#E0CFC8
(224,207,200)
#E6D8D1
(230,216,209)
#ECE1DA
(236,225,218)
#F2EAE3
(242,234,227)
#F8F3EC
(248,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9992; }

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

This text font color is #BC9992.

Background Color

.myBgColor { background-color: #BC9992; }

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

This div background color is #BC9992.

Border color

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

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

This div border color is #BC9992.

Opacity

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

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

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

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

This text has shadow with #BC9992 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC9992.

Preview

Color preview on black background

This text has color #BC9992 on black background.


Color preview on white background

This text has color #BC9992 on white background.


Black color preview on #BC9992 background

This text has black color on #BC9992 background.


White color preview on #BC9992 background

This text has white color on #BC9992 background.


Related colors

Complementary color

Complementary color for #hex is #43666D.


I love getcolorcode.com

Triadic colors

1 #92BC99 and #9992BC with #BC9992 are triadic colors.

2 #9299BC and #99BC92 with #BC9992 are triadic colors.