COLOR #BC5C64

HEX: #BC5C64
RGB: (188,92,100)

Renk bilgisi

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

RGB renk modeli

#BC5C64 color RGB value is (188,92,100).

  • kırmız ton 188;
  • yeşil ton 92;
  • mavi ton 100.
RGB:
(188,92,100)
(74%,36%,39%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 92 of 255 = 36%
B 100 of 255 = 39%

188
92
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 92 + 100 = 380 (100%)
R 188 of 380 ~ 49.47%
G 92 of 380 ~ 24.21%
B 100 of 380 ~ 26.32%

%49.47
%24.21
%26.32

CMYK RENK MODELİ

#BC5C64 rengi CMYK tonu (0,51,47,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.06%
  • sarı tonu 46.81%
  • ana renk tonu 26.27%
CMYK:
(0,51,47,26)
C0M51Y47K26 
(0%,51%,47%,26%)
(0.00/0.51/0.47/0.26)	

CMYK yüzdeleri

%0
%51.06
%46.81
%26.27

Codes

Color #BC5C64 in popluar color models

BC5C64
RGB18892100
HSL355°41.74%54.90%
HSB/HSV355°51.06%73.73%
CMYK0.00%51.06%46.81%
26.27%

Color #BC5C64 in popluar number systems.

HEXBC5C64
Decimal18892100
Binary1011110010111001100100
Octal274134144

Shades and tints

Shades of #BC5C64

#BC5C64
(188,92,100)
#AB545B
(171,84,91)
#9A4C52
(154,76,82)
#894449
(137,68,73)
#783C40
(120,60,64)
#673437
(103,52,55)
#562C2E
(86,44,46)
#452425
(69,36,37)
#341C1C
(52,28,28)
#231413
(35,20,19)
#120C0A
(18,12,10)
#000000
(0,0,0)

Tints of #BC5C64

#BC5C64
(188,92,100)
#C26A72
(194,106,114)
#C87880
(200,120,128)
#CE868E
(206,134,142)
#D4949C
(212,148,156)
#DAA2AA
(218,162,170)
#E0B0B8
(224,176,184)
#E6BEC6
(230,190,198)
#ECCCD4
(236,204,212)
#F2DAE2
(242,218,226)
#F8E8F0
(248,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC5C64 color. Also use rgb(188,92,100) instead hex code.

Text Font Color

.myTextColor { color: #BC5C64; }

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

This text font color is #BC5C64.


Background Color

.myBgColor { background-color: #BC5C64; }

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

This div background color is #BC5C64.


Border color

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

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

This div border color is #BC5C64.


Opacity

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

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

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

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

This text has shadow with #BC5C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC5C64 on black background.


Color preview on white background

This text has color #BC5C64 on white background.



Black color preview on #BC5C64 background

This text has black color on #BC5C64 background.


White color preview on #BC5C64 background

This text has white color on #BC5C64 background.