COLOR #BC7F67

HEX: #BC7F67 RGB: (188,127,103)

Color info

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

RGB color model

#BC7F67 color RGB value is (188,127,103).

RGB: (188,127,103) (74%, 50%, 40%)

RGB channels and saturation

R 188 of 255 = 74%
G 127 of 255 = 50%
B 103 of 255 = 40%

188
127
103

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

Portions of RGB colors in percentages

R + G + B = 188 + 127 + 103 = 418 (100%)
R 188 of 418 ~ 44.98%
G 127 of 418 ~ 30.38%
B 103 of 418 ~ 24.64'%

%44.98
%30.38
%24.64

CMYK color model

#BC7F67 color CMYK value is (0,32,45,26).

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

CMYK: (0,32,45,26)
C0M32Y45K26 (0%, 32%, 45%, 26%)
(0.00 / 0.32 / 0.45 / 0.26)

CMYK percentages

%0
%32.45
%45.21
%26.27

Codes

Color #BC7F67 in popluar color models

BC 7F 67
RGB 188 127 103
HSL 17° 38.81% 57.06%
HSB/HSV 17° 45.21% 73.73%
CMYK 0.00% 32.45% 45.21%
26.27%

Color #BC7F67 in popluar number systems.

HEX BC 7F 67
Decimal 188 127 103
Binary 10111100 1111111 1100111
Octal 274 177 147

Shades and tints

Shades of #BC7F67

#BC7F67
(188,127,103)
#AB745E
(171,116,94)
#9A6955
(154,105,85)
#895E4C
(137,94,76)
#785343
(120,83,67)
#67483A
(103,72,58)
#563D31
(86,61,49)
#453228
(69,50,40)
#34271F
(52,39,31)
#231C16
(35,28,22)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #BC7F67

#BC7F67
(188,127,103)
#C28A74
(194,138,116)
#C89581
(200,149,129)
#CEA08E
(206,160,142)
#D4AB9B
(212,171,155)
#DAB6A8
(218,182,168)
#E0C1B5
(224,193,181)
#E6CCC2
(230,204,194)
#ECD7CF
(236,215,207)
#F2E2DC
(242,226,220)
#F8EDE9
(248,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC7F67; }

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

This text font color is #BC7F67.

Background Color

.myBgColor { background-color: #BC7F67; }

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

This div background color is #BC7F67.

Border color

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

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

This div border color is #BC7F67.

Opacity

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

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

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

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

This text has shadow with #BC7F67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC7F67.

Preview

Color preview on black background

This text has color #BC7F67 on black background.


Color preview on white background

This text has color #BC7F67 on white background.


Black color preview on #BC7F67 background

This text has black color on #BC7F67 background.


White color preview on #BC7F67 background

This text has white color on #BC7F67 background.


Related colors

Complementary color

Complementary color for #hex is #438098.


I love getcolorcode.com

Triadic colors

1 #67BC7F and #7F67BC with #BC7F67 are triadic colors.

2 #677FBC and #7FBC67 with #BC7F67 are triadic colors.