COLOR #BC817D

HEX: #BC817D
RGB: (188,129,125)

Color info

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

RGB color model

#BC817D color RGB value is (188,129,125).

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

RGB channels and saturation

R 188 of 255 = 74%
G 129 of 255 = 51%
B 125 of 255 = 49%

188
129
125

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

Portions of RGB colors in percentages

R + G + B =
188 + 129 + 125 = 442 (100%)
R 188 of 442 ~ 42.53%
G 129 of 442 ~ 29.19%
B 125 of 442 ~ 28.28%

%42.53
%29.19
%28.28

CMYK color model

#BC817D color CMYK value is (0,31,34,26).

  • cyan value is 0.00%
  • magenta value is 31.38%
  • yellow value is 33.51%
  • key color value is 26.27%
CMYK:
(0,31,34,26)
C0M31Y34K26 
(0%,31%,34%,26%)
(0.00/0.31/0.34/0.26)	

CMYK percentages

%0
%31.38
%33.51
%26.27

Codes

Color #BC817D in popluar color models

BC817D
RGB188129125
HSL31.98%61.37%
HSB/HSV33.51%73.73%
CMYK0.00%31.38%33.51%
26.27%

Color #BC817D in popluar number systems.

HEXBC817D
Decimal188129125
Binary10111100100000011111101
Octal274201175

Shades and tints

Shades of #BC817D

#BC817D
(188,129,125)
#AB7672
(171,118,114)
#9A6B67
(154,107,103)
#89605C
(137,96,92)
#785551
(120,85,81)
#674A46
(103,74,70)
#563F3B
(86,63,59)
#453430
(69,52,48)
#342925
(52,41,37)
#231E1A
(35,30,26)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #BC817D

#BC817D
(188,129,125)
#C28C88
(194,140,136)
#C89793
(200,151,147)
#CEA29E
(206,162,158)
#D4ADA9
(212,173,169)
#DAB8B4
(218,184,180)
#E0C3BF
(224,195,191)
#E6CECA
(230,206,202)
#ECD9D5
(236,217,213)
#F2E4E0
(242,228,224)
#F8EFEB
(248,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC817D; }

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

This text font color is #BC817D.


Background Color

.myBgColor { background-color: #BC817D; }

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

This div background color is #BC817D.


Border color

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

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

This div border color is #BC817D.


Opacity

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

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

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

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

This text has shadow with #BC817D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC817D on black background.


Color preview on white background

This text has color #BC817D on white background.



Black color preview on #BC817D background

This text has black color on #BC817D background.


White color preview on #BC817D background

This text has white color on #BC817D background.