COLOR #BCBA7F

HEX: #BCBA7F
RGB: (188,186,127)

Color info

#BCBA7F contains mainly red and green colors. Web safe color of #BCBA7F is #CCCC66 (or #CC6).

RGB color model

#BCBA7F color RGB value is (188,186,127).

  • red value is 188;
  • green value is 186;
  • blue value is 127.
RGB:
(188,186,127)
(74%,73%,50%)

RGB channels and saturation

R 188 of 255 = 74%
G 186 of 255 = 73%
B 127 of 255 = 50%

188
186
127

R + G + B ~ 66%. #BCBA7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 186 + 127 = 501 (100%)
R 188 of 501 ~ 37.52%
G 186 of 501 ~ 37.13%
B 127 of 501 ~ 25.35%

%37.52
%37.13
%25.35

CMYK color model

#BCBA7F color CMYK value is (0,1,32,26).

  • cyan value is 0.00%
  • magenta value is 1.06%
  • yellow value is 32.45%
  • key color value is 26.27%
CMYK:
(0,1,32,26)
C0M1Y32K26 
(0%,1%,32%,26%)
(0.00/0.01/0.32/0.26)	

CMYK percentages

%0
%1.06
%32.45
%26.27

Codes

Color #BCBA7F in popluar color models

BCBA7F
RGB188186127
HSL58°31.28%61.76%
HSB/HSV58°32.45%73.73%
CMYK0.00%1.06%32.45%
26.27%

Color #BCBA7F in popluar number systems.

HEXBCBA7F
Decimal188186127
Binary10111100101110101111111
Octal274272177

Shades and tints

Shades of #BCBA7F

#BCBA7F
(188,186,127)
#ABAA74
(171,170,116)
#9A9A69
(154,154,105)
#898A5E
(137,138,94)
#787A53
(120,122,83)
#676A48
(103,106,72)
#565A3D
(86,90,61)
#454A32
(69,74,50)
#343A27
(52,58,39)
#232A1C
(35,42,28)
#121A11
(18,26,17)
#000000
(0,0,0)

Tints of #BCBA7F

#BCBA7F
(188,186,127)
#C2C08A
(194,192,138)
#C8C695
(200,198,149)
#CECCA0
(206,204,160)
#D4D2AB
(212,210,171)
#DAD8B6
(218,216,182)
#E0DEC1
(224,222,193)
#E6E4CC
(230,228,204)
#ECEAD7
(236,234,215)
#F2F0E2
(242,240,226)
#F8F6ED
(248,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCBA7F color. Also use rgb(188,186,127) instead hex code.

Text Font Color

.myTextColor { color: #BCBA7F; }

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

This text font color is #BCBA7F.


Background Color

.myBgColor { background-color: #BCBA7F; }

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

This div background color is #BCBA7F.


Border color

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

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

This div border color is #BCBA7F.


Opacity

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

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

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

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

This text has shadow with #BCBA7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBA7F on black background.


Color preview on white background

This text has color #BCBA7F on white background.



Black color preview on #BCBA7F background

This text has black color on #BCBA7F background.


White color preview on #BCBA7F background

This text has white color on #BCBA7F background.