COLOR #BCB877

HEX: #BCB877
RGB: (188,184,119)

Color info

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

RGB color model

#BCB877 color RGB value is (188,184,119).

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

RGB channels and saturation

R 188 of 255 = 74%
G 184 of 255 = 72%
B 119 of 255 = 47%

188
184
119

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

Portions of RGB colors in percentages

R + G + B =
188 + 184 + 119 = 491 (100%)
R 188 of 491 ~ 38.29%
G 184 of 491 ~ 37.47%
B 119 of 491 ~ 24.24%

%38.29
%37.47
%24.24

CMYK color model

#BCB877 color CMYK value is (0,2,37,26).

  • cyan value is 0.00%
  • magenta value is 2.13%
  • yellow value is 36.70%
  • key color value is 26.27%
CMYK:
(0,2,37,26)
C0M2Y37K26 
(0%,2%,37%,26%)
(0.00/0.02/0.37/0.26)	

CMYK percentages

%0
%2.13
%36.7
%26.27

Codes

Color #BCB877 in popluar color models

BCB877
RGB188184119
HSL57°33.99%60.20%
HSB/HSV57°36.70%73.73%
CMYK0.00%2.13%36.70%
26.27%

Color #BCB877 in popluar number systems.

HEXBCB877
Decimal188184119
Binary10111100101110001110111
Octal274270167

Shades and tints

Shades of #BCB877

#BCB877
(188,184,119)
#ABA86D
(171,168,109)
#9A9863
(154,152,99)
#898859
(137,136,89)
#78784F
(120,120,79)
#676845
(103,104,69)
#56583B
(86,88,59)
#454831
(69,72,49)
#343827
(52,56,39)
#23281D
(35,40,29)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #BCB877

#BCB877
(188,184,119)
#C2BE83
(194,190,131)
#C8C48F
(200,196,143)
#CECA9B
(206,202,155)
#D4D0A7
(212,208,167)
#DAD6B3
(218,214,179)
#E0DCBF
(224,220,191)
#E6E2CB
(230,226,203)
#ECE8D7
(236,232,215)
#F2EEE3
(242,238,227)
#F8F4EF
(248,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB877; }

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

This text font color is #BCB877.


Background Color

.myBgColor { background-color: #BCB877; }

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

This div background color is #BCB877.


Border color

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

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

This div border color is #BCB877.


Opacity

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

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

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

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

This text has shadow with #BCB877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB877 on black background.


Color preview on white background

This text has color #BCB877 on white background.



Black color preview on #BCB877 background

This text has black color on #BCB877 background.


White color preview on #BCB877 background

This text has white color on #BCB877 background.