COLOR #BCB09C

HEX: #BCB09C RGB: (188,176,156)

Color info

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

RGB color model

#BCB09C color RGB value is (188,176,156).

RGB: (188,176,156) (74%, 69%, 61%)

RGB channels and saturation

R 188 of 255 = 74%
G 176 of 255 = 69%
B 156 of 255 = 61%

188
176
156

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

Portions of RGB colors in percentages

R + G + B = 188 + 176 + 156 = 520 (100%)
R 188 of 520 ~ 36.15%
G 176 of 520 ~ 33.85%
B 156 of 520 ~ 30'%

%36.15
%33.85
%30

CMYK color model

#BCB09C color CMYK value is (0,6,17,26).

  • cyan value is 0.00%
  • magenta value is 6.38%
  • yellow value is 17.02%
  • key color value is 26.27%
CMYK: (0,6,17,26) C0M6Y17K26 (0%,6%,17%,26%) (0.00/0.06/0.17/0.26) 

CMYK percentages

%0
%6.38
%17.02
%26.27

Codes

Color #BCB09C in popluar color models

BC B0 9C
RGB 188 176 156
HSL 38° 19.28% 67.45%
HSB/HSV 38° 17.02% 73.73%
CMYK 0.00% 6.38% 17.02%
26.27%

Color #BCB09C in popluar number systems.

HEX BC B0 9C
Decimal 188 176 156
Binary 10111100 10110000 10011100
Octal 274 260 234

Shades and tints

Shades of #BCB09C

#BCB09C
(188,176,156)
#ABA08E
(171,160,142)
#9A9080
(154,144,128)
#898072
(137,128,114)
#787064
(120,112,100)
#676056
(103,96,86)
#565048
(86,80,72)
#45403A
(69,64,58)
#34302C
(52,48,44)
#23201E
(35,32,30)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #BCB09C

#BCB09C
(188,176,156)
#C2B7A5
(194,183,165)
#C8BEAE
(200,190,174)
#CEC5B7
(206,197,183)
#D4CCC0
(212,204,192)
#DAD3C9
(218,211,201)
#E0DAD2
(224,218,210)
#E6E1DB
(230,225,219)
#ECE8E4
(236,232,228)
#F2EFED
(242,239,237)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB09C; }

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

This text font color is #BCB09C.

Background Color

.myBgColor { background-color: #BCB09C; }

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

This div background color is #BCB09C.

Border color

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

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

This div border color is #BCB09C.

Opacity

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

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

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

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

This text has shadow with #BCB09C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB09C.

Preview

Color preview on black background

This text has color #BCB09C on black background.


Color preview on white background

This text has color #BCB09C on white background.


Black color preview on #BCB09C background

This text has black color on #BCB09C background.


White color preview on #BCB09C background

This text has white color on #BCB09C background.


Related colors

Complementary color

Complementary color for #hex is #434F63.


I love getcolorcode.com

Triadic colors

1 #9CBCB0 and #B09CBC with #BCB09C are triadic colors.

2 #9CB0BC and #B0BC9C with #BCB09C are triadic colors.