COLOR #BC676F

HEX: #BC676F
RGB: (188,103,111)

Renk bilgisi

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

RGB renk modeli

#BC676F color RGB value is (188,103,111).

  • kırmız ton 188;
  • yeşil ton 103;
  • mavi ton 111.
RGB:
(188,103,111)
(74%,40%,44%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 103 of 255 = 40%
B 111 of 255 = 44%

188
103
111

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 103 + 111 = 402 (100%)
R 188 of 402 ~ 46.77%
G 103 of 402 ~ 25.62%
B 111 of 402 ~ 27.61%

%46.77
%25.62
%27.61

CMYK RENK MODELİ

#BC676F rengi CMYK tonu (0,45,41,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.21%
  • sarı tonu 40.96%
  • ana renk tonu 26.27%
CMYK:
(0,45,41,26)
C0M45Y41K26 
(0%,45%,41%,26%)
(0.00/0.45/0.41/0.26)	

CMYK yüzdeleri

%0
%45.21
%40.96
%26.27

Codes

Color #BC676F in popluar color models

BC676F
RGB188103111
HSL354°38.81%57.06%
HSB/HSV354°45.21%73.73%
CMYK0.00%45.21%40.96%
26.27%

Color #BC676F in popluar number systems.

HEXBC676F
Decimal188103111
Binary1011110011001111101111
Octal274147157

Shades and tints

Shades of #BC676F

#BC676F
(188,103,111)
#AB5E65
(171,94,101)
#9A555B
(154,85,91)
#894C51
(137,76,81)
#784347
(120,67,71)
#673A3D
(103,58,61)
#563133
(86,49,51)
#452829
(69,40,41)
#341F1F
(52,31,31)
#231615
(35,22,21)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #BC676F

#BC676F
(188,103,111)
#C2747C
(194,116,124)
#C88189
(200,129,137)
#CE8E96
(206,142,150)
#D49BA3
(212,155,163)
#DAA8B0
(218,168,176)
#E0B5BD
(224,181,189)
#E6C2CA
(230,194,202)
#ECCFD7
(236,207,215)
#F2DCE4
(242,220,228)
#F8E9F1
(248,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC676F color. Also use rgb(188,103,111) instead hex code.

Text Font Color

.myTextColor { color: #BC676F; }

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

This text font color is #BC676F.


Background Color

.myBgColor { background-color: #BC676F; }

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

This div background color is #BC676F.


Border color

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

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

This div border color is #BC676F.


Opacity

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

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

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

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

This text has shadow with #BC676F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC676F on black background.


Color preview on white background

This text has color #BC676F on white background.



Black color preview on #BC676F background

This text has black color on #BC676F background.


White color preview on #BC676F background

This text has white color on #BC676F background.