COLOR #BC9595

HEX: #BC9595 RGB: (188,149,149)

Color info

#BC9595 contains red, green and blue colors in about the same proportion. Web safe color of #BC9595 is #CC9999 (or #C99).

RGB color model

#BC9595 color RGB value is (188,149,149).

RGB: (188,149,149) (74%, 58%, 58%)

RGB channels and saturation

R 188 of 255 = 74%
G 149 of 255 = 58%
B 149 of 255 = 58%

188
149
149

R + G + B ~ 63%. #BC9595 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 149 + 149 = 486 (100%)
R 188 of 486 ~ 38.68%
G 149 of 486 ~ 30.66%
B 149 of 486 ~ 30.66'%

%38.68
%30.66
%30.66

CMYK color model

#BC9595 color CMYK value is (0,21,21,26).

  • cyan value is 0.00%
  • magenta value is 20.74%
  • yellow value is 20.74%
  • key color value is 26.27%

CMYK: (0,21,21,26)
C0M21Y21K26 (0%, 21%, 21%, 26%)
(0.00 / 0.21 / 0.21 / 0.26)

CMYK percentages

%0
%20.74
%20.74
%26.27

Codes

Color #BC9595 in popluar color models

BC 95 95
RGB 188 149 149
HSL 22.54% 66.08%
HSB/HSV 20.74% 73.73%
CMYK 0.00% 20.74% 20.74%
26.27%

Color #BC9595 in popluar number systems.

HEX BC 95 95
Decimal 188 149 149
Binary 10111100 10010101 10010101
Octal 274 225 225

Shades and tints

Shades of #BC9595

#BC9595
(188,149,149)
#AB8888
(171,136,136)
#9A7B7B
(154,123,123)
#896E6E
(137,110,110)
#786161
(120,97,97)
#675454
(103,84,84)
#564747
(86,71,71)
#453A3A
(69,58,58)
#342D2D
(52,45,45)
#232020
(35,32,32)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #BC9595

#BC9595
(188,149,149)
#C29E9E
(194,158,158)
#C8A7A7
(200,167,167)
#CEB0B0
(206,176,176)
#D4B9B9
(212,185,185)
#DAC2C2
(218,194,194)
#E0CBCB
(224,203,203)
#E6D4D4
(230,212,212)
#ECDDDD
(236,221,221)
#F2E6E6
(242,230,230)
#F8EFEF
(248,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9595; }

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

This text font color is #BC9595.

Background Color

.myBgColor { background-color: #BC9595; }

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

This div background color is #BC9595.

Border color

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

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

This div border color is #BC9595.

Opacity

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

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

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

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

This text has shadow with #BC9595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC9595.

Preview

Color preview on black background

This text has color #BC9595 on black background.


Color preview on white background

This text has color #BC9595 on white background.


Black color preview on #BC9595 background

This text has black color on #BC9595 background.


White color preview on #BC9595 background

This text has white color on #BC9595 background.


Related colors

Complementary color

Complementary color for #hex is #436A6A.


I love getcolorcode.com