COLOR #BC7576

HEX: #BC7576
RGB: (188,117,118)

Color info

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

RGB color model

#BC7576 color RGB value is (188,117,118).

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

RGB channels and saturation

R 188 of 255 = 74%
G 117 of 255 = 46%
B 118 of 255 = 46%

188
117
118

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

Portions of RGB colors in percentages

R + G + B =
188 + 117 + 118 = 423 (100%)
R 188 of 423 ~ 44.44%
G 117 of 423 ~ 27.66%
B 118 of 423 ~ 27.9%

%44.44
%27.66
%27.9

CMYK color model

#BC7576 color CMYK value is (0,38,37,26).

  • cyan value is 0.00%
  • magenta value is 37.77%
  • yellow value is 37.23%
  • key color value is 26.27%
CMYK:
(0,38,37,26)
C0M38Y37K26 
(0%,38%,37%,26%)
(0.00/0.38/0.37/0.26)	

CMYK percentages

%0
%37.77
%37.23
%26.27

Codes

Color #BC7576 in popluar color models

BC7576
RGB188117118
HSL359°34.63%59.80%
HSB/HSV359°37.77%73.73%
CMYK0.00%37.77%37.23%
26.27%

Color #BC7576 in popluar number systems.

HEXBC7576
Decimal188117118
Binary1011110011101011110110
Octal274165166

Shades and tints

Shades of #BC7576

#BC7576
(188,117,118)
#AB6B6C
(171,107,108)
#9A6162
(154,97,98)
#895758
(137,87,88)
#784D4E
(120,77,78)
#674344
(103,67,68)
#56393A
(86,57,58)
#452F30
(69,47,48)
#342526
(52,37,38)
#231B1C
(35,27,28)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #BC7576

#BC7576
(188,117,118)
#C28182
(194,129,130)
#C88D8E
(200,141,142)
#CE999A
(206,153,154)
#D4A5A6
(212,165,166)
#DAB1B2
(218,177,178)
#E0BDBE
(224,189,190)
#E6C9CA
(230,201,202)
#ECD5D6
(236,213,214)
#F2E1E2
(242,225,226)
#F8EDEE
(248,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC7576; }

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

This text font color is #BC7576.


Background Color

.myBgColor { background-color: #BC7576; }

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

This div background color is #BC7576.


Border color

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

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

This div border color is #BC7576.


Opacity

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

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

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

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

This text has shadow with #BC7576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7576 on black background.


Color preview on white background

This text has color #BC7576 on white background.



Black color preview on #BC7576 background

This text has black color on #BC7576 background.


White color preview on #BC7576 background

This text has white color on #BC7576 background.