COLOR #BCB33B

HEX: #BCB33B
RGB: (188,179,59)

Color info

#BCB33B contains mainly red and green colors. Web safe color of #BCB33B is #CC9933 (or #C93).

RGB color model

#BCB33B color RGB value is (188,179,59).

  • red value is 188;
  • green value is 179;
  • blue value is 59.
RGB:
(188,179,59)
(74%,70%,23%)

RGB channels and saturation

R 188 of 255 = 74%
G 179 of 255 = 70%
B 59 of 255 = 23%

188
179
59

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

Portions of RGB colors in percentages

R + G + B =
188 + 179 + 59 = 426 (100%)
R 188 of 426 ~ 44.13%
G 179 of 426 ~ 42.02%
B 59 of 426 ~ 13.85%

%44.13
%42.02
%13.85

CMYK color model

#BCB33B color CMYK value is (0,5,69,26).

  • cyan value is 0.00%
  • magenta value is 4.79%
  • yellow value is 68.62%
  • key color value is 26.27%
CMYK:
(0,5,69,26)
C0M5Y69K26 
(0%,5%,69%,26%)
(0.00/0.05/0.69/0.26)	

CMYK percentages

%0
%4.79
%68.62
%26.27

Codes

Color #BCB33B in popluar color models

BCB33B
RGB18817959
HSL56°52.23%48.43%
HSB/HSV56°68.62%73.73%
CMYK0.00%4.79%68.62%
26.27%

Color #BCB33B in popluar number systems.

HEXBCB33B
Decimal18817959
Binary1011110010110011111011
Octal27426373

Shades and tints

Shades of #BCB33B

#BCB33B
(188,179,59)
#ABA336
(171,163,54)
#9A9331
(154,147,49)
#89832C
(137,131,44)
#787327
(120,115,39)
#676322
(103,99,34)
#56531D
(86,83,29)
#454318
(69,67,24)
#343313
(52,51,19)
#23230E
(35,35,14)
#121309
(18,19,9)
#000000
(0,0,0)

Tints of #BCB33B

#BCB33B
(188,179,59)
#C2B94C
(194,185,76)
#C8BF5D
(200,191,93)
#CEC56E
(206,197,110)
#D4CB7F
(212,203,127)
#DAD190
(218,209,144)
#E0D7A1
(224,215,161)
#E6DDB2
(230,221,178)
#ECE3C3
(236,227,195)
#F2E9D4
(242,233,212)
#F8EFE5
(248,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB33B color. Also use rgb(188,179,59) instead hex code.

Text Font Color

.myTextColor { color: #BCB33B; }

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

This text font color is #BCB33B.


Background Color

.myBgColor { background-color: #BCB33B; }

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

This div background color is #BCB33B.


Border color

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

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

This div border color is #BCB33B.


Opacity

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

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

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

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

This text has shadow with #BCB33B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB33B on black background.


Color preview on white background

This text has color #BCB33B on white background.



Black color preview on #BCB33B background

This text has black color on #BCB33B background.


White color preview on #BCB33B background

This text has white color on #BCB33B background.