COLOR #BC7754

HEX: #BC7754 RGB: (188,119,84)

Color info

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

RGB color model

#BC7754 color RGB value is (188,119,84).

RGB: (188,119,84) (74%, 47%, 33%)

RGB channels and saturation

R 188 of 255 = 74%
G 119 of 255 = 47%
B 84 of 255 = 33%

188
119
84

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

Portions of RGB colors in percentages

R + G + B = 188 + 119 + 84 = 391 (100%)
R 188 of 391 ~ 48.08%
G 119 of 391 ~ 30.43%
B 84 of 391 ~ 21.48'%

%48.08
%30.43
%21.48

CMYK color model

#BC7754 color CMYK value is (0,37,55,26).

  • cyan value is 0.00%
  • magenta value is 36.70%
  • yellow value is 55.32%
  • key color value is 26.27%

CMYK: (0,37,55,26)
C0M37Y55K26 (0%, 37%, 55%, 26%)
(0.00 / 0.37 / 0.55 / 0.26)

CMYK percentages

%0
%36.7
%55.32
%26.27

Codes

Color #BC7754 in popluar color models

BC 77 54
RGB 188 119 84
HSL 20° 43.70% 53.33%
HSB/HSV 20° 55.32% 73.73%
CMYK 0.00% 36.70% 55.32%
26.27%

Color #BC7754 in popluar number systems.

HEX BC 77 54
Decimal 188 119 84
Binary 10111100 1110111 1010100
Octal 274 167 124

Shades and tints

Shades of #BC7754

#BC7754
(188,119,84)
#AB6D4D
(171,109,77)
#9A6346
(154,99,70)
#89593F
(137,89,63)
#784F38
(120,79,56)
#674531
(103,69,49)
#563B2A
(86,59,42)
#453123
(69,49,35)
#34271C
(52,39,28)
#231D15
(35,29,21)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #BC7754

#BC7754
(188,119,84)
#C28363
(194,131,99)
#C88F72
(200,143,114)
#CE9B81
(206,155,129)
#D4A790
(212,167,144)
#DAB39F
(218,179,159)
#E0BFAE
(224,191,174)
#E6CBBD
(230,203,189)
#ECD7CC
(236,215,204)
#F2E3DB
(242,227,219)
#F8EFEA
(248,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC7754 color. Also use rgb(188,119,84) instead hex code.

Text Font Color

.myTextColor { color: #BC7754; }

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

This text font color is #BC7754.

Background Color

.myBgColor { background-color: #BC7754; }

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

This div background color is #BC7754.

Border color

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

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

This div border color is #BC7754.

Opacity

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

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

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

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

This text has shadow with #BC7754 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC7754.

Preview

Color preview on black background

This text has color #BC7754 on black background.


Color preview on white background

This text has color #BC7754 on white background.


Black color preview on #BC7754 background

This text has black color on #BC7754 background.


White color preview on #BC7754 background

This text has white color on #BC7754 background.


Related colors

Complementary color

Complementary color for #hex is #4388AB.


I love getcolorcode.com

Triadic colors

1 #54BC77 and #7754BC with #BC7754 are triadic colors.

2 #5477BC and #77BC54 with #BC7754 are triadic colors.