COLOR #BC9170

HEX: #BC9170 RGB: (188,145,112)

Color info

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

RGB color model

#BC9170 color RGB value is (188,145,112).

RGB: (188,145,112) (74%, 57%, 44%)

RGB channels and saturation

R 188 of 255 = 74%
G 145 of 255 = 57%
B 112 of 255 = 44%

188
145
112

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

Portions of RGB colors in percentages

R + G + B = 188 + 145 + 112 = 445 (100%)
R 188 of 445 ~ 42.25%
G 145 of 445 ~ 32.58%
B 112 of 445 ~ 25.17'%

%42.25
%32.58
%25.17

CMYK color model

#BC9170 color CMYK value is (0,23,40,26).

  • cyan value is 0.00%
  • magenta value is 22.87%
  • yellow value is 40.43%
  • key color value is 26.27%

CMYK: (0,23,40,26)
C0M23Y40K26 (0%, 23%, 40%, 26%)
(0.00 / 0.23 / 0.40 / 0.26)

CMYK percentages

%0
%22.87
%40.43
%26.27

Codes

Color #BC9170 in popluar color models

BC 91 70
RGB 188 145 112
HSL 26° 36.19% 58.82%
HSB/HSV 26° 40.43% 73.73%
CMYK 0.00% 22.87% 40.43%
26.27%

Color #BC9170 in popluar number systems.

HEX BC 91 70
Decimal 188 145 112
Binary 10111100 10010001 1110000
Octal 274 221 160

Shades and tints

Shades of #BC9170

#BC9170
(188,145,112)
#AB8466
(171,132,102)
#9A775C
(154,119,92)
#896A52
(137,106,82)
#785D48
(120,93,72)
#67503E
(103,80,62)
#564334
(86,67,52)
#45362A
(69,54,42)
#342920
(52,41,32)
#231C16
(35,28,22)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #BC9170

#BC9170
(188,145,112)
#C29B7D
(194,155,125)
#C8A58A
(200,165,138)
#CEAF97
(206,175,151)
#D4B9A4
(212,185,164)
#DAC3B1
(218,195,177)
#E0CDBE
(224,205,190)
#E6D7CB
(230,215,203)
#ECE1D8
(236,225,216)
#F2EBE5
(242,235,229)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9170 color. Also use rgb(188,145,112) instead hex code.

Text Font Color

.myTextColor { color: #BC9170; }

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

This text font color is #BC9170.

Background Color

.myBgColor { background-color: #BC9170; }

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

This div background color is #BC9170.

Border color

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

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

This div border color is #BC9170.

Opacity

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

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

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

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

This text has shadow with #BC9170 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC9170.

Preview

Color preview on black background

This text has color #BC9170 on black background.


Color preview on white background

This text has color #BC9170 on white background.


Black color preview on #BC9170 background

This text has black color on #BC9170 background.


White color preview on #BC9170 background

This text has white color on #BC9170 background.


Related colors

Complementary color

Complementary color for #hex is #436E8F.


I love getcolorcode.com

Triadic colors

1 #70BC91 and #9170BC with #BC9170 are triadic colors.

2 #7091BC and #91BC70 with #BC9170 are triadic colors.