COLOR #BC7E73

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

188
126
115

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

Yüzdelerle RGB renk parçaları

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

%43.82
%29.37
%26.81

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%32.98
%38.83
%26.27

Codes

Color #BC7E73 in popluar color models

BC7E73
RGB188126115
HSL35.27%59.41%
HSB/HSV38.83%73.73%
CMYK0.00%32.98%38.83%
26.27%

Color #BC7E73 in popluar number systems.

HEXBC7E73
Decimal188126115
Binary1011110011111101110011
Octal274176163

Shades and tints

Shades of #BC7E73

#BC7E73
(188,126,115)
#AB7369
(171,115,105)
#9A685F
(154,104,95)
#895D55
(137,93,85)
#78524B
(120,82,75)
#674741
(103,71,65)
#563C37
(86,60,55)
#45312D
(69,49,45)
#342623
(52,38,35)
#231B19
(35,27,25)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #BC7E73

#BC7E73
(188,126,115)
#C2897F
(194,137,127)
#C8948B
(200,148,139)
#CE9F97
(206,159,151)
#D4AAA3
(212,170,163)
#DAB5AF
(218,181,175)
#E0C0BB
(224,192,187)
#E6CBC7
(230,203,199)
#ECD6D3
(236,214,211)
#F2E1DF
(242,225,223)
#F8ECEB
(248,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC7E73; }

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

This text font color is #BC7E73.


Background Color

.myBgColor { background-color: #BC7E73; }

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

This div background color is #BC7E73.


Border color

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

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

This div border color is #BC7E73.


Opacity

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

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

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

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

This text has shadow with #BC7E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7E73 on black background.


Color preview on white background

This text has color #BC7E73 on white background.



Black color preview on #BC7E73 background

This text has black color on #BC7E73 background.


White color preview on #BC7E73 background

This text has white color on #BC7E73 background.