COLOR #BC6059

HEX: #BC6059
RGB: (188,96,89)

Renk bilgisi

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

RGB renk modeli

#BC6059 color RGB value is (188,96,89).

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

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 96 of 255 = 38%
B 89 of 255 = 35%

188
96
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 96 + 89 = 373 (100%)
R 188 of 373 ~ 50.4%
G 96 of 373 ~ 25.74%
B 89 of 373 ~ 23.86%

%50.4
%25.74
%23.86

CMYK RENK MODELİ

#BC6059 rengi CMYK tonu (0,49,53,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.94%
  • sarı tonu 52.66%
  • ana renk tonu 26.27%
CMYK:
(0,49,53,26)
C0M49Y53K26 
(0%,49%,53%,26%)
(0.00/0.49/0.53/0.26)	

CMYK yüzdeleri

%0
%48.94
%52.66
%26.27

Codes

Color #BC6059 in popluar color models

BC6059
RGB1889689
HSL42.49%54.31%
HSB/HSV52.66%73.73%
CMYK0.00%48.94%52.66%
26.27%

Color #BC6059 in popluar number systems.

HEXBC6059
Decimal1889689
Binary1011110011000001011001
Octal274140131

Shades and tints

Shades of #BC6059

#BC6059
(188,96,89)
#AB5851
(171,88,81)
#9A5049
(154,80,73)
#894841
(137,72,65)
#784039
(120,64,57)
#673831
(103,56,49)
#563029
(86,48,41)
#452821
(69,40,33)
#342019
(52,32,25)
#231811
(35,24,17)
#121009
(18,16,9)
#000000
(0,0,0)

Tints of #BC6059

#BC6059
(188,96,89)
#C26E68
(194,110,104)
#C87C77
(200,124,119)
#CE8A86
(206,138,134)
#D49895
(212,152,149)
#DAA6A4
(218,166,164)
#E0B4B3
(224,180,179)
#E6C2C2
(230,194,194)
#ECD0D1
(236,208,209)
#F2DEE0
(242,222,224)
#F8ECEF
(248,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC6059; }

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

This text font color is #BC6059.


Background Color

.myBgColor { background-color: #BC6059; }

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

This div background color is #BC6059.


Border color

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

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

This div border color is #BC6059.


Opacity

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

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

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

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

This text has shadow with #BC6059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC6059 on black background.


Color preview on white background

This text has color #BC6059 on white background.



Black color preview on #BC6059 background

This text has black color on #BC6059 background.


White color preview on #BC6059 background

This text has white color on #BC6059 background.