COLOR #BC7667

HEX: #BC7667
RGB: (188,118,103)

Color info

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

RGB color model

#BC7667 color RGB value is (188,118,103).

  • red value is 188;
  • green value is 118;
  • blue value is 103.
RGB:
(188,118,103)
(74%,46%,40%)

RGB channels and saturation

R 188 of 255 = 74%
G 118 of 255 = 46%
B 103 of 255 = 40%

188
118
103

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

Portions of RGB colors in percentages

R + G + B =
188 + 118 + 103 = 409 (100%)
R 188 of 409 ~ 45.97%
G 118 of 409 ~ 28.85%
B 103 of 409 ~ 25.18%

%45.97
%28.85
%25.18

CMYK color model

#BC7667 color CMYK value is (0,37,45,26).

  • cyan value is 0.00%
  • magenta value is 37.23%
  • yellow value is 45.21%
  • key color value is 26.27%
CMYK:
(0,37,45,26)
C0M37Y45K26 
(0%,37%,45%,26%)
(0.00/0.37/0.45/0.26)	

CMYK percentages

%0
%37.23
%45.21
%26.27

Codes

Color #BC7667 in popluar color models

BC7667
RGB188118103
HSL11°38.81%57.06%
HSB/HSV11°45.21%73.73%
CMYK0.00%37.23%45.21%
26.27%

Color #BC7667 in popluar number systems.

HEXBC7667
Decimal188118103
Binary1011110011101101100111
Octal274166147

Shades and tints

Shades of #BC7667

#BC7667
(188,118,103)
#AB6C5E
(171,108,94)
#9A6255
(154,98,85)
#89584C
(137,88,76)
#784E43
(120,78,67)
#67443A
(103,68,58)
#563A31
(86,58,49)
#453028
(69,48,40)
#34261F
(52,38,31)
#231C16
(35,28,22)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #BC7667

#BC7667
(188,118,103)
#C28274
(194,130,116)
#C88E81
(200,142,129)
#CE9A8E
(206,154,142)
#D4A69B
(212,166,155)
#DAB2A8
(218,178,168)
#E0BEB5
(224,190,181)
#E6CAC2
(230,202,194)
#ECD6CF
(236,214,207)
#F2E2DC
(242,226,220)
#F8EEE9
(248,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC7667; }

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

This text font color is #BC7667.


Background Color

.myBgColor { background-color: #BC7667; }

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

This div background color is #BC7667.


Border color

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

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

This div border color is #BC7667.


Opacity

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

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

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

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

This text has shadow with #BC7667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7667 on black background.


Color preview on white background

This text has color #BC7667 on white background.



Black color preview on #BC7667 background

This text has black color on #BC7667 background.


White color preview on #BC7667 background

This text has white color on #BC7667 background.