COLOR #BC875A

HEX: #BC875A
RGB: (188,135,90)

Color info

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

RGB color model

#BC875A color RGB value is (188,135,90).

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

RGB channels and saturation

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

188
135
90

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

Portions of RGB colors in percentages

R + G + B =
188 + 135 + 90 = 413 (100%)
R 188 of 413 ~ 45.52%
G 135 of 413 ~ 32.69%
B 90 of 413 ~ 21.79%

%45.52
%32.69
%21.79

CMYK color model

#BC875A color CMYK value is (0,28,52,26).

  • cyan value is 0.00%
  • magenta value is 28.19%
  • yellow value is 52.13%
  • key color value is 26.27%
CMYK:
(0,28,52,26)
C0M28Y52K26 
(0%,28%,52%,26%)
(0.00/0.28/0.52/0.26)	

CMYK percentages

%0
%28.19
%52.13
%26.27

Codes

Color #BC875A in popluar color models

BC875A
RGB18813590
HSL28°42.24%54.51%
HSB/HSV28°52.13%73.73%
CMYK0.00%28.19%52.13%
26.27%

Color #BC875A in popluar number systems.

HEXBC875A
Decimal18813590
Binary10111100100001111011010
Octal274207132

Shades and tints

Shades of #BC875A

#BC875A
(188,135,90)
#AB7B52
(171,123,82)
#9A6F4A
(154,111,74)
#896342
(137,99,66)
#78573A
(120,87,58)
#674B32
(103,75,50)
#563F2A
(86,63,42)
#453322
(69,51,34)
#34271A
(52,39,26)
#231B12
(35,27,18)
#120F0A
(18,15,10)
#000000
(0,0,0)

Tints of #BC875A

#BC875A
(188,135,90)
#C29169
(194,145,105)
#C89B78
(200,155,120)
#CEA587
(206,165,135)
#D4AF96
(212,175,150)
#DAB9A5
(218,185,165)
#E0C3B4
(224,195,180)
#E6CDC3
(230,205,195)
#ECD7D2
(236,215,210)
#F2E1E1
(242,225,225)
#F8EBF0
(248,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC875A; }

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

This text font color is #BC875A.


Background Color

.myBgColor { background-color: #BC875A; }

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

This div background color is #BC875A.


Border color

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

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

This div border color is #BC875A.


Opacity

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

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

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

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

This text has shadow with #BC875A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC875A on black background.


Color preview on white background

This text has color #BC875A on white background.



Black color preview on #BC875A background

This text has black color on #BC875A background.


White color preview on #BC875A background

This text has white color on #BC875A background.