COLOR #BC4E77

HEX: #BC4E77
RGB: (188,78,119)

Renk bilgisi

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

RGB renk modeli

#BC4E77 color RGB value is (188,78,119).

  • kırmız ton 188;
  • yeşil ton 78;
  • mavi ton 119.
RGB:
(188,78,119)
(74%,31%,47%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 78 of 255 = 31%
B 119 of 255 = 47%

188
78
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 78 + 119 = 385 (100%)
R 188 of 385 ~ 48.83%
G 78 of 385 ~ 20.26%
B 119 of 385 ~ 30.91%

%48.83
%20.26
%30.91

CMYK RENK MODELİ

#BC4E77 rengi CMYK tonu (0,59,37,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 58.51%
  • sarı tonu 36.70%
  • ana renk tonu 26.27%
CMYK:
(0,59,37,26)
C0M59Y37K26 
(0%,59%,37%,26%)
(0.00/0.59/0.37/0.26)	

CMYK yüzdeleri

%0
%58.51
%36.7
%26.27

Codes

Color #BC4E77 in popluar color models

BC4E77
RGB18878119
HSL338°45.08%52.16%
HSB/HSV338°58.51%73.73%
CMYK0.00%58.51%36.70%
26.27%

Color #BC4E77 in popluar number systems.

HEXBC4E77
Decimal18878119
Binary1011110010011101110111
Octal274116167

Shades and tints

Shades of #BC4E77

#BC4E77
(188,78,119)
#AB476D
(171,71,109)
#9A4063
(154,64,99)
#893959
(137,57,89)
#78324F
(120,50,79)
#672B45
(103,43,69)
#56243B
(86,36,59)
#451D31
(69,29,49)
#341627
(52,22,39)
#230F1D
(35,15,29)
#120813
(18,8,19)
#000000
(0,0,0)

Tints of #BC4E77

#BC4E77
(188,78,119)
#C25E83
(194,94,131)
#C86E8F
(200,110,143)
#CE7E9B
(206,126,155)
#D48EA7
(212,142,167)
#DA9EB3
(218,158,179)
#E0AEBF
(224,174,191)
#E6BECB
(230,190,203)
#ECCED7
(236,206,215)
#F2DEE3
(242,222,227)
#F8EEEF
(248,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC4E77 color. Also use rgb(188,78,119) instead hex code.

Text Font Color

.myTextColor { color: #BC4E77; }

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

This text font color is #BC4E77.


Background Color

.myBgColor { background-color: #BC4E77; }

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

This div background color is #BC4E77.


Border color

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

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

This div border color is #BC4E77.


Opacity

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

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

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

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

This text has shadow with #BC4E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC4E77 on black background.


Color preview on white background

This text has color #BC4E77 on white background.



Black color preview on #BC4E77 background

This text has black color on #BC4E77 background.


White color preview on #BC4E77 background

This text has white color on #BC4E77 background.