COLOR #BC8B7F

HEX: #BC8B7F RGB: (188,139,127)

Color info

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

RGB color model

#BC8B7F color RGB value is (188,139,127).

RGB: (188,139,127) (74%, 55%, 50%)

RGB channels and saturation

R 188 of 255 = 74%
G 139 of 255 = 55%
B 127 of 255 = 50%

188
139
127

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

Portions of RGB colors in percentages

R + G + B = 188 + 139 + 127 = 454 (100%)
R 188 of 454 ~ 41.41%
G 139 of 454 ~ 30.62%
B 127 of 454 ~ 27.97'%

%41.41
%30.62
%27.97

CMYK color model

#BC8B7F color CMYK value is (0,26,32,26).

  • cyan value is 0.00%
  • magenta value is 26.06%
  • yellow value is 32.45%
  • key color value is 26.27%
CMYK: (0,26,32,26) C0M26Y32K26 (0%,26%,32%,26%) (0.00/0.26/0.32/0.26) 

CMYK percentages

%0
%26.06
%32.45
%26.27

Codes

Color #BC8B7F in popluar color models

BC 8B 7F
RGB 188 139 127
HSL 12° 31.28% 61.76%
HSB/HSV 12° 32.45% 73.73%
CMYK 0.00% 26.06% 32.45%
26.27%

Color #BC8B7F in popluar number systems.

HEX BC 8B 7F
Decimal 188 139 127
Binary 10111100 10001011 1111111
Octal 274 213 177

Shades and tints

Shades of #BC8B7F

#BC8B7F
(188,139,127)
#AB7F74
(171,127,116)
#9A7369
(154,115,105)
#89675E
(137,103,94)
#785B53
(120,91,83)
#674F48
(103,79,72)
#56433D
(86,67,61)
#453732
(69,55,50)
#342B27
(52,43,39)
#231F1C
(35,31,28)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #BC8B7F

#BC8B7F
(188,139,127)
#C2958A
(194,149,138)
#C89F95
(200,159,149)
#CEA9A0
(206,169,160)
#D4B3AB
(212,179,171)
#DABDB6
(218,189,182)
#E0C7C1
(224,199,193)
#E6D1CC
(230,209,204)
#ECDBD7
(236,219,215)
#F2E5E2
(242,229,226)
#F8EFED
(248,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC8B7F color. Also use rgb(188,139,127) instead hex code.

Text Font Color

.myTextColor { color: #BC8B7F; }

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

This text font color is #BC8B7F.

Background Color

.myBgColor { background-color: #BC8B7F; }

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

This div background color is #BC8B7F.

Border color

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

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

This div border color is #BC8B7F.

Opacity

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

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

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

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

This text has shadow with #BC8B7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC8B7F.

Preview

Color preview on black background

This text has color #BC8B7F on black background.


Color preview on white background

This text has color #BC8B7F on white background.


Black color preview on #BC8B7F background

This text has black color on #BC8B7F background.


White color preview on #BC8B7F background

This text has white color on #BC8B7F background.


Related colors

Complementary color

Complementary color for #hex is #437480.


I love getcolorcode.com

Triadic colors

1 #7FBC8B and #8B7FBC with #BC8B7F are triadic colors.

2 #7F8BBC and #8BBC7F with #BC8B7F are triadic colors.