COLOR #BC9173

HEX: #BC9173
RGB: (188,145,115)

Color info

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

RGB color model

#BC9173 color RGB value is (188,145,115).

  • red value is 188;
  • green value is 145;
  • blue value is 115.
RGB:
(188,145,115)
(74%,57%,45%)

RGB channels and saturation

R 188 of 255 = 74%
G 145 of 255 = 57%
B 115 of 255 = 45%

188
145
115

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

Portions of RGB colors in percentages

R + G + B =
188 + 145 + 115 = 448 (100%)
R 188 of 448 ~ 41.96%
G 145 of 448 ~ 32.37%
B 115 of 448 ~ 25.67%

%41.96
%32.37
%25.67

CMYK color model

#BC9173 color CMYK value is (0,23,39,26).

  • cyan value is 0.00%
  • magenta value is 22.87%
  • yellow value is 38.83%
  • key color value is 26.27%
CMYK:
(0,23,39,26)
C0M23Y39K26 
(0%,23%,39%,26%)
(0.00/0.23/0.39/0.26)	

CMYK percentages

%0
%22.87
%38.83
%26.27

Codes

Color #BC9173 in popluar color models

BC9173
RGB188145115
HSL25°35.27%59.41%
HSB/HSV25°38.83%73.73%
CMYK0.00%22.87%38.83%
26.27%

Color #BC9173 in popluar number systems.

HEXBC9173
Decimal188145115
Binary10111100100100011110011
Octal274221163

Shades and tints

Shades of #BC9173

#BC9173
(188,145,115)
#AB8469
(171,132,105)
#9A775F
(154,119,95)
#896A55
(137,106,85)
#785D4B
(120,93,75)
#675041
(103,80,65)
#564337
(86,67,55)
#45362D
(69,54,45)
#342923
(52,41,35)
#231C19
(35,28,25)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #BC9173

#BC9173
(188,145,115)
#C29B7F
(194,155,127)
#C8A58B
(200,165,139)
#CEAF97
(206,175,151)
#D4B9A3
(212,185,163)
#DAC3AF
(218,195,175)
#E0CDBB
(224,205,187)
#E6D7C7
(230,215,199)
#ECE1D3
(236,225,211)
#F2EBDF
(242,235,223)
#F8F5EB
(248,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9173; }

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

This text font color is #BC9173.


Background Color

.myBgColor { background-color: #BC9173; }

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

This div background color is #BC9173.


Border color

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

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

This div border color is #BC9173.


Opacity

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

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

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

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

This text has shadow with #BC9173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9173 on black background.


Color preview on white background

This text has color #BC9173 on white background.



Black color preview on #BC9173 background

This text has black color on #BC9173 background.


White color preview on #BC9173 background

This text has white color on #BC9173 background.