COLOR #BC9568

HEX: #BC9568
RGB: (188,149,104)

Color info

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

RGB color model

#BC9568 color RGB value is (188,149,104).

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

RGB channels and saturation

R 188 of 255 = 74%
G 149 of 255 = 58%
B 104 of 255 = 41%

188
149
104

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

Portions of RGB colors in percentages

R + G + B =
188 + 149 + 104 = 441 (100%)
R 188 of 441 ~ 42.63%
G 149 of 441 ~ 33.79%
B 104 of 441 ~ 23.58%

%42.63
%33.79
%23.58

CMYK color model

#BC9568 color CMYK value is (0,21,45,26).

  • cyan value is 0.00%
  • magenta value is 20.74%
  • yellow value is 44.68%
  • key color value is 26.27%
CMYK:
(0,21,45,26)
C0M21Y45K26 
(0%,21%,45%,26%)
(0.00/0.21/0.45/0.26)	

CMYK percentages

%0
%20.74
%44.68
%26.27

Codes

Color #BC9568 in popluar color models

BC9568
RGB188149104
HSL32°38.53%57.25%
HSB/HSV32°44.68%73.73%
CMYK0.00%20.74%44.68%
26.27%

Color #BC9568 in popluar number systems.

HEXBC9568
Decimal188149104
Binary10111100100101011101000
Octal274225150

Shades and tints

Shades of #BC9568

#BC9568
(188,149,104)
#AB885F
(171,136,95)
#9A7B56
(154,123,86)
#896E4D
(137,110,77)
#786144
(120,97,68)
#67543B
(103,84,59)
#564732
(86,71,50)
#453A29
(69,58,41)
#342D20
(52,45,32)
#232017
(35,32,23)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #BC9568

#BC9568
(188,149,104)
#C29E75
(194,158,117)
#C8A782
(200,167,130)
#CEB08F
(206,176,143)
#D4B99C
(212,185,156)
#DAC2A9
(218,194,169)
#E0CBB6
(224,203,182)
#E6D4C3
(230,212,195)
#ECDDD0
(236,221,208)
#F2E6DD
(242,230,221)
#F8EFEA
(248,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9568; }

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

This text font color is #BC9568.


Background Color

.myBgColor { background-color: #BC9568; }

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

This div background color is #BC9568.


Border color

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

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

This div border color is #BC9568.


Opacity

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

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

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

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

This text has shadow with #BC9568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9568 on black background.


Color preview on white background

This text has color #BC9568 on white background.



Black color preview on #BC9568 background

This text has black color on #BC9568 background.


White color preview on #BC9568 background

This text has white color on #BC9568 background.