COLOR #BC9562

HEX: #BC9562
RGB: (188,149,98)

Color info

#BC9562 contains mainly red and green colors. Web safe color of #BC9562 is #CC9966 (or #C96).

RGB color model

#BC9562 color RGB value is (188,149,98).

  • red value is 188;
  • green value is 149;
  • blue value is 98.
RGB:
(188,149,98)
(74%,58%,38%)

RGB channels and saturation

R 188 of 255 = 74%
G 149 of 255 = 58%
B 98 of 255 = 38%

188
149
98

R + G + B ~ 57%. #BC9562 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
188 + 149 + 98 = 435 (100%)
R 188 of 435 ~ 43.22%
G 149 of 435 ~ 34.25%
B 98 of 435 ~ 22.53%

%43.22
%34.25
%22.53

CMYK color model

#BC9562 color CMYK value is (0,21,48,26).

  • cyan value is 0.00%
  • magenta value is 20.74%
  • yellow value is 47.87%
  • key color value is 26.27%
CMYK:
(0,21,48,26)
C0M21Y48K26 
(0%,21%,48%,26%)
(0.00/0.21/0.48/0.26)	

CMYK percentages

%0
%20.74
%47.87
%26.27

Codes

Color #BC9562 in popluar color models

BC9562
RGB18814998
HSL34°40.18%56.08%
HSB/HSV34°47.87%73.73%
CMYK0.00%20.74%47.87%
26.27%

Color #BC9562 in popluar number systems.

HEXBC9562
Decimal18814998
Binary10111100100101011100010
Octal274225142

Shades and tints

Shades of #BC9562

#BC9562
(188,149,98)
#AB885A
(171,136,90)
#9A7B52
(154,123,82)
#896E4A
(137,110,74)
#786142
(120,97,66)
#67543A
(103,84,58)
#564732
(86,71,50)
#453A2A
(69,58,42)
#342D22
(52,45,34)
#23201A
(35,32,26)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #BC9562

#BC9562
(188,149,98)
#C29E70
(194,158,112)
#C8A77E
(200,167,126)
#CEB08C
(206,176,140)
#D4B99A
(212,185,154)
#DAC2A8
(218,194,168)
#E0CBB6
(224,203,182)
#E6D4C4
(230,212,196)
#ECDDD2
(236,221,210)
#F2E6E0
(242,230,224)
#F8EFEE
(248,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9562 color. Also use rgb(188,149,98) instead hex code.

Text Font Color

.myTextColor { color: #BC9562; }

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

This text font color is #BC9562.


Background Color

.myBgColor { background-color: #BC9562; }

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

This div background color is #BC9562.


Border color

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

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

This div border color is #BC9562.


Opacity

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

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

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

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

This text has shadow with #BC9562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9562 on black background.


Color preview on white background

This text has color #BC9562 on white background.



Black color preview on #BC9562 background

This text has black color on #BC9562 background.


White color preview on #BC9562 background

This text has white color on #BC9562 background.