COLOR #BC6627

HEX: #BC6627
RGB: (188,102,39)

Renk bilgisi

#BC6627 contains mainly red color. #BC6627 ‘ nin web güvenlik rengi #CC6633 (ya da #C63) dir.

RGB renk modeli

#BC6627 color RGB value is (188,102,39).

  • kırmız ton 188;
  • yeşil ton 102;
  • mavi ton 39.
RGB:
(188,102,39)
(74%,40%,15%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 102 of 255 = 40%
B 39 of 255 = 15%

188
102
39

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 102 + 39 = 329 (100%)
R 188 of 329 ~ 57.14%
G 102 of 329 ~ 31%
B 39 of 329 ~ 11.85%

%57.14
%31
%11.85

CMYK RENK MODELİ

#BC6627 rengi CMYK tonu (0,46,79,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.74%
  • sarı tonu 79.26%
  • ana renk tonu 26.27%
CMYK:
(0,46,79,26)
C0M46Y79K26 
(0%,46%,79%,26%)
(0.00/0.46/0.79/0.26)	

CMYK yüzdeleri

%0
%45.74
%79.26
%26.27

Codes

Color #BC6627 in popluar color models

BC6627
RGB18810239
HSL25°65.64%44.51%
HSB/HSV25°79.26%73.73%
CMYK0.00%45.74%79.26%
26.27%

Color #BC6627 in popluar number systems.

HEXBC6627
Decimal18810239
Binary101111001100110100111
Octal27414647

Shades and tints

Shades of #BC6627

#BC6627
(188,102,39)
#AB5D24
(171,93,36)
#9A5421
(154,84,33)
#894B1E
(137,75,30)
#78421B
(120,66,27)
#673918
(103,57,24)
#563015
(86,48,21)
#452712
(69,39,18)
#341E0F
(52,30,15)
#23150C
(35,21,12)
#120C09
(18,12,9)
#000000
(0,0,0)

Tints of #BC6627

#BC6627
(188,102,39)
#C2733A
(194,115,58)
#C8804D
(200,128,77)
#CE8D60
(206,141,96)
#D49A73
(212,154,115)
#DAA786
(218,167,134)
#E0B499
(224,180,153)
#E6C1AC
(230,193,172)
#ECCEBF
(236,206,191)
#F2DBD2
(242,219,210)
#F8E8E5
(248,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC6627 color. Also use rgb(188,102,39) instead hex code.

Text Font Color

.myTextColor { color: #BC6627; }

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

This text font color is #BC6627.


Background Color

.myBgColor { background-color: #BC6627; }

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

This div background color is #BC6627.


Border color

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

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

This div border color is #BC6627.


Opacity

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

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

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

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

This text has shadow with #BC6627 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC6627 on black background.


Color preview on white background

This text has color #BC6627 on white background.



Black color preview on #BC6627 background

This text has black color on #BC6627 background.


White color preview on #BC6627 background

This text has white color on #BC6627 background.