COLOR #BC9467

HEX: #BC9467 RGB: (188,148,103)

Color info

#BC9467 contains mainly red and green colors. Web safe color of #BC9467 is #CC9966 (or #C96).

RGB color model

#BC9467 color RGB value is (188,148,103).

RGB: (188,148,103) (74%, 58%, 40%)

RGB channels and saturation

R 188 of 255 = 74%
G 148 of 255 = 58%
B 103 of 255 = 40%

188
148
103

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

Portions of RGB colors in percentages

R + G + B = 188 + 148 + 103 = 439 (100%)
R 188 of 439 ~ 42.82%
G 148 of 439 ~ 33.71%
B 103 of 439 ~ 23.46'%

%42.82
%33.71
%23.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.28%
  • yellow value is 45.21%
  • key color value is 26.27%

CMYK: (0,21,45,26)
C0M21Y45K26 (0%, 21%, 45%, 26%)
(0.00 / 0.21 / 0.45 / 0.26)

CMYK percentages

%0
%21.28
%45.21
%26.27

Codes

Color #BC9467 in popluar color models

BC 94 67
RGB 188 148 103
HSL 32° 38.81% 57.06%
HSB/HSV 32° 45.21% 73.73%
CMYK 0.00% 21.28% 45.21%
26.27%

Color #BC9467 in popluar number systems.

HEX BC 94 67
Decimal 188 148 103
Binary 10111100 10010100 1100111
Octal 274 224 147

Shades and tints

Shades of #BC9467

#BC9467
(188,148,103)
#AB875E
(171,135,94)
#9A7A55
(154,122,85)
#896D4C
(137,109,76)
#786043
(120,96,67)
#67533A
(103,83,58)
#564631
(86,70,49)
#453928
(69,57,40)
#342C1F
(52,44,31)
#231F16
(35,31,22)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #BC9467

#BC9467
(188,148,103)
#C29D74
(194,157,116)
#C8A681
(200,166,129)
#CEAF8E
(206,175,142)
#D4B89B
(212,184,155)
#DAC1A8
(218,193,168)
#E0CAB5
(224,202,181)
#E6D3C2
(230,211,194)
#ECDCCF
(236,220,207)
#F2E5DC
(242,229,220)
#F8EEE9
(248,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9467; }

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

This text font color is #BC9467.

Background Color

.myBgColor { background-color: #BC9467; }

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

This div background color is #BC9467.

Border color

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

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

This div border color is #BC9467.

Opacity

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

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

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

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

This text has shadow with #BC9467 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC9467.

Preview

Color preview on black background

This text has color #BC9467 on black background.


Color preview on white background

This text has color #BC9467 on white background.


Black color preview on #BC9467 background

This text has black color on #BC9467 background.


White color preview on #BC9467 background

This text has white color on #BC9467 background.


Related colors

Complementary color

Complementary color for #hex is #436B98.


I love getcolorcode.com

Triadic colors

1 #67BC94 and #9467BC with #BC9467 are triadic colors.

2 #6794BC and #94BC67 with #BC9467 are triadic colors.