COLOR #BC824A

HEX: #BC824A
RGB: (188,130,74)

Color info

#BC824A contains mainly red and green colors. Web safe color of #BC824A is #CC9933 (or #C93).

RGB color model

#BC824A color RGB value is (188,130,74).

  • red value is 188;
  • green value is 130;
  • blue value is 74.
RGB:
(188,130,74)
(74%,51%,29%)

RGB channels and saturation

R 188 of 255 = 74%
G 130 of 255 = 51%
B 74 of 255 = 29%

188
130
74

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

Portions of RGB colors in percentages

R + G + B =
188 + 130 + 74 = 392 (100%)
R 188 of 392 ~ 47.96%
G 130 of 392 ~ 33.16%
B 74 of 392 ~ 18.88%

%47.96
%33.16
%18.88

CMYK color model

#BC824A color CMYK value is (0,31,61,26).

  • cyan value is 0.00%
  • magenta value is 30.85%
  • yellow value is 60.64%
  • key color value is 26.27%
CMYK:
(0,31,61,26)
C0M31Y61K26 
(0%,31%,61%,26%)
(0.00/0.31/0.61/0.26)	

CMYK percentages

%0
%30.85
%60.64
%26.27

Codes

Color #BC824A in popluar color models

BC824A
RGB18813074
HSL29°45.97%51.37%
HSB/HSV29°60.64%73.73%
CMYK0.00%30.85%60.64%
26.27%

Color #BC824A in popluar number systems.

HEXBC824A
Decimal18813074
Binary10111100100000101001010
Octal274202112

Shades and tints

Shades of #BC824A

#BC824A
(188,130,74)
#AB7744
(171,119,68)
#9A6C3E
(154,108,62)
#896138
(137,97,56)
#785632
(120,86,50)
#674B2C
(103,75,44)
#564026
(86,64,38)
#453520
(69,53,32)
#342A1A
(52,42,26)
#231F14
(35,31,20)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #BC824A

#BC824A
(188,130,74)
#C28D5A
(194,141,90)
#C8986A
(200,152,106)
#CEA37A
(206,163,122)
#D4AE8A
(212,174,138)
#DAB99A
(218,185,154)
#E0C4AA
(224,196,170)
#E6CFBA
(230,207,186)
#ECDACA
(236,218,202)
#F2E5DA
(242,229,218)
#F8F0EA
(248,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC824A; }

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

This text font color is #BC824A.


Background Color

.myBgColor { background-color: #BC824A; }

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

This div background color is #BC824A.


Border color

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

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

This div border color is #BC824A.


Opacity

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

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

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

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

This text has shadow with #BC824A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC824A on black background.


Color preview on white background

This text has color #BC824A on white background.



Black color preview on #BC824A background

This text has black color on #BC824A background.


White color preview on #BC824A background

This text has white color on #BC824A background.