COLOR #BCBB6E

HEX: #BCBB6E RGB: (188,187,110)

Color info

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

RGB color model

#BCBB6E color RGB value is (188,187,110).

RGB: (188,187,110) (74%, 73%, 43%)

RGB channels and saturation

R 188 of 255 = 74%
G 187 of 255 = 73%
B 110 of 255 = 43%

188
187
110

R + G + B ~ 63%. #BCBB6E is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 187 + 110 = 485 (100%)
R 188 of 485 ~ 38.76%
G 187 of 485 ~ 38.56%
B 110 of 485 ~ 22.68'%

%38.76
%38.56
%22.68

CMYK color model

#BCBB6E color CMYK value is (0,1,41,26).

  • cyan value is 0.00%
  • magenta value is 0.53%
  • yellow value is 41.49%
  • key color value is 26.27%

CMYK: (0,1,41,26)
C0M1Y41K26 (0%, 1%, 41%, 26%)
(0.00 / 0.01 / 0.41 / 0.26)

CMYK percentages

%0
%0.53
%41.49
%26.27

Codes

Color #BCBB6E in popluar color models

BC BB 6E
RGB 188 187 110
HSL 59° 36.79% 58.43%
HSB/HSV 59° 41.49% 73.73%
CMYK 0.00% 0.53% 41.49%
26.27%

Color #BCBB6E in popluar number systems.

HEX BC BB 6E
Decimal 188 187 110
Binary 10111100 10111011 1101110
Octal 274 273 156

Shades and tints

Shades of #BCBB6E

#BCBB6E
(188,187,110)
#ABAA64
(171,170,100)
#9A995A
(154,153,90)
#898850
(137,136,80)
#787746
(120,119,70)
#67663C
(103,102,60)
#565532
(86,85,50)
#454428
(69,68,40)
#34331E
(52,51,30)
#232214
(35,34,20)
#12110A
(18,17,10)
#000000
(0,0,0)

Tints of #BCBB6E

#BCBB6E
(188,187,110)
#C2C17B
(194,193,123)
#C8C788
(200,199,136)
#CECD95
(206,205,149)
#D4D3A2
(212,211,162)
#DAD9AF
(218,217,175)
#E0DFBC
(224,223,188)
#E6E5C9
(230,229,201)
#ECEBD6
(236,235,214)
#F2F1E3
(242,241,227)
#F8F7F0
(248,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBB6E; }

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

This text font color is #BCBB6E.

Background Color

.myBgColor { background-color: #BCBB6E; }

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

This div background color is #BCBB6E.

Border color

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

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

This div border color is #BCBB6E.

Opacity

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

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

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

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

This text has shadow with #BCBB6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBB6E.

Preview

Color preview on black background

This text has color #BCBB6E on black background.


Color preview on white background

This text has color #BCBB6E on white background.


Black color preview on #BCBB6E background

This text has black color on #BCBB6E background.


White color preview on #BCBB6E background

This text has white color on #BCBB6E background.


Related colors

Complementary color

Complementary color for #hex is #434491.


I love getcolorcode.com

Triadic colors

1 #6EBCBB and #BB6EBC with #BCBB6E are triadic colors.

2 #6EBBBC and #BBBC6E with #BCBB6E are triadic colors.