COLOR #BC364F

HEX: #BC364F
RGB: (188,54,79)

Renk bilgisi

#BC364F contains mainly red color. #BC364F ‘ nin web güvenlik rengi #CC3366 (ya da #C36) dir.

RGB renk modeli

#BC364F color RGB value is (188,54,79).

  • kırmız ton 188;
  • yeşil ton 54;
  • mavi ton 79.
RGB:
(188,54,79)
(74%,21%,31%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 54 of 255 = 21%
B 79 of 255 = 31%

188
54
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 54 + 79 = 321 (100%)
R 188 of 321 ~ 58.57%
G 54 of 321 ~ 16.82%
B 79 of 321 ~ 24.61%

%58.57
%16.82
%24.61

CMYK RENK MODELİ

#BC364F rengi CMYK tonu (0,71,58,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 71.28%
  • sarı tonu 57.98%
  • ana renk tonu 26.27%
CMYK:
(0,71,58,26)
C0M71Y58K26 
(0%,71%,58%,26%)
(0.00/0.71/0.58/0.26)	

CMYK yüzdeleri

%0
%71.28
%57.98
%26.27

Codes

Color #BC364F in popluar color models

BC364F
RGB1885479
HSL349°55.37%47.45%
HSB/HSV349°71.28%73.73%
CMYK0.00%71.28%57.98%
26.27%

Color #BC364F in popluar number systems.

HEXBC364F
Decimal1885479
Binary101111001101101001111
Octal27466117

Shades and tints

Shades of #BC364F

#BC364F
(188,54,79)
#AB3248
(171,50,72)
#9A2E41
(154,46,65)
#892A3A
(137,42,58)
#782633
(120,38,51)
#67222C
(103,34,44)
#561E25
(86,30,37)
#451A1E
(69,26,30)
#341617
(52,22,23)
#231210
(35,18,16)
#120E09
(18,14,9)
#000000
(0,0,0)

Tints of #BC364F

#BC364F
(188,54,79)
#C2485F
(194,72,95)
#C85A6F
(200,90,111)
#CE6C7F
(206,108,127)
#D47E8F
(212,126,143)
#DA909F
(218,144,159)
#E0A2AF
(224,162,175)
#E6B4BF
(230,180,191)
#ECC6CF
(236,198,207)
#F2D8DF
(242,216,223)
#F8EAEF
(248,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC364F color. Also use rgb(188,54,79) instead hex code.

Text Font Color

.myTextColor { color: #BC364F; }

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

This text font color is #BC364F.


Background Color

.myBgColor { background-color: #BC364F; }

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

This div background color is #BC364F.


Border color

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

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

This div border color is #BC364F.


Opacity

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

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

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

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

This text has shadow with #BC364F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC364F on black background.


Color preview on white background

This text has color #BC364F on white background.



Black color preview on #BC364F background

This text has black color on #BC364F background.


White color preview on #BC364F background

This text has white color on #BC364F background.