COLOR #BCB491

HEX: #BCB491
RGB: (188,180,145)

Color info

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

RGB color model

#BCB491 color RGB value is (188,180,145).

  • red value is 188;
  • green value is 180;
  • blue value is 145.
RGB:
(188,180,145)
(74%,71%,57%)

RGB channels and saturation

R 188 of 255 = 74%
G 180 of 255 = 71%
B 145 of 255 = 57%

188
180
145

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

Portions of RGB colors in percentages

R + G + B =
188 + 180 + 145 = 513 (100%)
R 188 of 513 ~ 36.65%
G 180 of 513 ~ 35.09%
B 145 of 513 ~ 28.27%

%36.65
%35.09
%28.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 22.87%
  • key color value is 26.27%
CMYK:
(0,4,23,26)
C0M4Y23K26 
(0%,4%,23%,26%)
(0.00/0.04/0.23/0.26)	

CMYK percentages

%0
%4.26
%22.87
%26.27

Codes

Color #BCB491 in popluar color models

BCB491
RGB188180145
HSL49°24.29%65.29%
HSB/HSV49°22.87%73.73%
CMYK0.00%4.26%22.87%
26.27%

Color #BCB491 in popluar number systems.

HEXBCB491
Decimal188180145
Binary101111001011010010010001
Octal274264221

Shades and tints

Shades of #BCB491

#BCB491
(188,180,145)
#ABA484
(171,164,132)
#9A9477
(154,148,119)
#89846A
(137,132,106)
#78745D
(120,116,93)
#676450
(103,100,80)
#565443
(86,84,67)
#454436
(69,68,54)
#343429
(52,52,41)
#23241C
(35,36,28)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #BCB491

#BCB491
(188,180,145)
#C2BA9B
(194,186,155)
#C8C0A5
(200,192,165)
#CEC6AF
(206,198,175)
#D4CCB9
(212,204,185)
#DAD2C3
(218,210,195)
#E0D8CD
(224,216,205)
#E6DED7
(230,222,215)
#ECE4E1
(236,228,225)
#F2EAEB
(242,234,235)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB491 color. Also use rgb(188,180,145) instead hex code.

Text Font Color

.myTextColor { color: #BCB491; }

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

This text font color is #BCB491.


Background Color

.myBgColor { background-color: #BCB491; }

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

This div background color is #BCB491.


Border color

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

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

This div border color is #BCB491.


Opacity

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

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

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

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

This text has shadow with #BCB491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB491 on black background.


Color preview on white background

This text has color #BCB491 on white background.



Black color preview on #BCB491 background

This text has black color on #BCB491 background.


White color preview on #BCB491 background

This text has white color on #BCB491 background.