COLOR #BC9583

HEX: #BC9583 RGB: (188,149,131)

Color info

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

RGB color model

#BC9583 color RGB value is (188,149,131).

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

RGB channels and saturation

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

188
149
131

R + G + B ~ 61%. #BC9583 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 149 + 131 = 468 (100%)
R 188 of 468 ~ 40.17%
G 149 of 468 ~ 31.84%
B 131 of 468 ~ 27.99'%

%40.17
%31.84
%27.99

CMYK color model

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

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

CMYK: (0,21,30,26)
C0M21Y30K26 (0%, 21%, 30%, 26%)
(0.00 / 0.21 / 0.30 / 0.26)

CMYK percentages

%0
%20.74
%30.32
%26.27

Codes

Color #BC9583 in popluar color models

BC 95 83
RGB 188 149 131
HSL 19° 29.84% 62.55%
HSB/HSV 19° 30.32% 73.73%
CMYK 0.00% 20.74% 30.32%
26.27%

Color #BC9583 in popluar number systems.

HEX BC 95 83
Decimal 188 149 131
Binary 10111100 10010101 10000011
Octal 274 225 203

Shades and tints

Shades of #BC9583

#BC9583
(188,149,131)
#AB8878
(171,136,120)
#9A7B6D
(154,123,109)
#896E62
(137,110,98)
#786157
(120,97,87)
#67544C
(103,84,76)
#564741
(86,71,65)
#453A36
(69,58,54)
#342D2B
(52,45,43)
#232020
(35,32,32)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #BC9583

#BC9583
(188,149,131)
#C29E8E
(194,158,142)
#C8A799
(200,167,153)
#CEB0A4
(206,176,164)
#D4B9AF
(212,185,175)
#DAC2BA
(218,194,186)
#E0CBC5
(224,203,197)
#E6D4D0
(230,212,208)
#ECDDDB
(236,221,219)
#F2E6E6
(242,230,230)
#F8EFF1
(248,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9583; }

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

This text font color is #BC9583.

Background Color

.myBgColor { background-color: #BC9583; }

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

This div background color is #BC9583.

Border color

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

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

This div border color is #BC9583.

Opacity

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

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

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

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

This text has shadow with #BC9583 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC9583.

Preview

Color preview on black background

This text has color #BC9583 on black background.


Color preview on white background

This text has color #BC9583 on white background.


Black color preview on #BC9583 background

This text has black color on #BC9583 background.


White color preview on #BC9583 background

This text has white color on #BC9583 background.


Related colors

Complementary color

Complementary color for #hex is #436A7C.


I love getcolorcode.com

Triadic colors

1 #83BC95 and #9583BC with #BC9583 are triadic colors.

2 #8395BC and #95BC83 with #BC9583 are triadic colors.