COLOR #BCB09D

HEX: #BCB09D RGB: (188,176,157)

Color info

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

RGB color model

#BCB09D color RGB value is (188,176,157).

RGB: (188,176,157) (74%, 69%, 62%)

RGB channels and saturation

R 188 of 255 = 74%
G 176 of 255 = 69%
B 157 of 255 = 62%

188
176
157

R + G + B ~ 68%. #BCB09D is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 176 + 157 = 521 (100%)
R 188 of 521 ~ 36.08%
G 176 of 521 ~ 33.78%
B 157 of 521 ~ 30.13'%

%36.08
%33.78
%30.13

CMYK color model

#BCB09D color CMYK value is (0,6,16,26).

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

CMYK: (0,6,16,26)
C0M6Y16K26 (0%, 6%, 16%, 26%)
(0.00 / 0.06 / 0.16 / 0.26)

CMYK percentages

%0
%6.38
%16.49
%26.27

Codes

Color #BCB09D in popluar color models

BC B0 9D
RGB 188 176 157
HSL 37° 18.79% 67.65%
HSB/HSV 37° 16.49% 73.73%
CMYK 0.00% 6.38% 16.49%
26.27%

Color #BCB09D in popluar number systems.

HEX BC B0 9D
Decimal 188 176 157
Binary 10111100 10110000 10011101
Octal 274 260 235

Shades and tints

Shades of #BCB09D

#BCB09D
(188,176,157)
#ABA08F
(171,160,143)
#9A9081
(154,144,129)
#898073
(137,128,115)
#787065
(120,112,101)
#676057
(103,96,87)
#565049
(86,80,73)
#45403B
(69,64,59)
#34302D
(52,48,45)
#23201F
(35,32,31)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #BCB09D

#BCB09D
(188,176,157)
#C2B7A5
(194,183,165)
#C8BEAD
(200,190,173)
#CEC5B5
(206,197,181)
#D4CCBD
(212,204,189)
#DAD3C5
(218,211,197)
#E0DACD
(224,218,205)
#E6E1D5
(230,225,213)
#ECE8DD
(236,232,221)
#F2EFE5
(242,239,229)
#F8F6ED
(248,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB09D; }

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

This text font color is #BCB09D.

Background Color

.myBgColor { background-color: #BCB09D; }

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

This div background color is #BCB09D.

Border color

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

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

This div border color is #BCB09D.

Opacity

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

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

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

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

This text has shadow with #BCB09D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB09D.

Preview

Color preview on black background

This text has color #BCB09D on black background.


Color preview on white background

This text has color #BCB09D on white background.


Black color preview on #BCB09D background

This text has black color on #BCB09D background.


White color preview on #BCB09D background

This text has white color on #BCB09D background.


Related colors

Complementary color

Complementary color for #hex is #434F62.


I love getcolorcode.com

Triadic colors

1 #9DBCB0 and #B09DBC with #BCB09D are triadic colors.

2 #9DB0BC and #B0BC9D with #BCB09D are triadic colors.