COLOR #BC7A6B

HEX: #BC7A6B
RGB: (188,122,107)

Color info

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

RGB color model

#BC7A6B color RGB value is (188,122,107).

  • red value is 188;
  • green value is 122;
  • blue value is 107.
RGB:
(188,122,107)
(74%,48%,42%)

RGB channels and saturation

R 188 of 255 = 74%
G 122 of 255 = 48%
B 107 of 255 = 42%

188
122
107

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

Portions of RGB colors in percentages

R + G + B =
188 + 122 + 107 = 417 (100%)
R 188 of 417 ~ 45.08%
G 122 of 417 ~ 29.26%
B 107 of 417 ~ 25.66%

%45.08
%29.26
%25.66

CMYK color model

#BC7A6B color CMYK value is (0,35,43,26).

  • cyan value is 0.00%
  • magenta value is 35.11%
  • yellow value is 43.09%
  • key color value is 26.27%
CMYK:
(0,35,43,26)
C0M35Y43K26 
(0%,35%,43%,26%)
(0.00/0.35/0.43/0.26)	

CMYK percentages

%0
%35.11
%43.09
%26.27

Codes

Color #BC7A6B in popluar color models

BC7A6B
RGB188122107
HSL11°37.67%57.84%
HSB/HSV11°43.09%73.73%
CMYK0.00%35.11%43.09%
26.27%

Color #BC7A6B in popluar number systems.

HEXBC7A6B
Decimal188122107
Binary1011110011110101101011
Octal274172153

Shades and tints

Shades of #BC7A6B

#BC7A6B
(188,122,107)
#AB6F62
(171,111,98)
#9A6459
(154,100,89)
#895950
(137,89,80)
#784E47
(120,78,71)
#67433E
(103,67,62)
#563835
(86,56,53)
#452D2C
(69,45,44)
#342223
(52,34,35)
#23171A
(35,23,26)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #BC7A6B

#BC7A6B
(188,122,107)
#C28678
(194,134,120)
#C89285
(200,146,133)
#CE9E92
(206,158,146)
#D4AA9F
(212,170,159)
#DAB6AC
(218,182,172)
#E0C2B9
(224,194,185)
#E6CEC6
(230,206,198)
#ECDAD3
(236,218,211)
#F2E6E0
(242,230,224)
#F8F2ED
(248,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC7A6B color. Also use rgb(188,122,107) instead hex code.

Text Font Color

.myTextColor { color: #BC7A6B; }

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

This text font color is #BC7A6B.


Background Color

.myBgColor { background-color: #BC7A6B; }

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

This div background color is #BC7A6B.


Border color

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

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

This div border color is #BC7A6B.


Opacity

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

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

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

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

This text has shadow with #BC7A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7A6B on black background.


Color preview on white background

This text has color #BC7A6B on white background.



Black color preview on #BC7A6B background

This text has black color on #BC7A6B background.


White color preview on #BC7A6B background

This text has white color on #BC7A6B background.