COLOR #BCB71B

HEX: #BCB71B
RGB: (188,183,27)

Color info

#BCB71B contains mainly red and green colors. Web safe color of #BCB71B is #CCCC33 (or #CC3).

RGB color model

#BCB71B color RGB value is (188,183,27).

  • red value is 188;
  • green value is 183;
  • blue value is 27.
RGB:
(188,183,27)
(74%,72%,11%)

RGB channels and saturation

R 188 of 255 = 74%
G 183 of 255 = 72%
B 27 of 255 = 11%

188
183
27

R + G + B ~ 52%. #BCB71B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
188 + 183 + 27 = 398 (100%)
R 188 of 398 ~ 47.24%
G 183 of 398 ~ 45.98%
B 27 of 398 ~ 6.78%

%47.24
%45.98

CMYK color model

#BCB71B color CMYK value is (0,3,86,26).

  • cyan value is 0.00%
  • magenta value is 2.66%
  • yellow value is 85.64%
  • key color value is 26.27%
CMYK:
(0,3,86,26)
C0M3Y86K26 
(0%,3%,86%,26%)
(0.00/0.03/0.86/0.26)	

CMYK percentages

%0
%2.66
%85.64
%26.27

Codes

Color #BCB71B in popluar color models

BCB71B
RGB18818327
HSL58°74.88%42.16%
HSB/HSV58°85.64%73.73%
CMYK0.00%2.66%85.64%
26.27%

Color #BCB71B in popluar number systems.

HEXBCB71B
Decimal18818327
Binary101111001011011111011
Octal27426733

Shades and tints

Shades of #BCB71B

#BCB71B
(188,183,27)
#ABA719
(171,167,25)
#9A9717
(154,151,23)
#898715
(137,135,21)
#787713
(120,119,19)
#676711
(103,103,17)
#56570F
(86,87,15)
#45470D
(69,71,13)
#34370B
(52,55,11)
#232709
(35,39,9)
#121707
(18,23,7)
#000000
(0,0,0)

Tints of #BCB71B

#BCB71B
(188,183,27)
#C2BD2F
(194,189,47)
#C8C343
(200,195,67)
#CEC957
(206,201,87)
#D4CF6B
(212,207,107)
#DAD57F
(218,213,127)
#E0DB93
(224,219,147)
#E6E1A7
(230,225,167)
#ECE7BB
(236,231,187)
#F2EDCF
(242,237,207)
#F8F3E3
(248,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB71B color. Also use rgb(188,183,27) instead hex code.

Text Font Color

.myTextColor { color: #BCB71B; }

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

This text font color is #BCB71B.


Background Color

.myBgColor { background-color: #BCB71B; }

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

This div background color is #BCB71B.


Border color

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

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

This div border color is #BCB71B.


Opacity

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

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

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

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

This text has shadow with #BCB71B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB71B on black background.


Color preview on white background

This text has color #BCB71B on white background.



Black color preview on #BCB71B background

This text has black color on #BCB71B background.


White color preview on #BCB71B background

This text has white color on #BCB71B background.