COLOR #BC785D

HEX: #BC785D RGB: (188,120,93)

Color info

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

RGB color model

#BC785D color RGB value is (188,120,93).

RGB: (188,120,93) (74%, 47%, 36%)

RGB channels and saturation

R 188 of 255 = 74%
G 120 of 255 = 47%
B 93 of 255 = 36%

188
120
93

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

Portions of RGB colors in percentages

R + G + B = 188 + 120 + 93 = 401 (100%)
R 188 of 401 ~ 46.88%
G 120 of 401 ~ 29.93%
B 93 of 401 ~ 23.19'%

%46.88
%29.93
%23.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.17%
  • yellow value is 50.53%
  • key color value is 26.27%

CMYK: (0,36,51,26)
C0M36Y51K26 (0%, 36%, 51%, 26%)
(0.00 / 0.36 / 0.51 / 0.26)

CMYK percentages

%0
%36.17
%50.53
%26.27

Codes

Color #BC785D in popluar color models

BC 78 5D
RGB 188 120 93
HSL 17° 41.48% 55.10%
HSB/HSV 17° 50.53% 73.73%
CMYK 0.00% 36.17% 50.53%
26.27%

Color #BC785D in popluar number systems.

HEX BC 78 5D
Decimal 188 120 93
Binary 10111100 1111000 1011101
Octal 274 170 135

Shades and tints

Shades of #BC785D

#BC785D
(188,120,93)
#AB6E55
(171,110,85)
#9A644D
(154,100,77)
#895A45
(137,90,69)
#78503D
(120,80,61)
#674635
(103,70,53)
#563C2D
(86,60,45)
#453225
(69,50,37)
#34281D
(52,40,29)
#231E15
(35,30,21)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #BC785D

#BC785D
(188,120,93)
#C2846B
(194,132,107)
#C89079
(200,144,121)
#CE9C87
(206,156,135)
#D4A895
(212,168,149)
#DAB4A3
(218,180,163)
#E0C0B1
(224,192,177)
#E6CCBF
(230,204,191)
#ECD8CD
(236,216,205)
#F2E4DB
(242,228,219)
#F8F0E9
(248,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC785D color. Also use rgb(188,120,93) instead hex code.

Text Font Color

.myTextColor { color: #BC785D; }

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

This text font color is #BC785D.

Background Color

.myBgColor { background-color: #BC785D; }

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

This div background color is #BC785D.

Border color

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

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

This div border color is #BC785D.

Opacity

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

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

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

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

This text has shadow with #BC785D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC785D.

Preview

Color preview on black background

This text has color #BC785D on black background.


Color preview on white background

This text has color #BC785D on white background.


Black color preview on #BC785D background

This text has black color on #BC785D background.


White color preview on #BC785D background

This text has white color on #BC785D background.


Related colors

Complementary color

Complementary color for #hex is #4387A2.


I love getcolorcode.com

Triadic colors

1 #5DBC78 and #785DBC with #BC785D are triadic colors.

2 #5D78BC and #78BC5D with #BC785D are triadic colors.