COLOR #BC5D65

HEX: #BC5D65
RGB: (188,93,101)

Color info

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

RGB color model

#BC5D65 color RGB value is (188,93,101).

  • red value is 188;
  • green value is 93;
  • blue value is 101.
RGB:
(188,93,101)
(74%,36%,40%)

RGB channels and saturation

R 188 of 255 = 74%
G 93 of 255 = 36%
B 101 of 255 = 40%

188
93
101

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

Portions of RGB colors in percentages

R + G + B =
188 + 93 + 101 = 382 (100%)
R 188 of 382 ~ 49.21%
G 93 of 382 ~ 24.35%
B 101 of 382 ~ 26.44%

%49.21
%24.35
%26.44

CMYK color model

#BC5D65 color CMYK value is (0,51,46,26).

  • cyan value is 0.00%
  • magenta value is 50.53%
  • yellow value is 46.28%
  • key color value is 26.27%
CMYK:
(0,51,46,26)
C0M51Y46K26 
(0%,51%,46%,26%)
(0.00/0.51/0.46/0.26)	

CMYK percentages

%0
%50.53
%46.28
%26.27

Codes

Color #BC5D65 in popluar color models

BC5D65
RGB18893101
HSL355°41.48%55.10%
HSB/HSV355°50.53%73.73%
CMYK0.00%50.53%46.28%
26.27%

Color #BC5D65 in popluar number systems.

HEXBC5D65
Decimal18893101
Binary1011110010111011100101
Octal274135145

Shades and tints

Shades of #BC5D65

#BC5D65
(188,93,101)
#AB555C
(171,85,92)
#9A4D53
(154,77,83)
#89454A
(137,69,74)
#783D41
(120,61,65)
#673538
(103,53,56)
#562D2F
(86,45,47)
#452526
(69,37,38)
#341D1D
(52,29,29)
#231514
(35,21,20)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #BC5D65

#BC5D65
(188,93,101)
#C26B73
(194,107,115)
#C87981
(200,121,129)
#CE878F
(206,135,143)
#D4959D
(212,149,157)
#DAA3AB
(218,163,171)
#E0B1B9
(224,177,185)
#E6BFC7
(230,191,199)
#ECCDD5
(236,205,213)
#F2DBE3
(242,219,227)
#F8E9F1
(248,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC5D65 color. Also use rgb(188,93,101) instead hex code.

Text Font Color

.myTextColor { color: #BC5D65; }

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

This text font color is #BC5D65.


Background Color

.myBgColor { background-color: #BC5D65; }

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

This div background color is #BC5D65.


Border color

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

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

This div border color is #BC5D65.


Opacity

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

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

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

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

This text has shadow with #BC5D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC5D65 on black background.


Color preview on white background

This text has color #BC5D65 on white background.



Black color preview on #BC5D65 background

This text has black color on #BC5D65 background.


White color preview on #BC5D65 background

This text has white color on #BC5D65 background.