COLOR #BC687B

HEX: #BC687B
RGB: (188,104,123)

Renk bilgisi

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

RGB renk modeli

#BC687B color RGB value is (188,104,123).

  • kırmız ton 188;
  • yeşil ton 104;
  • mavi ton 123.
RGB:
(188,104,123)
(74%,41%,48%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 104 of 255 = 41%
B 123 of 255 = 48%

188
104
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 104 + 123 = 415 (100%)
R 188 of 415 ~ 45.3%
G 104 of 415 ~ 25.06%
B 123 of 415 ~ 29.64%

%45.3
%25.06
%29.64

CMYK RENK MODELİ

#BC687B rengi CMYK tonu (0,45,35,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.68%
  • sarı tonu 34.57%
  • ana renk tonu 26.27%
CMYK:
(0,45,35,26)
C0M45Y35K26 
(0%,45%,35%,26%)
(0.00/0.45/0.35/0.26)	

CMYK yüzdeleri

%0
%44.68
%34.57
%26.27

Codes

Color #BC687B in popluar color models

BC687B
RGB188104123
HSL346°38.53%57.25%
HSB/HSV346°44.68%73.73%
CMYK0.00%44.68%34.57%
26.27%

Color #BC687B in popluar number systems.

HEXBC687B
Decimal188104123
Binary1011110011010001111011
Octal274150173

Shades and tints

Shades of #BC687B

#BC687B
(188,104,123)
#AB5F70
(171,95,112)
#9A5665
(154,86,101)
#894D5A
(137,77,90)
#78444F
(120,68,79)
#673B44
(103,59,68)
#563239
(86,50,57)
#45292E
(69,41,46)
#342023
(52,32,35)
#231718
(35,23,24)
#120E0D
(18,14,13)
#000000
(0,0,0)

Tints of #BC687B

#BC687B
(188,104,123)
#C27587
(194,117,135)
#C88293
(200,130,147)
#CE8F9F
(206,143,159)
#D49CAB
(212,156,171)
#DAA9B7
(218,169,183)
#E0B6C3
(224,182,195)
#E6C3CF
(230,195,207)
#ECD0DB
(236,208,219)
#F2DDE7
(242,221,231)
#F8EAF3
(248,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC687B color. Also use rgb(188,104,123) instead hex code.

Text Font Color

.myTextColor { color: #BC687B; }

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

This text font color is #BC687B.


Background Color

.myBgColor { background-color: #BC687B; }

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

This div background color is #BC687B.


Border color

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

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

This div border color is #BC687B.


Opacity

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

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

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

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

This text has shadow with #BC687B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC687B on black background.


Color preview on white background

This text has color #BC687B on white background.



Black color preview on #BC687B background

This text has black color on #BC687B background.


White color preview on #BC687B background

This text has white color on #BC687B background.