COLOR #BCBB7F

HEX: #BCBB7F RGB: (188,187,127)

Color info

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

RGB color model

#BCBB7F color RGB value is (188,187,127).

RGB: (188,187,127) (74%, 73%, 50%)

RGB channels and saturation

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

188
187
127

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

Portions of RGB colors in percentages

R + G + B = 188 + 187 + 127 = 502 (100%)
R 188 of 502 ~ 37.45%
G 187 of 502 ~ 37.25%
B 127 of 502 ~ 25.3'%

%37.45
%37.25
%25.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.53%
  • 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
%0.53
%32.45
%26.27

Codes

Color #BCBB7F in popluar color models

BC BB 7F
RGB 188 187 127
HSL 59° 31.28% 61.76%
HSB/HSV 59° 32.45% 73.73%
CMYK 0.00% 0.53% 32.45%
26.27%

Color #BCBB7F in popluar number systems.

HEX BC BB 7F
Decimal 188 187 127
Binary 10111100 10111011 1111111
Octal 274 273 177

Shades and tints

Shades of #BCBB7F

#BCBB7F
(188,187,127)
#ABAA74
(171,170,116)
#9A9969
(154,153,105)
#89885E
(137,136,94)
#787753
(120,119,83)
#676648
(103,102,72)
#56553D
(86,85,61)
#454432
(69,68,50)
#343327
(52,51,39)
#23221C
(35,34,28)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #BCBB7F

#BCBB7F
(188,187,127)
#C2C18A
(194,193,138)
#C8C795
(200,199,149)
#CECDA0
(206,205,160)
#D4D3AB
(212,211,171)
#DAD9B6
(218,217,182)
#E0DFC1
(224,223,193)
#E6E5CC
(230,229,204)
#ECEBD7
(236,235,215)
#F2F1E2
(242,241,226)
#F8F7ED
(248,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBB7F; }

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

This text font color is #BCBB7F.

Background Color

.myBgColor { background-color: #BCBB7F; }

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

This div background color is #BCBB7F.

Border color

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

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

This div border color is #BCBB7F.

Opacity

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

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

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

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

This text has shadow with #BCBB7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBB7F.

Preview

Color preview on black background

This text has color #BCBB7F on black background.


Color preview on white background

This text has color #BCBB7F on white background.


Black color preview on #BCBB7F background

This text has black color on #BCBB7F background.


White color preview on #BCBB7F background

This text has white color on #BCBB7F background.


Related colors

Complementary color

Complementary color for #hex is #434480.


I love getcolorcode.com

Triadic colors

1 #7FBCBB and #BB7FBC with #BCBB7F are triadic colors.

2 #7FBBBC and #BBBC7F with #BCBB7F are triadic colors.