COLOR #BCB783

HEX: #BCB783
RGB: (188,183,131)

Color info

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

RGB color model

#BCB783 color RGB value is (188,183,131).

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

RGB channels and saturation

R 188 of 255 = 74%
G 183 of 255 = 72%
B 131 of 255 = 51%

188
183
131

R + G + B ~ 66%. #BCB783 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 183 + 131 = 502 (100%)
R 188 of 502 ~ 37.45%
G 183 of 502 ~ 36.45%
B 131 of 502 ~ 26.1%

%37.45
%36.45
%26.1

CMYK color model

#BCB783 color CMYK value is (0,3,30,26).

  • cyan value is 0.00%
  • magenta value is 2.66%
  • yellow value is 30.32%
  • key color value is 26.27%
CMYK:
(0,3,30,26)
C0M3Y30K26 
(0%,3%,30%,26%)
(0.00/0.03/0.30/0.26)	

CMYK percentages

%0
%2.66
%30.32
%26.27

Codes

Color #BCB783 in popluar color models

BCB783
RGB188183131
HSL55°29.84%62.55%
HSB/HSV55°30.32%73.73%
CMYK0.00%2.66%30.32%
26.27%

Color #BCB783 in popluar number systems.

HEXBCB783
Decimal188183131
Binary101111001011011110000011
Octal274267203

Shades and tints

Shades of #BCB783

#BCB783
(188,183,131)
#ABA778
(171,167,120)
#9A976D
(154,151,109)
#898762
(137,135,98)
#787757
(120,119,87)
#67674C
(103,103,76)
#565741
(86,87,65)
#454736
(69,71,54)
#34372B
(52,55,43)
#232720
(35,39,32)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #BCB783

#BCB783
(188,183,131)
#C2BD8E
(194,189,142)
#C8C399
(200,195,153)
#CEC9A4
(206,201,164)
#D4CFAF
(212,207,175)
#DAD5BA
(218,213,186)
#E0DBC5
(224,219,197)
#E6E1D0
(230,225,208)
#ECE7DB
(236,231,219)
#F2EDE6
(242,237,230)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB783; }

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

This text font color is #BCB783.


Background Color

.myBgColor { background-color: #BCB783; }

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

This div background color is #BCB783.


Border color

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

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

This div border color is #BCB783.


Opacity

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

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

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

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

This text has shadow with #BCB783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB783 on black background.


Color preview on white background

This text has color #BCB783 on white background.



Black color preview on #BCB783 background

This text has black color on #BCB783 background.


White color preview on #BCB783 background

This text has white color on #BCB783 background.