COLOR #BC9483

HEX: #BC9483 RGB: (188,148,131)

Color info

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

RGB color model

#BC9483 color RGB value is (188,148,131).

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

RGB channels and saturation

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

188
148
131

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

Portions of RGB colors in percentages

R + G + B = 188 + 148 + 131 = 467 (100%)
R 188 of 467 ~ 40.26%
G 148 of 467 ~ 31.69%
B 131 of 467 ~ 28.05'%

%40.26
%31.69
%28.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.28%
  • 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
%21.28
%30.32
%26.27

Codes

Color #BC9483 in popluar color models

BC 94 83
RGB 188 148 131
HSL 18° 29.84% 62.55%
HSB/HSV 18° 30.32% 73.73%
CMYK 0.00% 21.28% 30.32%
26.27%

Color #BC9483 in popluar number systems.

HEX BC 94 83
Decimal 188 148 131
Binary 10111100 10010100 10000011
Octal 274 224 203

Shades and tints

Shades of #BC9483

#BC9483
(188,148,131)
#AB8778
(171,135,120)
#9A7A6D
(154,122,109)
#896D62
(137,109,98)
#786057
(120,96,87)
#67534C
(103,83,76)
#564641
(86,70,65)
#453936
(69,57,54)
#342C2B
(52,44,43)
#231F20
(35,31,32)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #BC9483

#BC9483
(188,148,131)
#C29D8E
(194,157,142)
#C8A699
(200,166,153)
#CEAFA4
(206,175,164)
#D4B8AF
(212,184,175)
#DAC1BA
(218,193,186)
#E0CAC5
(224,202,197)
#E6D3D0
(230,211,208)
#ECDCDB
(236,220,219)
#F2E5E6
(242,229,230)
#F8EEF1
(248,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9483; }

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

This text font color is #BC9483.

Background Color

.myBgColor { background-color: #BC9483; }

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

This div background color is #BC9483.

Border color

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

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

This div border color is #BC9483.

Opacity

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

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

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

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

This text has shadow with #BC9483 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC9483.

Preview

Color preview on black background

This text has color #BC9483 on black background.


Color preview on white background

This text has color #BC9483 on white background.


Black color preview on #BC9483 background

This text has black color on #BC9483 background.


White color preview on #BC9483 background

This text has white color on #BC9483 background.


Related colors

Complementary color

Complementary color for #hex is #436B7C.


I love getcolorcode.com

Triadic colors

1 #83BC94 and #9483BC with #BC9483 are triadic colors.

2 #8394BC and #94BC83 with #BC9483 are triadic colors.