COLOR #BC8B79

HEX: #BC8B79 RGB: (188,139,121)

Color info

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

RGB color model

#BC8B79 color RGB value is (188,139,121).

RGB: (188,139,121) (74%, 55%, 47%)

RGB channels and saturation

R 188 of 255 = 74%
G 139 of 255 = 55%
B 121 of 255 = 47%

188
139
121

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

Portions of RGB colors in percentages

R + G + B = 188 + 139 + 121 = 448 (100%)
R 188 of 448 ~ 41.96%
G 139 of 448 ~ 31.03%
B 121 of 448 ~ 27.01'%

%41.96
%31.03
%27.01

CMYK color model

#BC8B79 color CMYK value is (0,26,36,26).

  • cyan value is 0.00%
  • magenta value is 26.06%
  • yellow value is 35.64%
  • key color value is 26.27%
CMYK: (0,26,36,26) C0M26Y36K26 (0%,26%,36%,26%) (0.00/0.26/0.36/0.26) 

CMYK percentages

%0
%26.06
%35.64
%26.27

Codes

Color #BC8B79 in popluar color models

BC 8B 79
RGB 188 139 121
HSL 16° 33.33% 60.59%
HSB/HSV 16° 35.64% 73.73%
CMYK 0.00% 26.06% 35.64%
26.27%

Color #BC8B79 in popluar number systems.

HEX BC 8B 79
Decimal 188 139 121
Binary 10111100 10001011 1111001
Octal 274 213 171

Shades and tints

Shades of #BC8B79

#BC8B79
(188,139,121)
#AB7F6E
(171,127,110)
#9A7363
(154,115,99)
#896758
(137,103,88)
#785B4D
(120,91,77)
#674F42
(103,79,66)
#564337
(86,67,55)
#45372C
(69,55,44)
#342B21
(52,43,33)
#231F16
(35,31,22)
#12130B
(18,19,11)
#000000
(0,0,0)

Tints of #BC8B79

#BC8B79
(188,139,121)
#C29585
(194,149,133)
#C89F91
(200,159,145)
#CEA99D
(206,169,157)
#D4B3A9
(212,179,169)
#DABDB5
(218,189,181)
#E0C7C1
(224,199,193)
#E6D1CD
(230,209,205)
#ECDBD9
(236,219,217)
#F2E5E5
(242,229,229)
#F8EFF1
(248,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC8B79; }

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

This text font color is #BC8B79.

Background Color

.myBgColor { background-color: #BC8B79; }

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

This div background color is #BC8B79.

Border color

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

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

This div border color is #BC8B79.

Opacity

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

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

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

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

This text has shadow with #BC8B79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC8B79.

Preview

Color preview on black background

This text has color #BC8B79 on black background.


Color preview on white background

This text has color #BC8B79 on white background.


Black color preview on #BC8B79 background

This text has black color on #BC8B79 background.


White color preview on #BC8B79 background

This text has white color on #BC8B79 background.


Related colors

Complementary color

Complementary color for #hex is #437486.


I love getcolorcode.com

Triadic colors

1 #79BC8B and #8B79BC with #BC8B79 are triadic colors.

2 #798BBC and #8BBC79 with #BC8B79 are triadic colors.