COLOR #BCB78D

HEX: #BCB78D
RGB: (188,183,141)

Color info

#BCB78D contains red, green and blue colors in about the same proportion. Web safe color of #BCB78D is #CCCC99 (or #CC9).

RGB color model

#BCB78D color RGB value is (188,183,141).

  • red value is 188;
  • green value is 183;
  • blue value is 141.
RGB:
(188,183,141)
(74%,72%,55%)

RGB channels and saturation

R 188 of 255 = 74%
G 183 of 255 = 72%
B 141 of 255 = 55%

188
183
141

R + G + B ~ 67%. #BCB78D is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 183 + 141 = 512 (100%)
R 188 of 512 ~ 36.72%
G 183 of 512 ~ 35.74%
B 141 of 512 ~ 27.54%

%36.72
%35.74
%27.54

CMYK color model

#BCB78D color CMYK value is (0,3,25,26).

  • cyan value is 0.00%
  • magenta value is 2.66%
  • yellow value is 25.00%
  • key color value is 26.27%
CMYK:
(0,3,25,26)
C0M3Y25K26 
(0%,3%,25%,26%)
(0.00/0.03/0.25/0.26)	

CMYK percentages

%0
%2.66
%25
%26.27

Codes

Color #BCB78D in popluar color models

BCB78D
RGB188183141
HSL54°25.97%64.51%
HSB/HSV54°25.00%73.73%
CMYK0.00%2.66%25.00%
26.27%

Color #BCB78D in popluar number systems.

HEXBCB78D
Decimal188183141
Binary101111001011011110001101
Octal274267215

Shades and tints

Shades of #BCB78D

#BCB78D
(188,183,141)
#ABA781
(171,167,129)
#9A9775
(154,151,117)
#898769
(137,135,105)
#78775D
(120,119,93)
#676751
(103,103,81)
#565745
(86,87,69)
#454739
(69,71,57)
#34372D
(52,55,45)
#232721
(35,39,33)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #BCB78D

#BCB78D
(188,183,141)
#C2BD97
(194,189,151)
#C8C3A1
(200,195,161)
#CEC9AB
(206,201,171)
#D4CFB5
(212,207,181)
#DAD5BF
(218,213,191)
#E0DBC9
(224,219,201)
#E6E1D3
(230,225,211)
#ECE7DD
(236,231,221)
#F2EDE7
(242,237,231)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB78D color. Also use rgb(188,183,141) instead hex code.

Text Font Color

.myTextColor { color: #BCB78D; }

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

This text font color is #BCB78D.


Background Color

.myBgColor { background-color: #BCB78D; }

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

This div background color is #BCB78D.


Border color

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

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

This div border color is #BCB78D.


Opacity

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

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

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

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

This text has shadow with #BCB78D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB78D on black background.


Color preview on white background

This text has color #BCB78D on white background.



Black color preview on #BCB78D background

This text has black color on #BCB78D background.


White color preview on #BCB78D background

This text has white color on #BCB78D background.