COLOR #BC5D80

HEX: #BC5D80
RGB: (188,93,128)

Renk bilgisi

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

RGB renk modeli

#BC5D80 color RGB value is (188,93,128).

  • kırmız ton 188;
  • yeşil ton 93;
  • mavi ton 128.
RGB:
(188,93,128)
(74%,36%,50%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 93 of 255 = 36%
B 128 of 255 = 50%

188
93
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 93 + 128 = 409 (100%)
R 188 of 409 ~ 45.97%
G 93 of 409 ~ 22.74%
B 128 of 409 ~ 31.3%

%45.97
%22.74
%31.3

CMYK RENK MODELİ

#BC5D80 rengi CMYK tonu (0,51,32,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.53%
  • sarı tonu 31.91%
  • ana renk tonu 26.27%
CMYK:
(0,51,32,26)
C0M51Y32K26 
(0%,51%,32%,26%)
(0.00/0.51/0.32/0.26)	

CMYK yüzdeleri

%0
%50.53
%31.91
%26.27

Codes

Color #BC5D80 in popluar color models

BC5D80
RGB18893128
HSL338°41.48%55.10%
HSB/HSV338°50.53%73.73%
CMYK0.00%50.53%31.91%
26.27%

Color #BC5D80 in popluar number systems.

HEXBC5D80
Decimal18893128
Binary10111100101110110000000
Octal274135200

Shades and tints

Shades of #BC5D80

#BC5D80
(188,93,128)
#AB5575
(171,85,117)
#9A4D6A
(154,77,106)
#89455F
(137,69,95)
#783D54
(120,61,84)
#673549
(103,53,73)
#562D3E
(86,45,62)
#452533
(69,37,51)
#341D28
(52,29,40)
#23151D
(35,21,29)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #BC5D80

#BC5D80
(188,93,128)
#C26B8B
(194,107,139)
#C87996
(200,121,150)
#CE87A1
(206,135,161)
#D495AC
(212,149,172)
#DAA3B7
(218,163,183)
#E0B1C2
(224,177,194)
#E6BFCD
(230,191,205)
#ECCDD8
(236,205,216)
#F2DBE3
(242,219,227)
#F8E9EE
(248,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC5D80 color. Also use rgb(188,93,128) instead hex code.

Text Font Color

.myTextColor { color: #BC5D80; }

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

This text font color is #BC5D80.


Background Color

.myBgColor { background-color: #BC5D80; }

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

This div background color is #BC5D80.


Border color

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

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

This div border color is #BC5D80.


Opacity

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

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

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

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

This text has shadow with #BC5D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC5D80 on black background.


Color preview on white background

This text has color #BC5D80 on white background.



Black color preview on #BC5D80 background

This text has black color on #BC5D80 background.


White color preview on #BC5D80 background

This text has white color on #BC5D80 background.