COLOR #BCB382

HEX: #BCB382
RGB: (188,179,130)

Color info

#BCB382 contains red, green and blue colors in about the same proportion. Web safe color of #BCB382 is #CC9999 (or #C99).

RGB color model

#BCB382 color RGB value is (188,179,130).

  • red value is 188;
  • green value is 179;
  • blue value is 130.
RGB:
(188,179,130)
(74%,70%,51%)

RGB channels and saturation

R 188 of 255 = 74%
G 179 of 255 = 70%
B 130 of 255 = 51%

188
179
130

R + G + B ~ 65%. #BCB382 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 179 + 130 = 497 (100%)
R 188 of 497 ~ 37.83%
G 179 of 497 ~ 36.02%
B 130 of 497 ~ 26.16%

%37.83
%36.02
%26.16

CMYK color model

#BCB382 color CMYK value is (0,5,31,26).

  • cyan value is 0.00%
  • magenta value is 4.79%
  • yellow value is 30.85%
  • key color value is 26.27%
CMYK:
(0,5,31,26)
C0M5Y31K26 
(0%,5%,31%,26%)
(0.00/0.05/0.31/0.26)	

CMYK percentages

%0
%4.79
%30.85
%26.27

Codes

Color #BCB382 in popluar color models

BCB382
RGB188179130
HSL51°30.21%62.35%
HSB/HSV51°30.85%73.73%
CMYK0.00%4.79%30.85%
26.27%

Color #BCB382 in popluar number systems.

HEXBCB382
Decimal188179130
Binary101111001011001110000010
Octal274263202

Shades and tints

Shades of #BCB382

#BCB382
(188,179,130)
#ABA377
(171,163,119)
#9A936C
(154,147,108)
#898361
(137,131,97)
#787356
(120,115,86)
#67634B
(103,99,75)
#565340
(86,83,64)
#454335
(69,67,53)
#34332A
(52,51,42)
#23231F
(35,35,31)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #BCB382

#BCB382
(188,179,130)
#C2B98D
(194,185,141)
#C8BF98
(200,191,152)
#CEC5A3
(206,197,163)
#D4CBAE
(212,203,174)
#DAD1B9
(218,209,185)
#E0D7C4
(224,215,196)
#E6DDCF
(230,221,207)
#ECE3DA
(236,227,218)
#F2E9E5
(242,233,229)
#F8EFF0
(248,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB382 color. Also use rgb(188,179,130) instead hex code.

Text Font Color

.myTextColor { color: #BCB382; }

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

This text font color is #BCB382.


Background Color

.myBgColor { background-color: #BCB382; }

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

This div background color is #BCB382.


Border color

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

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

This div border color is #BCB382.


Opacity

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

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

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

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

This text has shadow with #BCB382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB382 on black background.


Color preview on white background

This text has color #BCB382 on white background.



Black color preview on #BCB382 background

This text has black color on #BCB382 background.


White color preview on #BCB382 background

This text has white color on #BCB382 background.