COLOR #BC784A

HEX: #BC784A
RGB: (188,120,74)

Renk bilgisi

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

RGB renk modeli

#BC784A color RGB value is (188,120,74).

  • kırmız ton 188;
  • yeşil ton 120;
  • mavi ton 74.
RGB:
(188,120,74)
(74%,47%,29%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 120 of 255 = 47%
B 74 of 255 = 29%

188
120
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 120 + 74 = 382 (100%)
R 188 of 382 ~ 49.21%
G 120 of 382 ~ 31.41%
B 74 of 382 ~ 19.37%

%49.21
%31.41
%19.37

CMYK RENK MODELİ

#BC784A rengi CMYK tonu (0,36,61,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.17%
  • sarı tonu 60.64%
  • ana renk tonu 26.27%
CMYK:
(0,36,61,26)
C0M36Y61K26 
(0%,36%,61%,26%)
(0.00/0.36/0.61/0.26)	

CMYK yüzdeleri

%0
%36.17
%60.64
%26.27

Codes

Color #BC784A in popluar color models

BC784A
RGB18812074
HSL24°45.97%51.37%
HSB/HSV24°60.64%73.73%
CMYK0.00%36.17%60.64%
26.27%

Color #BC784A in popluar number systems.

HEXBC784A
Decimal18812074
Binary1011110011110001001010
Octal274170112

Shades and tints

Shades of #BC784A

#BC784A
(188,120,74)
#AB6E44
(171,110,68)
#9A643E
(154,100,62)
#895A38
(137,90,56)
#785032
(120,80,50)
#67462C
(103,70,44)
#563C26
(86,60,38)
#453220
(69,50,32)
#34281A
(52,40,26)
#231E14
(35,30,20)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #BC784A

#BC784A
(188,120,74)
#C2845A
(194,132,90)
#C8906A
(200,144,106)
#CE9C7A
(206,156,122)
#D4A88A
(212,168,138)
#DAB49A
(218,180,154)
#E0C0AA
(224,192,170)
#E6CCBA
(230,204,186)
#ECD8CA
(236,216,202)
#F2E4DA
(242,228,218)
#F8F0EA
(248,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC784A color. Also use rgb(188,120,74) instead hex code.

Text Font Color

.myTextColor { color: #BC784A; }

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

This text font color is #BC784A.


Background Color

.myBgColor { background-color: #BC784A; }

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

This div background color is #BC784A.


Border color

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

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

This div border color is #BC784A.


Opacity

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

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

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

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

This text has shadow with #BC784A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC784A on black background.


Color preview on white background

This text has color #BC784A on white background.



Black color preview on #BC784A background

This text has black color on #BC784A background.


White color preview on #BC784A background

This text has white color on #BC784A background.