COLOR #BC827A

HEX: #BC827A RGB: (188,130,122)

Color info

#BC827A contains mainly red and green colors. Web safe color of #BC827A is #CC9966 (or #C96).

RGB color model

#BC827A color RGB value is (188,130,122).

RGB: (188,130,122) (74%, 51%, 48%)

RGB channels and saturation

R 188 of 255 = 74%
G 130 of 255 = 51%
B 122 of 255 = 48%

188
130
122

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

Portions of RGB colors in percentages

R + G + B = 188 + 130 + 122 = 440 (100%)
R 188 of 440 ~ 42.73%
G 130 of 440 ~ 29.55%
B 122 of 440 ~ 27.73'%

%42.73
%29.55
%27.73

CMYK color model

#BC827A color CMYK value is (0,31,35,26).

  • cyan value is 0.00%
  • magenta value is 30.85%
  • yellow value is 35.11%
  • key color value is 26.27%

CMYK: (0,31,35,26)
C0M31Y35K26 (0%, 31%, 35%, 26%)
(0.00 / 0.31 / 0.35 / 0.26)

CMYK percentages

%0
%30.85
%35.11
%26.27

Codes

Color #BC827A in popluar color models

BC 82 7A
RGB 188 130 122
HSL 33.00% 60.78%
HSB/HSV 35.11% 73.73%
CMYK 0.00% 30.85% 35.11%
26.27%

Color #BC827A in popluar number systems.

HEX BC 82 7A
Decimal 188 130 122
Binary 10111100 10000010 1111010
Octal 274 202 172

Shades and tints

Shades of #BC827A

#BC827A
(188,130,122)
#AB776F
(171,119,111)
#9A6C64
(154,108,100)
#896159
(137,97,89)
#78564E
(120,86,78)
#674B43
(103,75,67)
#564038
(86,64,56)
#45352D
(69,53,45)
#342A22
(52,42,34)
#231F17
(35,31,23)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #BC827A

#BC827A
(188,130,122)
#C28D86
(194,141,134)
#C89892
(200,152,146)
#CEA39E
(206,163,158)
#D4AEAA
(212,174,170)
#DAB9B6
(218,185,182)
#E0C4C2
(224,196,194)
#E6CFCE
(230,207,206)
#ECDADA
(236,218,218)
#F2E5E6
(242,229,230)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC827A; }

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

This text font color is #BC827A.

Background Color

.myBgColor { background-color: #BC827A; }

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

This div background color is #BC827A.

Border color

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

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

This div border color is #BC827A.

Opacity

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

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

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

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

This text has shadow with #BC827A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC827A.

Preview

Color preview on black background

This text has color #BC827A on black background.


Color preview on white background

This text has color #BC827A on white background.


Black color preview on #BC827A background

This text has black color on #BC827A background.


White color preview on #BC827A background

This text has white color on #BC827A background.


Related colors

Complementary color

Complementary color for #hex is #437D85.


I love getcolorcode.com

Triadic colors

1 #7ABC82 and #827ABC with #BC827A are triadic colors.

2 #7A82BC and #82BC7A with #BC827A are triadic colors.