COLOR #BC7067

HEX: #BC7067 RGB: (188,112,103)

Color info

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

RGB color model

#BC7067 color RGB value is (188,112,103).

RGB: (188,112,103) (74%, 44%, 40%)

RGB channels and saturation

R 188 of 255 = 74%
G 112 of 255 = 44%
B 103 of 255 = 40%

188
112
103

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

Portions of RGB colors in percentages

R + G + B = 188 + 112 + 103 = 403 (100%)
R 188 of 403 ~ 46.65%
G 112 of 403 ~ 27.79%
B 103 of 403 ~ 25.56'%

%46.65
%27.79
%25.56

CMYK color model

#BC7067 color CMYK value is (0,40,45,26).

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

CMYK: (0,40,45,26)
C0M40Y45K26 (0%, 40%, 45%, 26%)
(0.00 / 0.40 / 0.45 / 0.26)

CMYK percentages

%0
%40.43
%45.21
%26.27

Codes

Color #BC7067 in popluar color models

BC 70 67
RGB 188 112 103
HSL 38.81% 57.06%
HSB/HSV 45.21% 73.73%
CMYK 0.00% 40.43% 45.21%
26.27%

Color #BC7067 in popluar number systems.

HEX BC 70 67
Decimal 188 112 103
Binary 10111100 1110000 1100111
Octal 274 160 147

Shades and tints

Shades of #BC7067

#BC7067
(188,112,103)
#AB665E
(171,102,94)
#9A5C55
(154,92,85)
#89524C
(137,82,76)
#784843
(120,72,67)
#673E3A
(103,62,58)
#563431
(86,52,49)
#452A28
(69,42,40)
#34201F
(52,32,31)
#231616
(35,22,22)
#120C0D
(18,12,13)
#000000
(0,0,0)

Tints of #BC7067

#BC7067
(188,112,103)
#C27D74
(194,125,116)
#C88A81
(200,138,129)
#CE978E
(206,151,142)
#D4A49B
(212,164,155)
#DAB1A8
(218,177,168)
#E0BEB5
(224,190,181)
#E6CBC2
(230,203,194)
#ECD8CF
(236,216,207)
#F2E5DC
(242,229,220)
#F8F2E9
(248,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC7067; }

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

This text font color is #BC7067.

Background Color

.myBgColor { background-color: #BC7067; }

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

This div background color is #BC7067.

Border color

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

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

This div border color is #BC7067.

Opacity

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

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

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

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

This text has shadow with #BC7067 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC7067.

Preview

Color preview on black background

This text has color #BC7067 on black background.


Color preview on white background

This text has color #BC7067 on white background.


Black color preview on #BC7067 background

This text has black color on #BC7067 background.


White color preview on #BC7067 background

This text has white color on #BC7067 background.


Related colors

Complementary color

Complementary color for #hex is #438F98.


I love getcolorcode.com

Triadic colors

1 #67BC70 and #7067BC with #BC7067 are triadic colors.

2 #6770BC and #70BC67 with #BC7067 are triadic colors.