COLOR #BCB49D

HEX: #BCB49D RGB: (188,180,157)

Color info

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

RGB color model

#BCB49D color RGB value is (188,180,157).

RGB: (188,180,157) (74%, 71%, 62%)

RGB channels and saturation

R 188 of 255 = 74%
G 180 of 255 = 71%
B 157 of 255 = 62%

188
180
157

R + G + B ~ 69%. #BCB49D is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 180 + 157 = 525 (100%)
R 188 of 525 ~ 35.81%
G 180 of 525 ~ 34.29%
B 157 of 525 ~ 29.9'%

%35.81
%34.29
%29.9

CMYK color model

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

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

CMYK: (0,4,16,26)
C0M4Y16K26 (0%, 4%, 16%, 26%)
(0.00 / 0.04 / 0.16 / 0.26)

CMYK percentages

%0
%4.26
%16.49
%26.27

Codes

Color #BCB49D in popluar color models

BC B4 9D
RGB 188 180 157
HSL 45° 18.79% 67.65%
HSB/HSV 45° 16.49% 73.73%
CMYK 0.00% 4.26% 16.49%
26.27%

Color #BCB49D in popluar number systems.

HEX BC B4 9D
Decimal 188 180 157
Binary 10111100 10110100 10011101
Octal 274 264 235

Shades and tints

Shades of #BCB49D

#BCB49D
(188,180,157)
#ABA48F
(171,164,143)
#9A9481
(154,148,129)
#898473
(137,132,115)
#787465
(120,116,101)
#676457
(103,100,87)
#565449
(86,84,73)
#45443B
(69,68,59)
#34342D
(52,52,45)
#23241F
(35,36,31)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #BCB49D

#BCB49D
(188,180,157)
#C2BAA5
(194,186,165)
#C8C0AD
(200,192,173)
#CEC6B5
(206,198,181)
#D4CCBD
(212,204,189)
#DAD2C5
(218,210,197)
#E0D8CD
(224,216,205)
#E6DED5
(230,222,213)
#ECE4DD
(236,228,221)
#F2EAE5
(242,234,229)
#F8F0ED
(248,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB49D; }

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

This text font color is #BCB49D.

Background Color

.myBgColor { background-color: #BCB49D; }

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

This div background color is #BCB49D.

Border color

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

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

This div border color is #BCB49D.

Opacity

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

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

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

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

This text has shadow with #BCB49D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB49D.

Preview

Color preview on black background

This text has color #BCB49D on black background.


Color preview on white background

This text has color #BCB49D on white background.


Black color preview on #BCB49D background

This text has black color on #BCB49D background.


White color preview on #BCB49D background

This text has white color on #BCB49D background.


Related colors

Complementary color

Complementary color for #hex is #434B62.


I love getcolorcode.com

Triadic colors

1 #9DBCB4 and #B49DBC with #BCB49D are triadic colors.

2 #9DB4BC and #B4BC9D with #BCB49D are triadic colors.