COLOR #BCB149

HEX: #BCB149
RGB: (188,177,73)

Color info

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

RGB color model

#BCB149 color RGB value is (188,177,73).

  • red value is 188;
  • green value is 177;
  • blue value is 73.
RGB:
(188,177,73)
(74%,69%,29%)

RGB channels and saturation

R 188 of 255 = 74%
G 177 of 255 = 69%
B 73 of 255 = 29%

188
177
73

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

Portions of RGB colors in percentages

R + G + B =
188 + 177 + 73 = 438 (100%)
R 188 of 438 ~ 42.92%
G 177 of 438 ~ 40.41%
B 73 of 438 ~ 16.67%

%42.92
%40.41
%16.67

CMYK color model

#BCB149 color CMYK value is (0,6,61,26).

  • cyan value is 0.00%
  • magenta value is 5.85%
  • yellow value is 61.17%
  • key color value is 26.27%
CMYK:
(0,6,61,26)
C0M6Y61K26 
(0%,6%,61%,26%)
(0.00/0.06/0.61/0.26)	

CMYK percentages

%0
%5.85
%61.17
%26.27

Codes

Color #BCB149 in popluar color models

BCB149
RGB18817773
HSL54°46.18%51.18%
HSB/HSV54°61.17%73.73%
CMYK0.00%5.85%61.17%
26.27%

Color #BCB149 in popluar number systems.

HEXBCB149
Decimal18817773
Binary10111100101100011001001
Octal274261111

Shades and tints

Shades of #BCB149

#BCB149
(188,177,73)
#ABA143
(171,161,67)
#9A913D
(154,145,61)
#898137
(137,129,55)
#787131
(120,113,49)
#67612B
(103,97,43)
#565125
(86,81,37)
#45411F
(69,65,31)
#343119
(52,49,25)
#232113
(35,33,19)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #BCB149

#BCB149
(188,177,73)
#C2B859
(194,184,89)
#C8BF69
(200,191,105)
#CEC679
(206,198,121)
#D4CD89
(212,205,137)
#DAD499
(218,212,153)
#E0DBA9
(224,219,169)
#E6E2B9
(230,226,185)
#ECE9C9
(236,233,201)
#F2F0D9
(242,240,217)
#F8F7E9
(248,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB149 color. Also use rgb(188,177,73) instead hex code.

Text Font Color

.myTextColor { color: #BCB149; }

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

This text font color is #BCB149.


Background Color

.myBgColor { background-color: #BCB149; }

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

This div background color is #BCB149.


Border color

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

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

This div border color is #BCB149.


Opacity

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

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

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

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

This text has shadow with #BCB149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB149 on black background.


Color preview on white background

This text has color #BCB149 on white background.



Black color preview on #BCB149 background

This text has black color on #BCB149 background.


White color preview on #BCB149 background

This text has white color on #BCB149 background.