COLOR #BC737E

HEX: #BC737E
RGB: (188,115,126)

Renk bilgisi

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

RGB renk modeli

#BC737E color RGB value is (188,115,126).

  • kırmız ton 188;
  • yeşil ton 115;
  • mavi ton 126.
RGB:
(188,115,126)
(74%,45%,49%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 115 of 255 = 45%
B 126 of 255 = 49%

188
115
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 115 + 126 = 429 (100%)
R 188 of 429 ~ 43.82%
G 115 of 429 ~ 26.81%
B 126 of 429 ~ 29.37%

%43.82
%26.81
%29.37

CMYK RENK MODELİ

#BC737E rengi CMYK tonu (0,39,33,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.83%
  • sarı tonu 32.98%
  • ana renk tonu 26.27%
CMYK:
(0,39,33,26)
C0M39Y33K26 
(0%,39%,33%,26%)
(0.00/0.39/0.33/0.26)	

CMYK yüzdeleri

%0
%38.83
%32.98
%26.27

Codes

Color #BC737E in popluar color models

BC737E
RGB188115126
HSL351°35.27%59.41%
HSB/HSV351°38.83%73.73%
CMYK0.00%38.83%32.98%
26.27%

Color #BC737E in popluar number systems.

HEXBC737E
Decimal188115126
Binary1011110011100111111110
Octal274163176

Shades and tints

Shades of #BC737E

#BC737E
(188,115,126)
#AB6973
(171,105,115)
#9A5F68
(154,95,104)
#89555D
(137,85,93)
#784B52
(120,75,82)
#674147
(103,65,71)
#56373C
(86,55,60)
#452D31
(69,45,49)
#342326
(52,35,38)
#23191B
(35,25,27)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #BC737E

#BC737E
(188,115,126)
#C27F89
(194,127,137)
#C88B94
(200,139,148)
#CE979F
(206,151,159)
#D4A3AA
(212,163,170)
#DAAFB5
(218,175,181)
#E0BBC0
(224,187,192)
#E6C7CB
(230,199,203)
#ECD3D6
(236,211,214)
#F2DFE1
(242,223,225)
#F8EBEC
(248,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC737E color. Also use rgb(188,115,126) instead hex code.

Text Font Color

.myTextColor { color: #BC737E; }

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

This text font color is #BC737E.


Background Color

.myBgColor { background-color: #BC737E; }

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

This div background color is #BC737E.


Border color

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

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

This div border color is #BC737E.


Opacity

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

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

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

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

This text has shadow with #BC737E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC737E on black background.


Color preview on white background

This text has color #BC737E on white background.



Black color preview on #BC737E background

This text has black color on #BC737E background.


White color preview on #BC737E background

This text has white color on #BC737E background.