COLOR #BC967B

HEX: #BC967B RGB: (188,150,123)

Color info

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

RGB color model

#BC967B color RGB value is (188,150,123).

RGB: (188,150,123) (74%, 59%, 48%)

RGB channels and saturation

R 188 of 255 = 74%
G 150 of 255 = 59%
B 123 of 255 = 48%

188
150
123

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

Portions of RGB colors in percentages

R + G + B = 188 + 150 + 123 = 461 (100%)
R 188 of 461 ~ 40.78%
G 150 of 461 ~ 32.54%
B 123 of 461 ~ 26.68'%

%40.78
%32.54
%26.68

CMYK color model

#BC967B color CMYK value is (0,20,35,26).

  • cyan value is 0.00%
  • magenta value is 20.21%
  • yellow value is 34.57%
  • key color value is 26.27%

CMYK: (0,20,35,26)
C0M20Y35K26 (0%, 20%, 35%, 26%)
(0.00 / 0.20 / 0.35 / 0.26)

CMYK percentages

%0
%20.21
%34.57
%26.27

Codes

Color #BC967B in popluar color models

BC 96 7B
RGB 188 150 123
HSL 25° 32.66% 60.98%
HSB/HSV 25° 34.57% 73.73%
CMYK 0.00% 20.21% 34.57%
26.27%

Color #BC967B in popluar number systems.

HEX BC 96 7B
Decimal 188 150 123
Binary 10111100 10010110 1111011
Octal 274 226 173

Shades and tints

Shades of #BC967B

#BC967B
(188,150,123)
#AB8970
(171,137,112)
#9A7C65
(154,124,101)
#896F5A
(137,111,90)
#78624F
(120,98,79)
#675544
(103,85,68)
#564839
(86,72,57)
#453B2E
(69,59,46)
#342E23
(52,46,35)
#232118
(35,33,24)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #BC967B

#BC967B
(188,150,123)
#C29F87
(194,159,135)
#C8A893
(200,168,147)
#CEB19F
(206,177,159)
#D4BAAB
(212,186,171)
#DAC3B7
(218,195,183)
#E0CCC3
(224,204,195)
#E6D5CF
(230,213,207)
#ECDEDB
(236,222,219)
#F2E7E7
(242,231,231)
#F8F0F3
(248,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC967B; }

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

This text font color is #BC967B.

Background Color

.myBgColor { background-color: #BC967B; }

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

This div background color is #BC967B.

Border color

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

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

This div border color is #BC967B.

Opacity

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

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

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

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

This text has shadow with #BC967B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC967B.

Preview

Color preview on black background

This text has color #BC967B on black background.


Color preview on white background

This text has color #BC967B on white background.


Black color preview on #BC967B background

This text has black color on #BC967B background.


White color preview on #BC967B background

This text has white color on #BC967B background.


Related colors

Complementary color

Complementary color for #hex is #436984.


I love getcolorcode.com

Triadic colors

1 #7BBC96 and #967BBC with #BC967B are triadic colors.

2 #7B96BC and #96BC7B with #BC967B are triadic colors.