COLOR #BC7D70

HEX: #BC7D70
RGB: (188,125,112)

Renk bilgisi

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

RGB renk modeli

#BC7D70 color RGB value is (188,125,112).

  • kırmız ton 188;
  • yeşil ton 125;
  • mavi ton 112.
RGB:
(188,125,112)
(74%,49%,44%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 125 of 255 = 49%
B 112 of 255 = 44%

188
125
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 125 + 112 = 425 (100%)
R 188 of 425 ~ 44.24%
G 125 of 425 ~ 29.41%
B 112 of 425 ~ 26.35%

%44.24
%29.41
%26.35

CMYK RENK MODELİ

#BC7D70 rengi CMYK tonu (0,34,40,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.51%
  • sarı tonu 40.43%
  • ana renk tonu 26.27%
CMYK:
(0,34,40,26)
C0M34Y40K26 
(0%,34%,40%,26%)
(0.00/0.34/0.40/0.26)	

CMYK yüzdeleri

%0
%33.51
%40.43
%26.27

Codes

Color #BC7D70 in popluar color models

BC7D70
RGB188125112
HSL10°36.19%58.82%
HSB/HSV10°40.43%73.73%
CMYK0.00%33.51%40.43%
26.27%

Color #BC7D70 in popluar number systems.

HEXBC7D70
Decimal188125112
Binary1011110011111011110000
Octal274175160

Shades and tints

Shades of #BC7D70

#BC7D70
(188,125,112)
#AB7266
(171,114,102)
#9A675C
(154,103,92)
#895C52
(137,92,82)
#785148
(120,81,72)
#67463E
(103,70,62)
#563B34
(86,59,52)
#45302A
(69,48,42)
#342520
(52,37,32)
#231A16
(35,26,22)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #BC7D70

#BC7D70
(188,125,112)
#C2887D
(194,136,125)
#C8938A
(200,147,138)
#CE9E97
(206,158,151)
#D4A9A4
(212,169,164)
#DAB4B1
(218,180,177)
#E0BFBE
(224,191,190)
#E6CACB
(230,202,203)
#ECD5D8
(236,213,216)
#F2E0E5
(242,224,229)
#F8EBF2
(248,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC7D70 color. Also use rgb(188,125,112) instead hex code.

Text Font Color

.myTextColor { color: #BC7D70; }

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

This text font color is #BC7D70.


Background Color

.myBgColor { background-color: #BC7D70; }

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

This div background color is #BC7D70.


Border color

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

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

This div border color is #BC7D70.


Opacity

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

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

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

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

This text has shadow with #BC7D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7D70 on black background.


Color preview on white background

This text has color #BC7D70 on white background.



Black color preview on #BC7D70 background

This text has black color on #BC7D70 background.


White color preview on #BC7D70 background

This text has white color on #BC7D70 background.