COLOR #BCBB51

HEX: #BCBB51
RGB: (188,187,81)

Color info

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

RGB color model

#BCBB51 color RGB value is (188,187,81).

  • red value is 188;
  • green value is 187;
  • blue value is 81.
RGB:
(188,187,81)
(74%,73%,32%)

RGB channels and saturation

R 188 of 255 = 74%
G 187 of 255 = 73%
B 81 of 255 = 32%

188
187
81

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

Portions of RGB colors in percentages

R + G + B =
188 + 187 + 81 = 456 (100%)
R 188 of 456 ~ 41.23%
G 187 of 456 ~ 41.01%
B 81 of 456 ~ 17.76%

%41.23
%41.01
%17.76

CMYK color model

#BCBB51 color CMYK value is (0,1,57,26).

  • cyan value is 0.00%
  • magenta value is 0.53%
  • yellow value is 56.91%
  • key color value is 26.27%
CMYK:
(0,1,57,26)
C0M1Y57K26 
(0%,1%,57%,26%)
(0.00/0.01/0.57/0.26)	

CMYK percentages

%0
%0.53
%56.91
%26.27

Codes

Color #BCBB51 in popluar color models

BCBB51
RGB18818781
HSL59°44.40%52.75%
HSB/HSV59°56.91%73.73%
CMYK0.00%0.53%56.91%
26.27%

Color #BCBB51 in popluar number systems.

HEXBCBB51
Decimal18818781
Binary10111100101110111010001
Octal274273121

Shades and tints

Shades of #BCBB51

#BCBB51
(188,187,81)
#ABAA4A
(171,170,74)
#9A9943
(154,153,67)
#89883C
(137,136,60)
#787735
(120,119,53)
#67662E
(103,102,46)
#565527
(86,85,39)
#454420
(69,68,32)
#343319
(52,51,25)
#232212
(35,34,18)
#12110B
(18,17,11)
#000000
(0,0,0)

Tints of #BCBB51

#BCBB51
(188,187,81)
#C2C160
(194,193,96)
#C8C76F
(200,199,111)
#CECD7E
(206,205,126)
#D4D38D
(212,211,141)
#DAD99C
(218,217,156)
#E0DFAB
(224,223,171)
#E6E5BA
(230,229,186)
#ECEBC9
(236,235,201)
#F2F1D8
(242,241,216)
#F8F7E7
(248,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBB51; }

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

This text font color is #BCBB51.


Background Color

.myBgColor { background-color: #BCBB51; }

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

This div background color is #BCBB51.


Border color

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

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

This div border color is #BCBB51.


Opacity

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

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

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

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

This text has shadow with #BCBB51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBB51 on black background.


Color preview on white background

This text has color #BCBB51 on white background.



Black color preview on #BCBB51 background

This text has black color on #BCBB51 background.


White color preview on #BCBB51 background

This text has white color on #BCBB51 background.