COLOR #BCB989

HEX: #BCB989
RGB: (188,185,137)

Color info

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

RGB color model

#BCB989 color RGB value is (188,185,137).

  • red value is 188;
  • green value is 185;
  • blue value is 137.
RGB:
(188,185,137)
(74%,73%,54%)

RGB channels and saturation

R 188 of 255 = 74%
G 185 of 255 = 73%
B 137 of 255 = 54%

188
185
137

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

Portions of RGB colors in percentages

R + G + B =
188 + 185 + 137 = 510 (100%)
R 188 of 510 ~ 36.86%
G 185 of 510 ~ 36.27%
B 137 of 510 ~ 26.86%

%36.86
%36.27
%26.86

CMYK color model

#BCB989 color CMYK value is (0,2,27,26).

  • cyan value is 0.00%
  • magenta value is 1.60%
  • yellow value is 27.13%
  • key color value is 26.27%
CMYK:
(0,2,27,26)
C0M2Y27K26 
(0%,2%,27%,26%)
(0.00/0.02/0.27/0.26)	

CMYK percentages

%0
%1.6
%27.13
%26.27

Codes

Color #BCB989 in popluar color models

BCB989
RGB188185137
HSL56°27.57%63.73%
HSB/HSV56°27.13%73.73%
CMYK0.00%1.60%27.13%
26.27%

Color #BCB989 in popluar number systems.

HEXBCB989
Decimal188185137
Binary101111001011100110001001
Octal274271211

Shades and tints

Shades of #BCB989

#BCB989
(188,185,137)
#ABA97D
(171,169,125)
#9A9971
(154,153,113)
#898965
(137,137,101)
#787959
(120,121,89)
#67694D
(103,105,77)
#565941
(86,89,65)
#454935
(69,73,53)
#343929
(52,57,41)
#23291D
(35,41,29)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #BCB989

#BCB989
(188,185,137)
#C2BF93
(194,191,147)
#C8C59D
(200,197,157)
#CECBA7
(206,203,167)
#D4D1B1
(212,209,177)
#DAD7BB
(218,215,187)
#E0DDC5
(224,221,197)
#E6E3CF
(230,227,207)
#ECE9D9
(236,233,217)
#F2EFE3
(242,239,227)
#F8F5ED
(248,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB989 color. Also use rgb(188,185,137) instead hex code.

Text Font Color

.myTextColor { color: #BCB989; }

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

This text font color is #BCB989.


Background Color

.myBgColor { background-color: #BCB989; }

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

This div background color is #BCB989.


Border color

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

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

This div border color is #BCB989.


Opacity

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

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

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

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

This text has shadow with #BCB989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB989 on black background.


Color preview on white background

This text has color #BCB989 on white background.



Black color preview on #BCB989 background

This text has black color on #BCB989 background.


White color preview on #BCB989 background

This text has white color on #BCB989 background.