COLOR #BC6592

HEX: #BC6592
RGB: (188,101,146)

Renk bilgisi

#BC6592 contains mainly red and blue colors. #BC6592 ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#BC6592 color RGB value is (188,101,146).

  • kırmız ton 188;
  • yeşil ton 101;
  • mavi ton 146.
RGB:
(188,101,146)
(74%,40%,57%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 101 of 255 = 40%
B 146 of 255 = 57%

188
101
146

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 101 + 146 = 435 (100%)
R 188 of 435 ~ 43.22%
G 101 of 435 ~ 23.22%
B 146 of 435 ~ 33.56%

%43.22
%23.22
%33.56

CMYK RENK MODELİ

#BC6592 rengi CMYK tonu (0,46,22,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.28%
  • sarı tonu 22.34%
  • ana renk tonu 26.27%
CMYK:
(0,46,22,26)
C0M46Y22K26 
(0%,46%,22%,26%)
(0.00/0.46/0.22/0.26)	

CMYK yüzdeleri

%0
%46.28
%22.34
%26.27

Codes

Color #BC6592 in popluar color models

BC6592
RGB188101146
HSL329°39.37%56.67%
HSB/HSV329°46.28%73.73%
CMYK0.00%46.28%22.34%
26.27%

Color #BC6592 in popluar number systems.

HEXBC6592
Decimal188101146
Binary10111100110010110010010
Octal274145222

Shades and tints

Shades of #BC6592

#BC6592
(188,101,146)
#AB5C85
(171,92,133)
#9A5378
(154,83,120)
#894A6B
(137,74,107)
#78415E
(120,65,94)
#673851
(103,56,81)
#562F44
(86,47,68)
#452637
(69,38,55)
#341D2A
(52,29,42)
#23141D
(35,20,29)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #BC6592

#BC6592
(188,101,146)
#C2739B
(194,115,155)
#C881A4
(200,129,164)
#CE8FAD
(206,143,173)
#D49DB6
(212,157,182)
#DAABBF
(218,171,191)
#E0B9C8
(224,185,200)
#E6C7D1
(230,199,209)
#ECD5DA
(236,213,218)
#F2E3E3
(242,227,227)
#F8F1EC
(248,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC6592 color. Also use rgb(188,101,146) instead hex code.

Text Font Color

.myTextColor { color: #BC6592; }

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

This text font color is #BC6592.


Background Color

.myBgColor { background-color: #BC6592; }

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

This div background color is #BC6592.


Border color

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

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

This div border color is #BC6592.


Opacity

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

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

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

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

This text has shadow with #BC6592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC6592 on black background.


Color preview on white background

This text has color #BC6592 on white background.



Black color preview on #BC6592 background

This text has black color on #BC6592 background.


White color preview on #BC6592 background

This text has white color on #BC6592 background.