COLOR #BC7E78

HEX: #BC7E78
RGB: (188,126,120)

Renk bilgisi

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

RGB renk modeli

#BC7E78 color RGB value is (188,126,120).

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

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 126 of 255 = 49%
B 120 of 255 = 47%

188
126
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 126 + 120 = 434 (100%)
R 188 of 434 ~ 43.32%
G 126 of 434 ~ 29.03%
B 120 of 434 ~ 27.65%

%43.32
%29.03
%27.65

CMYK RENK MODELİ

#BC7E78 rengi CMYK tonu (0,33,36,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.98%
  • sarı tonu 36.17%
  • ana renk tonu 26.27%
CMYK:
(0,33,36,26)
C0M33Y36K26 
(0%,33%,36%,26%)
(0.00/0.33/0.36/0.26)	

CMYK yüzdeleri

%0
%32.98
%36.17
%26.27

Codes

Color #BC7E78 in popluar color models

BC7E78
RGB188126120
HSL33.66%60.39%
HSB/HSV36.17%73.73%
CMYK0.00%32.98%36.17%
26.27%

Color #BC7E78 in popluar number systems.

HEXBC7E78
Decimal188126120
Binary1011110011111101111000
Octal274176170

Shades and tints

Shades of #BC7E78

#BC7E78
(188,126,120)
#AB736E
(171,115,110)
#9A6864
(154,104,100)
#895D5A
(137,93,90)
#785250
(120,82,80)
#674746
(103,71,70)
#563C3C
(86,60,60)
#453132
(69,49,50)
#342628
(52,38,40)
#231B1E
(35,27,30)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #BC7E78

#BC7E78
(188,126,120)
#C28984
(194,137,132)
#C89490
(200,148,144)
#CE9F9C
(206,159,156)
#D4AAA8
(212,170,168)
#DAB5B4
(218,181,180)
#E0C0C0
(224,192,192)
#E6CBCC
(230,203,204)
#ECD6D8
(236,214,216)
#F2E1E4
(242,225,228)
#F8ECF0
(248,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC7E78; }

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

This text font color is #BC7E78.


Background Color

.myBgColor { background-color: #BC7E78; }

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

This div background color is #BC7E78.


Border color

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

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

This div border color is #BC7E78.


Opacity

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

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

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

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

This text has shadow with #BC7E78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7E78 on black background.


Color preview on white background

This text has color #BC7E78 on white background.



Black color preview on #BC7E78 background

This text has black color on #BC7E78 background.


White color preview on #BC7E78 background

This text has white color on #BC7E78 background.