COLOR #BC7E72

HEX: #BC7E72
RGB: (188,126,114)

Renk bilgisi

#BC7E72 contains mainly red color. #BC7E72 ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#BC7E72 color RGB value is (188,126,114).

  • kırmız ton 188;
  • yeşil ton 126;
  • mavi ton 114.
RGB:
(188,126,114)
(74%,49%,45%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 126 of 255 = 49%
B 114 of 255 = 45%

188
126
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 126 + 114 = 428 (100%)
R 188 of 428 ~ 43.93%
G 126 of 428 ~ 29.44%
B 114 of 428 ~ 26.64%

%43.93
%29.44
%26.64

CMYK RENK MODELİ

#BC7E72 rengi CMYK tonu (0,33,39,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.98%
  • sarı tonu 39.36%
  • ana renk tonu 26.27%
CMYK:
(0,33,39,26)
C0M33Y39K26 
(0%,33%,39%,26%)
(0.00/0.33/0.39/0.26)	

CMYK yüzdeleri

%0
%32.98
%39.36
%26.27

Codes

Color #BC7E72 in popluar color models

BC7E72
RGB188126114
HSL10°35.58%59.22%
HSB/HSV10°39.36%73.73%
CMYK0.00%32.98%39.36%
26.27%

Color #BC7E72 in popluar number systems.

HEXBC7E72
Decimal188126114
Binary1011110011111101110010
Octal274176162

Shades and tints

Shades of #BC7E72

#BC7E72
(188,126,114)
#AB7368
(171,115,104)
#9A685E
(154,104,94)
#895D54
(137,93,84)
#78524A
(120,82,74)
#674740
(103,71,64)
#563C36
(86,60,54)
#45312C
(69,49,44)
#342622
(52,38,34)
#231B18
(35,27,24)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #BC7E72

#BC7E72
(188,126,114)
#C2897E
(194,137,126)
#C8948A
(200,148,138)
#CE9F96
(206,159,150)
#D4AAA2
(212,170,162)
#DAB5AE
(218,181,174)
#E0C0BA
(224,192,186)
#E6CBC6
(230,203,198)
#ECD6D2
(236,214,210)
#F2E1DE
(242,225,222)
#F8ECEA
(248,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC7E72; }

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

This text font color is #BC7E72.


Background Color

.myBgColor { background-color: #BC7E72; }

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

This div background color is #BC7E72.


Border color

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

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

This div border color is #BC7E72.


Opacity

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

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

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

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

This text has shadow with #BC7E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7E72 on black background.


Color preview on white background

This text has color #BC7E72 on white background.



Black color preview on #BC7E72 background

This text has black color on #BC7E72 background.


White color preview on #BC7E72 background

This text has white color on #BC7E72 background.