COLOR #BC615C

HEX: #BC615C
RGB: (188,97,92)

Renk bilgisi

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

RGB renk modeli

#BC615C color RGB value is (188,97,92).

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

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 97 of 255 = 38%
B 92 of 255 = 36%

188
97
92

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 97 + 92 = 377 (100%)
R 188 of 377 ~ 49.87%
G 97 of 377 ~ 25.73%
B 92 of 377 ~ 24.4%

%49.87
%25.73
%24.4

CMYK RENK MODELİ

#BC615C rengi CMYK tonu (0,48,51,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.40%
  • sarı tonu 51.06%
  • ana renk tonu 26.27%
CMYK:
(0,48,51,26)
C0M48Y51K26 
(0%,48%,51%,26%)
(0.00/0.48/0.51/0.26)	

CMYK yüzdeleri

%0
%48.4
%51.06
%26.27

Codes

Color #BC615C in popluar color models

BC615C
RGB1889792
HSL41.74%54.90%
HSB/HSV51.06%73.73%
CMYK0.00%48.40%51.06%
26.27%

Color #BC615C in popluar number systems.

HEXBC615C
Decimal1889792
Binary1011110011000011011100
Octal274141134

Shades and tints

Shades of #BC615C

#BC615C
(188,97,92)
#AB5954
(171,89,84)
#9A514C
(154,81,76)
#894944
(137,73,68)
#78413C
(120,65,60)
#673934
(103,57,52)
#56312C
(86,49,44)
#452924
(69,41,36)
#34211C
(52,33,28)
#231914
(35,25,20)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #BC615C

#BC615C
(188,97,92)
#C26F6A
(194,111,106)
#C87D78
(200,125,120)
#CE8B86
(206,139,134)
#D49994
(212,153,148)
#DAA7A2
(218,167,162)
#E0B5B0
(224,181,176)
#E6C3BE
(230,195,190)
#ECD1CC
(236,209,204)
#F2DFDA
(242,223,218)
#F8EDE8
(248,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC615C; }

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

This text font color is #BC615C.


Background Color

.myBgColor { background-color: #BC615C; }

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

This div background color is #BC615C.


Border color

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

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

This div border color is #BC615C.


Opacity

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

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

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

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

This text has shadow with #BC615C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC615C on black background.


Color preview on white background

This text has color #BC615C on white background.



Black color preview on #BC615C background

This text has black color on #BC615C background.


White color preview on #BC615C background

This text has white color on #BC615C background.