COLOR #BC604C

HEX: #BC604C
RGB: (188,96,76)

Renk bilgisi

#BC604C contains mainly red color. #BC604C ‘ nin web güvenlik rengi #CC6633 (ya da #C63) dir.

RGB renk modeli

#BC604C color RGB value is (188,96,76).

  • kırmız ton 188;
  • yeşil ton 96;
  • mavi ton 76.
RGB:
(188,96,76)
(74%,38%,30%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 96 of 255 = 38%
B 76 of 255 = 30%

188
96
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 96 + 76 = 360 (100%)
R 188 of 360 ~ 52.22%
G 96 of 360 ~ 26.67%
B 76 of 360 ~ 21.11%

%52.22
%26.67
%21.11

CMYK RENK MODELİ

#BC604C rengi CMYK tonu (0,49,60,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.94%
  • sarı tonu 59.57%
  • ana renk tonu 26.27%
CMYK:
(0,49,60,26)
C0M49Y60K26 
(0%,49%,60%,26%)
(0.00/0.49/0.60/0.26)	

CMYK yüzdeleri

%0
%48.94
%59.57
%26.27

Codes

Color #BC604C in popluar color models

BC604C
RGB1889676
HSL11°45.53%51.76%
HSB/HSV11°59.57%73.73%
CMYK0.00%48.94%59.57%
26.27%

Color #BC604C in popluar number systems.

HEXBC604C
Decimal1889676
Binary1011110011000001001100
Octal274140114

Shades and tints

Shades of #BC604C

#BC604C
(188,96,76)
#AB5846
(171,88,70)
#9A5040
(154,80,64)
#89483A
(137,72,58)
#784034
(120,64,52)
#67382E
(103,56,46)
#563028
(86,48,40)
#452822
(69,40,34)
#34201C
(52,32,28)
#231816
(35,24,22)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #BC604C

#BC604C
(188,96,76)
#C26E5C
(194,110,92)
#C87C6C
(200,124,108)
#CE8A7C
(206,138,124)
#D4988C
(212,152,140)
#DAA69C
(218,166,156)
#E0B4AC
(224,180,172)
#E6C2BC
(230,194,188)
#ECD0CC
(236,208,204)
#F2DEDC
(242,222,220)
#F8ECEC
(248,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC604C color. Also use rgb(188,96,76) instead hex code.

Text Font Color

.myTextColor { color: #BC604C; }

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

This text font color is #BC604C.


Background Color

.myBgColor { background-color: #BC604C; }

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

This div background color is #BC604C.


Border color

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

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

This div border color is #BC604C.


Opacity

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

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

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

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

This text has shadow with #BC604C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC604C on black background.


Color preview on white background

This text has color #BC604C on white background.



Black color preview on #BC604C background

This text has black color on #BC604C background.


White color preview on #BC604C background

This text has white color on #BC604C background.