COLOR #BC5A65

HEX: #BC5A65 RGB: (188,90,101)

Color info

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

RGB color model

#BC5A65 color RGB value is (188,90,101).

RGB: (188,90,101) (74%, 35%, 40%)

RGB channels and saturation

R 188 of 255 = 74%
G 90 of 255 = 35%
B 101 of 255 = 40%

188
90
101

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

Portions of RGB colors in percentages

R + G + B = 188 + 90 + 101 = 379 (100%)
R 188 of 379 ~ 49.6%
G 90 of 379 ~ 23.75%
B 101 of 379 ~ 26.65'%

%49.6
%23.75
%26.65

CMYK color model

#BC5A65 color CMYK value is (0,52,46,26).

  • cyan value is 0.00%
  • magenta value is 52.13%
  • yellow value is 46.28%
  • key color value is 26.27%
CMYK: (0,52,46,26) C0M52Y46K26 (0%,52%,46%,26%) (0.00/0.52/0.46/0.26) 

CMYK percentages

%0
%52.13
%46.28
%26.27

Codes

Color #BC5A65 in popluar color models

BC 5A 65
RGB 188 90 101
HSL 353° 42.24% 54.51%
HSB/HSV 353° 52.13% 73.73%
CMYK 0.00% 52.13% 46.28%
26.27%

Color #BC5A65 in popluar number systems.

HEX BC 5A 65
Decimal 188 90 101
Binary 10111100 1011010 1100101
Octal 274 132 145

Shades and tints

Shades of #BC5A65

#BC5A65
(188,90,101)
#AB525C
(171,82,92)
#9A4A53
(154,74,83)
#89424A
(137,66,74)
#783A41
(120,58,65)
#673238
(103,50,56)
#562A2F
(86,42,47)
#452226
(69,34,38)
#341A1D
(52,26,29)
#231214
(35,18,20)
#120A0B
(18,10,11)
#000000
(0,0,0)

Tints of #BC5A65

#BC5A65
(188,90,101)
#C26973
(194,105,115)
#C87881
(200,120,129)
#CE878F
(206,135,143)
#D4969D
(212,150,157)
#DAA5AB
(218,165,171)
#E0B4B9
(224,180,185)
#E6C3C7
(230,195,199)
#ECD2D5
(236,210,213)
#F2E1E3
(242,225,227)
#F8F0F1
(248,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC5A65; }

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

This text font color is #BC5A65.

Background Color

.myBgColor { background-color: #BC5A65; }

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

This div background color is #BC5A65.

Border color

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

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

This div border color is #BC5A65.

Opacity

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

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

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

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

This text has shadow with #BC5A65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC5A65.

Preview

Color preview on black background

This text has color #BC5A65 on black background.


Color preview on white background

This text has color #BC5A65 on white background.


Black color preview on #BC5A65 background

This text has black color on #BC5A65 background.


White color preview on #BC5A65 background

This text has white color on #BC5A65 background.


Related colors

Complementary color

Complementary color for #hex is #43A59A.


I love getcolorcode.com

Triadic colors

1 #65BC5A and #5A65BC with #BC5A65 are triadic colors.

2 #655ABC and #5ABC65 with #BC5A65 are triadic colors.