COLOR #BC7072

HEX: #BC7072 RGB: (188,112,114)

Color info

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

RGB color model

#BC7072 color RGB value is (188,112,114).

RGB: (188,112,114) (74%, 44%, 45%)

RGB channels and saturation

R 188 of 255 = 74%
G 112 of 255 = 44%
B 114 of 255 = 45%

188
112
114

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

Portions of RGB colors in percentages

R + G + B = 188 + 112 + 114 = 414 (100%)
R 188 of 414 ~ 45.41%
G 112 of 414 ~ 27.05%
B 114 of 414 ~ 27.54'%

%45.41
%27.05
%27.54

CMYK color model

#BC7072 color CMYK value is (0,40,39,26).

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

CMYK: (0,40,39,26)
C0M40Y39K26 (0%, 40%, 39%, 26%)
(0.00 / 0.40 / 0.39 / 0.26)

CMYK percentages

%0
%40.43
%39.36
%26.27

Codes

Color #BC7072 in popluar color models

BC 70 72
RGB 188 112 114
HSL 358° 36.19% 58.82%
HSB/HSV 358° 40.43% 73.73%
CMYK 0.00% 40.43% 39.36%
26.27%

Color #BC7072 in popluar number systems.

HEX BC 70 72
Decimal 188 112 114
Binary 10111100 1110000 1110010
Octal 274 160 162

Shades and tints

Shades of #BC7072

#BC7072
(188,112,114)
#AB6668
(171,102,104)
#9A5C5E
(154,92,94)
#895254
(137,82,84)
#78484A
(120,72,74)
#673E40
(103,62,64)
#563436
(86,52,54)
#452A2C
(69,42,44)
#342022
(52,32,34)
#231618
(35,22,24)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #BC7072

#BC7072
(188,112,114)
#C27D7E
(194,125,126)
#C88A8A
(200,138,138)
#CE9796
(206,151,150)
#D4A4A2
(212,164,162)
#DAB1AE
(218,177,174)
#E0BEBA
(224,190,186)
#E6CBC6
(230,203,198)
#ECD8D2
(236,216,210)
#F2E5DE
(242,229,222)
#F8F2EA
(248,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC7072; }

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

This text font color is #BC7072.

Background Color

.myBgColor { background-color: #BC7072; }

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

This div background color is #BC7072.

Border color

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

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

This div border color is #BC7072.

Opacity

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

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

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

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

This text has shadow with #BC7072 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC7072.

Preview

Color preview on black background

This text has color #BC7072 on black background.


Color preview on white background

This text has color #BC7072 on white background.


Black color preview on #BC7072 background

This text has black color on #BC7072 background.


White color preview on #BC7072 background

This text has white color on #BC7072 background.


Related colors

Complementary color

Complementary color for #hex is #438F8D.


I love getcolorcode.com

Triadic colors

1 #72BC70 and #7072BC with #BC7072 are triadic colors.

2 #7270BC and #70BC72 with #BC7072 are triadic colors.