COLOR #BC805C

HEX: #BC805C RGB: (188,128,92)

Color info

#BC805C contains mainly red color. Web safe color of #BC805C is #CC6666 (or #C66).

RGB color model

#BC805C color RGB value is (188,128,92).

RGB: (188,128,92) (74%, 50%, 36%)

RGB channels and saturation

R 188 of 255 = 74%
G 128 of 255 = 50%
B 92 of 255 = 36%

188
128
92

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

Portions of RGB colors in percentages

R + G + B = 188 + 128 + 92 = 408 (100%)
R 188 of 408 ~ 46.08%
G 128 of 408 ~ 31.37%
B 92 of 408 ~ 22.55'%

%46.08
%31.37
%22.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.91%
  • yellow value is 51.06%
  • key color value is 26.27%

CMYK: (0,32,51,26)
C0M32Y51K26 (0%, 32%, 51%, 26%)
(0.00 / 0.32 / 0.51 / 0.26)

CMYK percentages

%0
%31.91
%51.06
%26.27

Codes

Color #BC805C in popluar color models

BC 80 5C
RGB 188 128 92
HSL 23° 41.74% 54.90%
HSB/HSV 23° 51.06% 73.73%
CMYK 0.00% 31.91% 51.06%
26.27%

Color #BC805C in popluar number systems.

HEX BC 80 5C
Decimal 188 128 92
Binary 10111100 10000000 1011100
Octal 274 200 134

Shades and tints

Shades of #BC805C

#BC805C
(188,128,92)
#AB7554
(171,117,84)
#9A6A4C
(154,106,76)
#895F44
(137,95,68)
#78543C
(120,84,60)
#674934
(103,73,52)
#563E2C
(86,62,44)
#453324
(69,51,36)
#34281C
(52,40,28)
#231D14
(35,29,20)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #BC805C

#BC805C
(188,128,92)
#C28B6A
(194,139,106)
#C89678
(200,150,120)
#CEA186
(206,161,134)
#D4AC94
(212,172,148)
#DAB7A2
(218,183,162)
#E0C2B0
(224,194,176)
#E6CDBE
(230,205,190)
#ECD8CC
(236,216,204)
#F2E3DA
(242,227,218)
#F8EEE8
(248,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC805C color. Also use rgb(188,128,92) instead hex code.

Text Font Color

.myTextColor { color: #BC805C; }

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

This text font color is #BC805C.

Background Color

.myBgColor { background-color: #BC805C; }

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

This div background color is #BC805C.

Border color

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

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

This div border color is #BC805C.

Opacity

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

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

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

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

This text has shadow with #BC805C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC805C.

Preview

Color preview on black background

This text has color #BC805C on black background.


Color preview on white background

This text has color #BC805C on white background.


Black color preview on #BC805C background

This text has black color on #BC805C background.


White color preview on #BC805C background

This text has white color on #BC805C background.


Related colors

Complementary color

Complementary color for #hex is #437FA3.


I love getcolorcode.com

Triadic colors

1 #5CBC80 and #805CBC with #BC805C are triadic colors.

2 #5C80BC and #80BC5C with #BC805C are triadic colors.