COLOR #BC7467

HEX: #BC7467 RGB: (188,116,103)

Color info

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

RGB color model

#BC7467 color RGB value is (188,116,103).

RGB: (188,116,103) (74%, 45%, 40%)

RGB channels and saturation

R 188 of 255 = 74%
G 116 of 255 = 45%
B 103 of 255 = 40%

188
116
103

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

Portions of RGB colors in percentages

R + G + B = 188 + 116 + 103 = 407 (100%)
R 188 of 407 ~ 46.19%
G 116 of 407 ~ 28.5%
B 103 of 407 ~ 25.31'%

%46.19
%28.5
%25.31

CMYK color model

#BC7467 color CMYK value is (0,38,45,26).

  • cyan value is 0.00%
  • magenta value is 38.30%
  • yellow value is 45.21%
  • key color value is 26.27%

CMYK: (0,38,45,26)
C0M38Y45K26 (0%, 38%, 45%, 26%)
(0.00 / 0.38 / 0.45 / 0.26)

CMYK percentages

%0
%38.3
%45.21
%26.27

Codes

Color #BC7467 in popluar color models

BC 74 67
RGB 188 116 103
HSL 38.81% 57.06%
HSB/HSV 45.21% 73.73%
CMYK 0.00% 38.30% 45.21%
26.27%

Color #BC7467 in popluar number systems.

HEX BC 74 67
Decimal 188 116 103
Binary 10111100 1110100 1100111
Octal 274 164 147

Shades and tints

Shades of #BC7467

#BC7467
(188,116,103)
#AB6A5E
(171,106,94)
#9A6055
(154,96,85)
#89564C
(137,86,76)
#784C43
(120,76,67)
#67423A
(103,66,58)
#563831
(86,56,49)
#452E28
(69,46,40)
#34241F
(52,36,31)
#231A16
(35,26,22)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #BC7467

#BC7467
(188,116,103)
#C28074
(194,128,116)
#C88C81
(200,140,129)
#CE988E
(206,152,142)
#D4A49B
(212,164,155)
#DAB0A8
(218,176,168)
#E0BCB5
(224,188,181)
#E6C8C2
(230,200,194)
#ECD4CF
(236,212,207)
#F2E0DC
(242,224,220)
#F8ECE9
(248,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC7467 color. Also use rgb(188,116,103) instead hex code.

Text Font Color

.myTextColor { color: #BC7467; }

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

This text font color is #BC7467.

Background Color

.myBgColor { background-color: #BC7467; }

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

This div background color is #BC7467.

Border color

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

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

This div border color is #BC7467.

Opacity

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

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

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

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

This text has shadow with #BC7467 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC7467.

Preview

Color preview on black background

This text has color #BC7467 on black background.


Color preview on white background

This text has color #BC7467 on white background.


Black color preview on #BC7467 background

This text has black color on #BC7467 background.


White color preview on #BC7467 background

This text has white color on #BC7467 background.


Related colors

Complementary color

Complementary color for #hex is #438B98.


I love getcolorcode.com

Triadic colors

1 #67BC74 and #7467BC with #BC7467 are triadic colors.

2 #6774BC and #74BC67 with #BC7467 are triadic colors.