COLOR #BCB874

HEX: #BCB874
RGB: (188,184,116)

Color info

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

RGB color model

#BCB874 color RGB value is (188,184,116).

  • red value is 188;
  • green value is 184;
  • blue value is 116.
RGB:
(188,184,116)
(74%,72%,45%)

RGB channels and saturation

R 188 of 255 = 74%
G 184 of 255 = 72%
B 116 of 255 = 45%

188
184
116

R + G + B ~ 64%. #BCB874 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 184 + 116 = 488 (100%)
R 188 of 488 ~ 38.52%
G 184 of 488 ~ 37.7%
B 116 of 488 ~ 23.77%

%38.52
%37.7
%23.77

CMYK color model

#BCB874 color CMYK value is (0,2,38,26).

  • cyan value is 0.00%
  • magenta value is 2.13%
  • yellow value is 38.30%
  • key color value is 26.27%
CMYK:
(0,2,38,26)
C0M2Y38K26 
(0%,2%,38%,26%)
(0.00/0.02/0.38/0.26)	

CMYK percentages

%0
%2.13
%38.3
%26.27

Codes

Color #BCB874 in popluar color models

BCB874
RGB188184116
HSL57°34.95%59.61%
HSB/HSV57°38.30%73.73%
CMYK0.00%2.13%38.30%
26.27%

Color #BCB874 in popluar number systems.

HEXBCB874
Decimal188184116
Binary10111100101110001110100
Octal274270164

Shades and tints

Shades of #BCB874

#BCB874
(188,184,116)
#ABA86A
(171,168,106)
#9A9860
(154,152,96)
#898856
(137,136,86)
#78784C
(120,120,76)
#676842
(103,104,66)
#565838
(86,88,56)
#45482E
(69,72,46)
#343824
(52,56,36)
#23281A
(35,40,26)
#121810
(18,24,16)
#000000
(0,0,0)

Tints of #BCB874

#BCB874
(188,184,116)
#C2BE80
(194,190,128)
#C8C48C
(200,196,140)
#CECA98
(206,202,152)
#D4D0A4
(212,208,164)
#DAD6B0
(218,214,176)
#E0DCBC
(224,220,188)
#E6E2C8
(230,226,200)
#ECE8D4
(236,232,212)
#F2EEE0
(242,238,224)
#F8F4EC
(248,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB874 color. Also use rgb(188,184,116) instead hex code.

Text Font Color

.myTextColor { color: #BCB874; }

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

This text font color is #BCB874.


Background Color

.myBgColor { background-color: #BCB874; }

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

This div background color is #BCB874.


Border color

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

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

This div border color is #BCB874.


Opacity

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

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

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

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

This text has shadow with #BCB874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB874 on black background.


Color preview on white background

This text has color #BCB874 on white background.



Black color preview on #BCB874 background

This text has black color on #BCB874 background.


White color preview on #BCB874 background

This text has white color on #BCB874 background.