COLOR #BC9285

HEX: #BC9285
RGB: (188,146,133)

Color info

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

RGB color model

#BC9285 color RGB value is (188,146,133).

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

RGB channels and saturation

R 188 of 255 = 74%
G 146 of 255 = 57%
B 133 of 255 = 52%

188
146
133

R + G + B ~ 61%. #BC9285 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 146 + 133 = 467 (100%)
R 188 of 467 ~ 40.26%
G 146 of 467 ~ 31.26%
B 133 of 467 ~ 28.48%

%40.26
%31.26
%28.48

CMYK color model

#BC9285 color CMYK value is (0,22,29,26).

  • cyan value is 0.00%
  • magenta value is 22.34%
  • yellow value is 29.26%
  • key color value is 26.27%
CMYK:
(0,22,29,26)
C0M22Y29K26 
(0%,22%,29%,26%)
(0.00/0.22/0.29/0.26)	

CMYK percentages

%0
%22.34
%29.26
%26.27

Codes

Color #BC9285 in popluar color models

BC9285
RGB188146133
HSL14°29.10%62.94%
HSB/HSV14°29.26%73.73%
CMYK0.00%22.34%29.26%
26.27%

Color #BC9285 in popluar number systems.

HEXBC9285
Decimal188146133
Binary101111001001001010000101
Octal274222205

Shades and tints

Shades of #BC9285

#BC9285
(188,146,133)
#AB8579
(171,133,121)
#9A786D
(154,120,109)
#896B61
(137,107,97)
#785E55
(120,94,85)
#675149
(103,81,73)
#56443D
(86,68,61)
#453731
(69,55,49)
#342A25
(52,42,37)
#231D19
(35,29,25)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #BC9285

#BC9285
(188,146,133)
#C29B90
(194,155,144)
#C8A49B
(200,164,155)
#CEADA6
(206,173,166)
#D4B6B1
(212,182,177)
#DABFBC
(218,191,188)
#E0C8C7
(224,200,199)
#E6D1D2
(230,209,210)
#ECDADD
(236,218,221)
#F2E3E8
(242,227,232)
#F8ECF3
(248,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9285; }

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

This text font color is #BC9285.


Background Color

.myBgColor { background-color: #BC9285; }

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

This div background color is #BC9285.


Border color

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

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

This div border color is #BC9285.


Opacity

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

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

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

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

This text has shadow with #BC9285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9285 on black background.


Color preview on white background

This text has color #BC9285 on white background.



Black color preview on #BC9285 background

This text has black color on #BC9285 background.


White color preview on #BC9285 background

This text has white color on #BC9285 background.