COLOR #BC8A74

HEX: #BC8A74 RGB: (188,138,116)

Color info

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

RGB color model

#BC8A74 color RGB value is (188,138,116).

RGB: (188,138,116) (74%, 54%, 45%)

RGB channels and saturation

R 188 of 255 = 74%
G 138 of 255 = 54%
B 116 of 255 = 45%

188
138
116

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

Portions of RGB colors in percentages

R + G + B = 188 + 138 + 116 = 442 (100%)
R 188 of 442 ~ 42.53%
G 138 of 442 ~ 31.22%
B 116 of 442 ~ 26.24'%

%42.53
%31.22
%26.24

CMYK color model

#BC8A74 color CMYK value is (0,27,38,26).

  • cyan value is 0.00%
  • magenta value is 26.60%
  • yellow value is 38.30%
  • key color value is 26.27%

CMYK: (0,27,38,26)
C0M27Y38K26 (0%, 27%, 38%, 26%)
(0.00 / 0.27 / 0.38 / 0.26)

CMYK percentages

%0
%26.6
%38.3
%26.27

Codes

Color #BC8A74 in popluar color models

BC 8A 74
RGB 188 138 116
HSL 18° 34.95% 59.61%
HSB/HSV 18° 38.30% 73.73%
CMYK 0.00% 26.60% 38.30%
26.27%

Color #BC8A74 in popluar number systems.

HEX BC 8A 74
Decimal 188 138 116
Binary 10111100 10001010 1110100
Octal 274 212 164

Shades and tints

Shades of #BC8A74

#BC8A74
(188,138,116)
#AB7E6A
(171,126,106)
#9A7260
(154,114,96)
#896656
(137,102,86)
#785A4C
(120,90,76)
#674E42
(103,78,66)
#564238
(86,66,56)
#45362E
(69,54,46)
#342A24
(52,42,36)
#231E1A
(35,30,26)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #BC8A74

#BC8A74
(188,138,116)
#C29480
(194,148,128)
#C89E8C
(200,158,140)
#CEA898
(206,168,152)
#D4B2A4
(212,178,164)
#DABCB0
(218,188,176)
#E0C6BC
(224,198,188)
#E6D0C8
(230,208,200)
#ECDAD4
(236,218,212)
#F2E4E0
(242,228,224)
#F8EEEC
(248,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC8A74 color. Also use rgb(188,138,116) instead hex code.

Text Font Color

.myTextColor { color: #BC8A74; }

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

This text font color is #BC8A74.

Background Color

.myBgColor { background-color: #BC8A74; }

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

This div background color is #BC8A74.

Border color

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

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

This div border color is #BC8A74.

Opacity

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

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

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

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

This text has shadow with #BC8A74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC8A74.

Preview

Color preview on black background

This text has color #BC8A74 on black background.


Color preview on white background

This text has color #BC8A74 on white background.


Black color preview on #BC8A74 background

This text has black color on #BC8A74 background.


White color preview on #BC8A74 background

This text has white color on #BC8A74 background.


Related colors

Complementary color

Complementary color for #hex is #43758B.


I love getcolorcode.com

Triadic colors

1 #74BC8A and #8A74BC with #BC8A74 are triadic colors.

2 #748ABC and #8ABC74 with #BC8A74 are triadic colors.