COLOR #BC816D

HEX: #BC816D
RGB: (188,129,109)

Color info

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

RGB color model

#BC816D color RGB value is (188,129,109).

  • red value is 188;
  • green value is 129;
  • blue value is 109.
RGB:
(188,129,109)
(74%,51%,43%)

RGB channels and saturation

R 188 of 255 = 74%
G 129 of 255 = 51%
B 109 of 255 = 43%

188
129
109

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

Portions of RGB colors in percentages

R + G + B =
188 + 129 + 109 = 426 (100%)
R 188 of 426 ~ 44.13%
G 129 of 426 ~ 30.28%
B 109 of 426 ~ 25.59%

%44.13
%30.28
%25.59

CMYK color model

#BC816D color CMYK value is (0,31,42,26).

  • cyan value is 0.00%
  • magenta value is 31.38%
  • yellow value is 42.02%
  • key color value is 26.27%
CMYK:
(0,31,42,26)
C0M31Y42K26 
(0%,31%,42%,26%)
(0.00/0.31/0.42/0.26)	

CMYK percentages

%0
%31.38
%42.02
%26.27

Codes

Color #BC816D in popluar color models

BC816D
RGB188129109
HSL15°37.09%58.24%
HSB/HSV15°42.02%73.73%
CMYK0.00%31.38%42.02%
26.27%

Color #BC816D in popluar number systems.

HEXBC816D
Decimal188129109
Binary10111100100000011101101
Octal274201155

Shades and tints

Shades of #BC816D

#BC816D
(188,129,109)
#AB7664
(171,118,100)
#9A6B5B
(154,107,91)
#896052
(137,96,82)
#785549
(120,85,73)
#674A40
(103,74,64)
#563F37
(86,63,55)
#45342E
(69,52,46)
#342925
(52,41,37)
#231E1C
(35,30,28)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #BC816D

#BC816D
(188,129,109)
#C28C7A
(194,140,122)
#C89787
(200,151,135)
#CEA294
(206,162,148)
#D4ADA1
(212,173,161)
#DAB8AE
(218,184,174)
#E0C3BB
(224,195,187)
#E6CEC8
(230,206,200)
#ECD9D5
(236,217,213)
#F2E4E2
(242,228,226)
#F8EFEF
(248,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC816D color. Also use rgb(188,129,109) instead hex code.

Text Font Color

.myTextColor { color: #BC816D; }

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

This text font color is #BC816D.


Background Color

.myBgColor { background-color: #BC816D; }

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

This div background color is #BC816D.


Border color

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

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

This div border color is #BC816D.


Opacity

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

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

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

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

This text has shadow with #BC816D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC816D on black background.


Color preview on white background

This text has color #BC816D on white background.



Black color preview on #BC816D background

This text has black color on #BC816D background.


White color preview on #BC816D background

This text has white color on #BC816D background.