COLOR #BC520F

HEX: #BC520F
RGB: (188,82,15)

Renk bilgisi

#BC520F contains mainly red color. #BC520F ‘ nin web güvenlik rengi #CC6600 (ya da #C60) dir.

RGB renk modeli

#BC520F color RGB value is (188,82,15).

  • kırmız ton 188;
  • yeşil ton 82;
  • mavi ton 15.
RGB:
(188,82,15)
(74%,32%,6%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 82 of 255 = 32%
B 15 of 255 = 6%

188
82
15

R + G + B ~ 37%. #BC520F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 82 + 15 = 285 (100%)
R 188 of 285 ~ 65.96%
G 82 of 285 ~ 28.77%
B 15 of 285 ~ 5.26%

%65.96
%28.77

CMYK RENK MODELİ

#BC520F rengi CMYK tonu (0,56,92,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 56.38%
  • sarı tonu 92.02%
  • ana renk tonu 26.27%
CMYK:
(0,56,92,26)
C0M56Y92K26 
(0%,56%,92%,26%)
(0.00/0.56/0.92/0.26)	

CMYK yüzdeleri

%0
%56.38
%92.02
%26.27

Codes

Color #BC520F in popluar color models

BC520F
RGB1888215
HSL23°85.22%39.80%
HSB/HSV23°92.02%73.73%
CMYK0.00%56.38%92.02%
26.27%

Color #BC520F in popluar number systems.

HEXBC520F
Decimal1888215
Binary1011110010100101111
Octal27412217

Shades and tints

Shades of #BC520F

#BC520F
(188,82,15)
#AB4B0E
(171,75,14)
#9A440D
(154,68,13)
#893D0C
(137,61,12)
#78360B
(120,54,11)
#672F0A
(103,47,10)
#562809
(86,40,9)
#452108
(69,33,8)
#341A07
(52,26,7)
#231306
(35,19,6)
#120C05
(18,12,5)
#000000
(0,0,0)

Tints of #BC520F

#BC520F
(188,82,15)
#C26124
(194,97,36)
#C87039
(200,112,57)
#CE7F4E
(206,127,78)
#D48E63
(212,142,99)
#DA9D78
(218,157,120)
#E0AC8D
(224,172,141)
#E6BBA2
(230,187,162)
#ECCAB7
(236,202,183)
#F2D9CC
(242,217,204)
#F8E8E1
(248,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC520F color. Also use rgb(188,82,15) instead hex code.

Text Font Color

.myTextColor { color: #BC520F; }

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

This text font color is #BC520F.


Background Color

.myBgColor { background-color: #BC520F; }

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

This div background color is #BC520F.


Border color

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

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

This div border color is #BC520F.


Opacity

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

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

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

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

This text has shadow with #BC520F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC520F on black background.


Color preview on white background

This text has color #BC520F on white background.



Black color preview on #BC520F background

This text has black color on #BC520F background.


White color preview on #BC520F background

This text has white color on #BC520F background.