COLOR #BCBB5A

HEX: #BCBB5A RGB: (188,187,90)

Color info

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

RGB color model

#BCBB5A color RGB value is (188,187,90).

RGB: (188,187,90) (74%, 73%, 35%)

RGB channels and saturation

R 188 of 255 = 74%
G 187 of 255 = 73%
B 90 of 255 = 35%

188
187
90

R + G + B ~ 61%. #BCBB5A is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 187 + 90 = 465 (100%)
R 188 of 465 ~ 40.43%
G 187 of 465 ~ 40.22%
B 90 of 465 ~ 19.35'%

%40.43
%40.22
%19.35

CMYK color model

#BCBB5A color CMYK value is (0,1,52,26).

  • cyan value is 0.00%
  • magenta value is 0.53%
  • yellow value is 52.13%
  • key color value is 26.27%
CMYK: (0,1,52,26) C0M1Y52K26 (0%,1%,52%,26%) (0.00/0.01/0.52/0.26) 

CMYK percentages

%0
%0.53
%52.13
%26.27

Codes

Color #BCBB5A in popluar color models

BC BB 5A
RGB 188 187 90
HSL 59° 42.24% 54.51%
HSB/HSV 59° 52.13% 73.73%
CMYK 0.00% 0.53% 52.13%
26.27%

Color #BCBB5A in popluar number systems.

HEX BC BB 5A
Decimal 188 187 90
Binary 10111100 10111011 1011010
Octal 274 273 132

Shades and tints

Shades of #BCBB5A

#BCBB5A
(188,187,90)
#ABAA52
(171,170,82)
#9A994A
(154,153,74)
#898842
(137,136,66)
#78773A
(120,119,58)
#676632
(103,102,50)
#56552A
(86,85,42)
#454422
(69,68,34)
#34331A
(52,51,26)
#232212
(35,34,18)
#12110A
(18,17,10)
#000000
(0,0,0)

Tints of #BCBB5A

#BCBB5A
(188,187,90)
#C2C169
(194,193,105)
#C8C778
(200,199,120)
#CECD87
(206,205,135)
#D4D396
(212,211,150)
#DAD9A5
(218,217,165)
#E0DFB4
(224,223,180)
#E6E5C3
(230,229,195)
#ECEBD2
(236,235,210)
#F2F1E1
(242,241,225)
#F8F7F0
(248,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBB5A; }

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

This text font color is #BCBB5A.

Background Color

.myBgColor { background-color: #BCBB5A; }

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

This div background color is #BCBB5A.

Border color

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

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

This div border color is #BCBB5A.

Opacity

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

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

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

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

This text has shadow with #BCBB5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBB5A.

Preview

Color preview on black background

This text has color #BCBB5A on black background.


Color preview on white background

This text has color #BCBB5A on white background.


Black color preview on #BCBB5A background

This text has black color on #BCBB5A background.


White color preview on #BCBB5A background

This text has white color on #BCBB5A background.


Related colors

Complementary color

Complementary color for #hex is #4344A5.


I love getcolorcode.com

Triadic colors

1 #5ABCBB and #BB5ABC with #BCBB5A are triadic colors.

2 #5ABBBC and #BBBC5A with #BCBB5A are triadic colors.