COLOR #BC9E82

HEX: #BC9E82 RGB: (188,158,130)

Color info

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

RGB color model

#BC9E82 color RGB value is (188,158,130).

RGB: (188,158,130) (74%, 62%, 51%)

RGB channels and saturation

R 188 of 255 = 74%
G 158 of 255 = 62%
B 130 of 255 = 51%

188
158
130

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

Portions of RGB colors in percentages

R + G + B = 188 + 158 + 130 = 476 (100%)
R 188 of 476 ~ 39.5%
G 158 of 476 ~ 33.19%
B 130 of 476 ~ 27.31'%

%39.5
%33.19
%27.31

CMYK color model

#BC9E82 color CMYK value is (0,16,31,26).

  • cyan value is 0.00%
  • magenta value is 15.96%
  • yellow value is 30.85%
  • key color value is 26.27%

CMYK: (0,16,31,26)
C0M16Y31K26 (0%, 16%, 31%, 26%)
(0.00 / 0.16 / 0.31 / 0.26)

CMYK percentages

%0
%15.96
%30.85
%26.27

Codes

Color #BC9E82 in popluar color models

BC 9E 82
RGB 188 158 130
HSL 29° 30.21% 62.35%
HSB/HSV 29° 30.85% 73.73%
CMYK 0.00% 15.96% 30.85%
26.27%

Color #BC9E82 in popluar number systems.

HEX BC 9E 82
Decimal 188 158 130
Binary 10111100 10011110 10000010
Octal 274 236 202

Shades and tints

Shades of #BC9E82

#BC9E82
(188,158,130)
#AB9077
(171,144,119)
#9A826C
(154,130,108)
#897461
(137,116,97)
#786656
(120,102,86)
#67584B
(103,88,75)
#564A40
(86,74,64)
#453C35
(69,60,53)
#342E2A
(52,46,42)
#23201F
(35,32,31)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #BC9E82

#BC9E82
(188,158,130)
#C2A68D
(194,166,141)
#C8AE98
(200,174,152)
#CEB6A3
(206,182,163)
#D4BEAE
(212,190,174)
#DAC6B9
(218,198,185)
#E0CEC4
(224,206,196)
#E6D6CF
(230,214,207)
#ECDEDA
(236,222,218)
#F2E6E5
(242,230,229)
#F8EEF0
(248,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9E82 color. Also use rgb(188,158,130) instead hex code.

Text Font Color

.myTextColor { color: #BC9E82; }

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

This text font color is #BC9E82.

Background Color

.myBgColor { background-color: #BC9E82; }

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

This div background color is #BC9E82.

Border color

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

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

This div border color is #BC9E82.

Opacity

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

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

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

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

This text has shadow with #BC9E82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC9E82.

Preview

Color preview on black background

This text has color #BC9E82 on black background.


Color preview on white background

This text has color #BC9E82 on white background.


Black color preview on #BC9E82 background

This text has black color on #BC9E82 background.


White color preview on #BC9E82 background

This text has white color on #BC9E82 background.


Related colors

Complementary color

Complementary color for #hex is #43617D.


I love getcolorcode.com

Triadic colors

1 #82BC9E and #9E82BC with #BC9E82 are triadic colors.

2 #829EBC and #9EBC82 with #BC9E82 are triadic colors.