COLOR #BC8053

HEX: #BC8053 RGB: (188,128,83)

Color info

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

RGB color model

#BC8053 color RGB value is (188,128,83).

RGB: (188,128,83) (74%, 50%, 33%)

RGB channels and saturation

R 188 of 255 = 74%
G 128 of 255 = 50%
B 83 of 255 = 33%

188
128
83

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

Portions of RGB colors in percentages

R + G + B = 188 + 128 + 83 = 399 (100%)
R 188 of 399 ~ 47.12%
G 128 of 399 ~ 32.08%
B 83 of 399 ~ 20.8'%

%47.12
%32.08
%20.8

CMYK color model

#BC8053 color CMYK value is (0,32,56,26).

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

CMYK: (0,32,56,26)
C0M32Y56K26 (0%, 32%, 56%, 26%)
(0.00 / 0.32 / 0.56 / 0.26)

CMYK percentages

%0
%31.91
%55.85
%26.27

Codes

Color #BC8053 in popluar color models

BC 80 53
RGB 188 128 83
HSL 26° 43.93% 53.14%
HSB/HSV 26° 55.85% 73.73%
CMYK 0.00% 31.91% 55.85%
26.27%

Color #BC8053 in popluar number systems.

HEX BC 80 53
Decimal 188 128 83
Binary 10111100 10000000 1010011
Octal 274 200 123

Shades and tints

Shades of #BC8053

#BC8053
(188,128,83)
#AB754C
(171,117,76)
#9A6A45
(154,106,69)
#895F3E
(137,95,62)
#785437
(120,84,55)
#674930
(103,73,48)
#563E29
(86,62,41)
#453322
(69,51,34)
#34281B
(52,40,27)
#231D14
(35,29,20)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #BC8053

#BC8053
(188,128,83)
#C28B62
(194,139,98)
#C89671
(200,150,113)
#CEA180
(206,161,128)
#D4AC8F
(212,172,143)
#DAB79E
(218,183,158)
#E0C2AD
(224,194,173)
#E6CDBC
(230,205,188)
#ECD8CB
(236,216,203)
#F2E3DA
(242,227,218)
#F8EEE9
(248,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC8053; }

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

This text font color is #BC8053.

Background Color

.myBgColor { background-color: #BC8053; }

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

This div background color is #BC8053.

Border color

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

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

This div border color is #BC8053.

Opacity

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

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

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

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

This text has shadow with #BC8053 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC8053.

Preview

Color preview on black background

This text has color #BC8053 on black background.


Color preview on white background

This text has color #BC8053 on white background.


Black color preview on #BC8053 background

This text has black color on #BC8053 background.


White color preview on #BC8053 background

This text has white color on #BC8053 background.


Related colors

Complementary color

Complementary color for #hex is #437FAC.


I love getcolorcode.com

Triadic colors

1 #53BC80 and #8053BC with #BC8053 are triadic colors.

2 #5380BC and #80BC53 with #BC8053 are triadic colors.