COLOR #BC696F

HEX: #BC696F RGB: (188,105,111)

Color info

#BC696F contains mainly red color. Web safe color of #BC696F is #CC6666 (or #C66).

RGB color model

#BC696F color RGB value is (188,105,111).

RGB: (188,105,111) (74%, 41%, 44%)

RGB channels and saturation

R 188 of 255 = 74%
G 105 of 255 = 41%
B 111 of 255 = 44%

188
105
111

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

Portions of RGB colors in percentages

R + G + B = 188 + 105 + 111 = 404 (100%)
R 188 of 404 ~ 46.53%
G 105 of 404 ~ 25.99%
B 111 of 404 ~ 27.48'%

%46.53
%25.99
%27.48

CMYK color model

#BC696F color CMYK value is (0,44,41,26).

  • cyan value is 0.00%
  • magenta value is 44.15%
  • yellow value is 40.96%
  • key color value is 26.27%

CMYK: (0,44,41,26)
C0M44Y41K26 (0%, 44%, 41%, 26%)
(0.00 / 0.44 / 0.41 / 0.26)

CMYK percentages

%0
%44.15
%40.96
%26.27

Codes

Color #BC696F in popluar color models

BC 69 6F
RGB 188 105 111
HSL 356° 38.25% 57.45%
HSB/HSV 356° 44.15% 73.73%
CMYK 0.00% 44.15% 40.96%
26.27%

Color #BC696F in popluar number systems.

HEX BC 69 6F
Decimal 188 105 111
Binary 10111100 1101001 1101111
Octal 274 151 157

Shades and tints

Shades of #BC696F

#BC696F
(188,105,111)
#AB6065
(171,96,101)
#9A575B
(154,87,91)
#894E51
(137,78,81)
#784547
(120,69,71)
#673C3D
(103,60,61)
#563333
(86,51,51)
#452A29
(69,42,41)
#34211F
(52,33,31)
#231815
(35,24,21)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #BC696F

#BC696F
(188,105,111)
#C2767C
(194,118,124)
#C88389
(200,131,137)
#CE9096
(206,144,150)
#D49DA3
(212,157,163)
#DAAAB0
(218,170,176)
#E0B7BD
(224,183,189)
#E6C4CA
(230,196,202)
#ECD1D7
(236,209,215)
#F2DEE4
(242,222,228)
#F8EBF1
(248,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC696F color. Also use rgb(188,105,111) instead hex code.

Text Font Color

.myTextColor { color: #BC696F; }

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

This text font color is #BC696F.

Background Color

.myBgColor { background-color: #BC696F; }

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

This div background color is #BC696F.

Border color

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

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

This div border color is #BC696F.

Opacity

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

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

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

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

This text has shadow with #BC696F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC696F.

Preview

Color preview on black background

This text has color #BC696F on black background.


Color preview on white background

This text has color #BC696F on white background.


Black color preview on #BC696F background

This text has black color on #BC696F background.


White color preview on #BC696F background

This text has white color on #BC696F background.


Related colors

Complementary color

Complementary color for #hex is #439690.


I love getcolorcode.com

Triadic colors

1 #6FBC69 and #696FBC with #BC696F are triadic colors.

2 #6F69BC and #69BC6F with #BC696F are triadic colors.