COLOR #BC8759

HEX: #BC8759
RGB: (188,135,89)

Color info

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

RGB color model

#BC8759 color RGB value is (188,135,89).

  • red value is 188;
  • green value is 135;
  • blue value is 89.
RGB:
(188,135,89)
(74%,53%,35%)

RGB channels and saturation

R 188 of 255 = 74%
G 135 of 255 = 53%
B 89 of 255 = 35%

188
135
89

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

Portions of RGB colors in percentages

R + G + B =
188 + 135 + 89 = 412 (100%)
R 188 of 412 ~ 45.63%
G 135 of 412 ~ 32.77%
B 89 of 412 ~ 21.6%

%45.63
%32.77
%21.6

CMYK color model

#BC8759 color CMYK value is (0,28,53,26).

  • cyan value is 0.00%
  • magenta value is 28.19%
  • yellow value is 52.66%
  • key color value is 26.27%
CMYK:
(0,28,53,26)
C0M28Y53K26 
(0%,28%,53%,26%)
(0.00/0.28/0.53/0.26)	

CMYK percentages

%0
%28.19
%52.66
%26.27

Codes

Color #BC8759 in popluar color models

BC8759
RGB18813589
HSL28°42.49%54.31%
HSB/HSV28°52.66%73.73%
CMYK0.00%28.19%52.66%
26.27%

Color #BC8759 in popluar number systems.

HEXBC8759
Decimal18813589
Binary10111100100001111011001
Octal274207131

Shades and tints

Shades of #BC8759

#BC8759
(188,135,89)
#AB7B51
(171,123,81)
#9A6F49
(154,111,73)
#896341
(137,99,65)
#785739
(120,87,57)
#674B31
(103,75,49)
#563F29
(86,63,41)
#453321
(69,51,33)
#342719
(52,39,25)
#231B11
(35,27,17)
#120F09
(18,15,9)
#000000
(0,0,0)

Tints of #BC8759

#BC8759
(188,135,89)
#C29168
(194,145,104)
#C89B77
(200,155,119)
#CEA586
(206,165,134)
#D4AF95
(212,175,149)
#DAB9A4
(218,185,164)
#E0C3B3
(224,195,179)
#E6CDC2
(230,205,194)
#ECD7D1
(236,215,209)
#F2E1E0
(242,225,224)
#F8EBEF
(248,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC8759 color. Also use rgb(188,135,89) instead hex code.

Text Font Color

.myTextColor { color: #BC8759; }

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

This text font color is #BC8759.


Background Color

.myBgColor { background-color: #BC8759; }

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

This div background color is #BC8759.


Border color

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

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

This div border color is #BC8759.


Opacity

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

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

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

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

This text has shadow with #BC8759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8759 on black background.


Color preview on white background

This text has color #BC8759 on white background.



Black color preview on #BC8759 background

This text has black color on #BC8759 background.


White color preview on #BC8759 background

This text has white color on #BC8759 background.