COLOR #BCB58B

HEX: #BCB58B
RGB: (188,181,139)

Color info

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

RGB color model

#BCB58B color RGB value is (188,181,139).

  • red value is 188;
  • green value is 181;
  • blue value is 139.
RGB:
(188,181,139)
(74%,71%,55%)

RGB channels and saturation

R 188 of 255 = 74%
G 181 of 255 = 71%
B 139 of 255 = 55%

188
181
139

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

Portions of RGB colors in percentages

R + G + B =
188 + 181 + 139 = 508 (100%)
R 188 of 508 ~ 37.01%
G 181 of 508 ~ 35.63%
B 139 of 508 ~ 27.36%

%37.01
%35.63
%27.36

CMYK color model

#BCB58B color CMYK value is (0,4,26,26).

  • cyan value is 0.00%
  • magenta value is 3.72%
  • yellow value is 26.06%
  • key color value is 26.27%
CMYK:
(0,4,26,26)
C0M4Y26K26 
(0%,4%,26%,26%)
(0.00/0.04/0.26/0.26)	

CMYK percentages

%0
%3.72
%26.06
%26.27

Codes

Color #BCB58B in popluar color models

BCB58B
RGB188181139
HSL51°26.78%64.12%
HSB/HSV51°26.06%73.73%
CMYK0.00%3.72%26.06%
26.27%

Color #BCB58B in popluar number systems.

HEXBCB58B
Decimal188181139
Binary101111001011010110001011
Octal274265213

Shades and tints

Shades of #BCB58B

#BCB58B
(188,181,139)
#ABA57F
(171,165,127)
#9A9573
(154,149,115)
#898567
(137,133,103)
#78755B
(120,117,91)
#67654F
(103,101,79)
#565543
(86,85,67)
#454537
(69,69,55)
#34352B
(52,53,43)
#23251F
(35,37,31)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #BCB58B

#BCB58B
(188,181,139)
#C2BB95
(194,187,149)
#C8C19F
(200,193,159)
#CEC7A9
(206,199,169)
#D4CDB3
(212,205,179)
#DAD3BD
(218,211,189)
#E0D9C7
(224,217,199)
#E6DFD1
(230,223,209)
#ECE5DB
(236,229,219)
#F2EBE5
(242,235,229)
#F8F1EF
(248,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB58B color. Also use rgb(188,181,139) instead hex code.

Text Font Color

.myTextColor { color: #BCB58B; }

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

This text font color is #BCB58B.


Background Color

.myBgColor { background-color: #BCB58B; }

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

This div background color is #BCB58B.


Border color

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

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

This div border color is #BCB58B.


Opacity

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

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

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

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

This text has shadow with #BCB58B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB58B on black background.


Color preview on white background

This text has color #BCB58B on white background.



Black color preview on #BCB58B background

This text has black color on #BCB58B background.


White color preview on #BCB58B background

This text has white color on #BCB58B background.