COLOR #BCB383

HEX: #BCB383
RGB: (188,179,131)

Color info

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

RGB color model

#BCB383 color RGB value is (188,179,131).

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

RGB channels and saturation

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

188
179
131

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

Portions of RGB colors in percentages

R + G + B =
188 + 179 + 131 = 498 (100%)
R 188 of 498 ~ 37.75%
G 179 of 498 ~ 35.94%
B 131 of 498 ~ 26.31%

%37.75
%35.94
%26.31

CMYK color model

#BCB383 color CMYK value is (0,5,30,26).

  • cyan value is 0.00%
  • magenta value is 4.79%
  • yellow value is 30.32%
  • key color value is 26.27%
CMYK:
(0,5,30,26)
C0M5Y30K26 
(0%,5%,30%,26%)
(0.00/0.05/0.30/0.26)	

CMYK percentages

%0
%4.79
%30.32
%26.27

Codes

Color #BCB383 in popluar color models

BCB383
RGB188179131
HSL51°29.84%62.55%
HSB/HSV51°30.32%73.73%
CMYK0.00%4.79%30.32%
26.27%

Color #BCB383 in popluar number systems.

HEXBCB383
Decimal188179131
Binary101111001011001110000011
Octal274263203

Shades and tints

Shades of #BCB383

#BCB383
(188,179,131)
#ABA378
(171,163,120)
#9A936D
(154,147,109)
#898362
(137,131,98)
#787357
(120,115,87)
#67634C
(103,99,76)
#565341
(86,83,65)
#454336
(69,67,54)
#34332B
(52,51,43)
#232320
(35,35,32)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #BCB383

#BCB383
(188,179,131)
#C2B98E
(194,185,142)
#C8BF99
(200,191,153)
#CEC5A4
(206,197,164)
#D4CBAF
(212,203,175)
#DAD1BA
(218,209,186)
#E0D7C5
(224,215,197)
#E6DDD0
(230,221,208)
#ECE3DB
(236,227,219)
#F2E9E6
(242,233,230)
#F8EFF1
(248,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB383; }

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

This text font color is #BCB383.


Background Color

.myBgColor { background-color: #BCB383; }

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

This div background color is #BCB383.


Border color

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

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

This div border color is #BCB383.


Opacity

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

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

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

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

This text has shadow with #BCB383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB383 on black background.


Color preview on white background

This text has color #BCB383 on white background.



Black color preview on #BCB383 background

This text has black color on #BCB383 background.


White color preview on #BCB383 background

This text has white color on #BCB383 background.