COLOR #BC5A7D

HEX: #BC5A7D
RGB: (188,90,125)

Renk bilgisi

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

RGB renk modeli

#BC5A7D color RGB value is (188,90,125).

  • kırmız ton 188;
  • yeşil ton 90;
  • mavi ton 125.
RGB:
(188,90,125)
(74%,35%,49%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 90 of 255 = 35%
B 125 of 255 = 49%

188
90
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 90 + 125 = 403 (100%)
R 188 of 403 ~ 46.65%
G 90 of 403 ~ 22.33%
B 125 of 403 ~ 31.02%

%46.65
%22.33
%31.02

CMYK RENK MODELİ

#BC5A7D rengi CMYK tonu (0,52,34,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.13%
  • sarı tonu 33.51%
  • ana renk tonu 26.27%
CMYK:
(0,52,34,26)
C0M52Y34K26 
(0%,52%,34%,26%)
(0.00/0.52/0.34/0.26)	

CMYK yüzdeleri

%0
%52.13
%33.51
%26.27

Codes

Color #BC5A7D in popluar color models

BC5A7D
RGB18890125
HSL339°42.24%54.51%
HSB/HSV339°52.13%73.73%
CMYK0.00%52.13%33.51%
26.27%

Color #BC5A7D in popluar number systems.

HEXBC5A7D
Decimal18890125
Binary1011110010110101111101
Octal274132175

Shades and tints

Shades of #BC5A7D

#BC5A7D
(188,90,125)
#AB5272
(171,82,114)
#9A4A67
(154,74,103)
#89425C
(137,66,92)
#783A51
(120,58,81)
#673246
(103,50,70)
#562A3B
(86,42,59)
#452230
(69,34,48)
#341A25
(52,26,37)
#23121A
(35,18,26)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #BC5A7D

#BC5A7D
(188,90,125)
#C26988
(194,105,136)
#C87893
(200,120,147)
#CE879E
(206,135,158)
#D496A9
(212,150,169)
#DAA5B4
(218,165,180)
#E0B4BF
(224,180,191)
#E6C3CA
(230,195,202)
#ECD2D5
(236,210,213)
#F2E1E0
(242,225,224)
#F8F0EB
(248,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC5A7D color. Also use rgb(188,90,125) instead hex code.

Text Font Color

.myTextColor { color: #BC5A7D; }

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

This text font color is #BC5A7D.


Background Color

.myBgColor { background-color: #BC5A7D; }

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

This div background color is #BC5A7D.


Border color

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

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

This div border color is #BC5A7D.


Opacity

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

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

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

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

This text has shadow with #BC5A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC5A7D on black background.


Color preview on white background

This text has color #BC5A7D on white background.



Black color preview on #BC5A7D background

This text has black color on #BC5A7D background.


White color preview on #BC5A7D background

This text has white color on #BC5A7D background.