COLOR #BC6A7C

HEX: #BC6A7C
RGB: (188,106,124)

Renk bilgisi

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

RGB renk modeli

#BC6A7C color RGB value is (188,106,124).

  • kırmız ton 188;
  • yeşil ton 106;
  • mavi ton 124.
RGB:
(188,106,124)
(74%,42%,49%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 106 of 255 = 42%
B 124 of 255 = 49%

188
106
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 106 + 124 = 418 (100%)
R 188 of 418 ~ 44.98%
G 106 of 418 ~ 25.36%
B 124 of 418 ~ 29.67%

%44.98
%25.36
%29.67

CMYK RENK MODELİ

#BC6A7C rengi CMYK tonu (0,44,34,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.62%
  • sarı tonu 34.04%
  • ana renk tonu 26.27%
CMYK:
(0,44,34,26)
C0M44Y34K26 
(0%,44%,34%,26%)
(0.00/0.44/0.34/0.26)	

CMYK yüzdeleri

%0
%43.62
%34.04
%26.27

Codes

Color #BC6A7C in popluar color models

BC6A7C
RGB188106124
HSL347°37.96%57.65%
HSB/HSV347°43.62%73.73%
CMYK0.00%43.62%34.04%
26.27%

Color #BC6A7C in popluar number systems.

HEXBC6A7C
Decimal188106124
Binary1011110011010101111100
Octal274152174

Shades and tints

Shades of #BC6A7C

#BC6A7C
(188,106,124)
#AB6171
(171,97,113)
#9A5866
(154,88,102)
#894F5B
(137,79,91)
#784650
(120,70,80)
#673D45
(103,61,69)
#56343A
(86,52,58)
#452B2F
(69,43,47)
#342224
(52,34,36)
#231919
(35,25,25)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #BC6A7C

#BC6A7C
(188,106,124)
#C27787
(194,119,135)
#C88492
(200,132,146)
#CE919D
(206,145,157)
#D49EA8
(212,158,168)
#DAABB3
(218,171,179)
#E0B8BE
(224,184,190)
#E6C5C9
(230,197,201)
#ECD2D4
(236,210,212)
#F2DFDF
(242,223,223)
#F8ECEA
(248,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC6A7C color. Also use rgb(188,106,124) instead hex code.

Text Font Color

.myTextColor { color: #BC6A7C; }

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

This text font color is #BC6A7C.


Background Color

.myBgColor { background-color: #BC6A7C; }

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

This div background color is #BC6A7C.


Border color

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

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

This div border color is #BC6A7C.


Opacity

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

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

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

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

This text has shadow with #BC6A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC6A7C on black background.


Color preview on white background

This text has color #BC6A7C on white background.



Black color preview on #BC6A7C background

This text has black color on #BC6A7C background.


White color preview on #BC6A7C background

This text has white color on #BC6A7C background.