COLOR #BCB48C

HEX: #BCB48C RGB: (188,180,140)

Color info

#BCB48C contains red, green and blue colors in about the same proportion. Web safe color of #BCB48C is #CCCC99 (or #CC9).

RGB color model

#BCB48C color RGB value is (188,180,140).

RGB: (188,180,140) (74%, 71%, 55%)

RGB channels and saturation

R 188 of 255 = 74%
G 180 of 255 = 71%
B 140 of 255 = 55%

188
180
140

R + G + B ~ 67%. #BCB48C is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 180 + 140 = 508 (100%)
R 188 of 508 ~ 37.01%
G 180 of 508 ~ 35.43%
B 140 of 508 ~ 27.56'%

%37.01
%35.43
%27.56

CMYK color model

#BCB48C color CMYK value is (0,4,26,26).

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 25.53%
  • key color value is 26.27%

CMYK: (0,4,26,26)
C0M4Y26K26 (0%, 4%, 26%, 26%)
(0.00 / 0.04 / 0.26 / 0.26)

CMYK percentages

%0
%4.26
%25.53
%26.27

Codes

Color #BCB48C in popluar color models

BC B4 8C
RGB 188 180 140
HSL 50° 26.37% 64.31%
HSB/HSV 50° 25.53% 73.73%
CMYK 0.00% 4.26% 25.53%
26.27%

Color #BCB48C in popluar number systems.

HEX BC B4 8C
Decimal 188 180 140
Binary 10111100 10110100 10001100
Octal 274 264 214

Shades and tints

Shades of #BCB48C

#BCB48C
(188,180,140)
#ABA480
(171,164,128)
#9A9474
(154,148,116)
#898468
(137,132,104)
#78745C
(120,116,92)
#676450
(103,100,80)
#565444
(86,84,68)
#454438
(69,68,56)
#34342C
(52,52,44)
#232420
(35,36,32)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #BCB48C

#BCB48C
(188,180,140)
#C2BA96
(194,186,150)
#C8C0A0
(200,192,160)
#CEC6AA
(206,198,170)
#D4CCB4
(212,204,180)
#DAD2BE
(218,210,190)
#E0D8C8
(224,216,200)
#E6DED2
(230,222,210)
#ECE4DC
(236,228,220)
#F2EAE6
(242,234,230)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB48C; }

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

This text font color is #BCB48C.

Background Color

.myBgColor { background-color: #BCB48C; }

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

This div background color is #BCB48C.

Border color

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

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

This div border color is #BCB48C.

Opacity

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

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

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

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

This text has shadow with #BCB48C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB48C.

Preview

Color preview on black background

This text has color #BCB48C on black background.


Color preview on white background

This text has color #BCB48C on white background.


Black color preview on #BCB48C background

This text has black color on #BCB48C background.


White color preview on #BCB48C background

This text has white color on #BCB48C background.


Related colors

Complementary color

Complementary color for #hex is #434B73.


I love getcolorcode.com

Triadic colors

1 #8CBCB4 and #B48CBC with #BCB48C are triadic colors.

2 #8CB4BC and #B4BC8C with #BCB48C are triadic colors.