COLOR #BCBB91

HEX: #BCBB91
RGB: (188,187,145)

Color info

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

RGB color model

#BCBB91 color RGB value is (188,187,145).

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

RGB channels and saturation

R 188 of 255 = 74%
G 187 of 255 = 73%
B 145 of 255 = 57%

188
187
145

R + G + B ~ 68%. #BCBB91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 187 + 145 = 520 (100%)
R 188 of 520 ~ 36.15%
G 187 of 520 ~ 35.96%
B 145 of 520 ~ 27.88%

%36.15
%35.96
%27.88

CMYK color model

#BCBB91 color CMYK value is (0,1,23,26).

  • cyan value is 0.00%
  • magenta value is 0.53%
  • yellow value is 22.87%
  • key color value is 26.27%
CMYK:
(0,1,23,26)
C0M1Y23K26 
(0%,1%,23%,26%)
(0.00/0.01/0.23/0.26)	

CMYK percentages

%0
%0.53
%22.87
%26.27

Codes

Color #BCBB91 in popluar color models

BCBB91
RGB188187145
HSL59°24.29%65.29%
HSB/HSV59°22.87%73.73%
CMYK0.00%0.53%22.87%
26.27%

Color #BCBB91 in popluar number systems.

HEXBCBB91
Decimal188187145
Binary101111001011101110010001
Octal274273221

Shades and tints

Shades of #BCBB91

#BCBB91
(188,187,145)
#ABAA84
(171,170,132)
#9A9977
(154,153,119)
#89886A
(137,136,106)
#78775D
(120,119,93)
#676650
(103,102,80)
#565543
(86,85,67)
#454436
(69,68,54)
#343329
(52,51,41)
#23221C
(35,34,28)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #BCBB91

#BCBB91
(188,187,145)
#C2C19B
(194,193,155)
#C8C7A5
(200,199,165)
#CECDAF
(206,205,175)
#D4D3B9
(212,211,185)
#DAD9C3
(218,217,195)
#E0DFCD
(224,223,205)
#E6E5D7
(230,229,215)
#ECEBE1
(236,235,225)
#F2F1EB
(242,241,235)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBB91; }

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

This text font color is #BCBB91.


Background Color

.myBgColor { background-color: #BCBB91; }

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

This div background color is #BCBB91.


Border color

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

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

This div border color is #BCBB91.


Opacity

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

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

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

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

This text has shadow with #BCBB91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBB91 on black background.


Color preview on white background

This text has color #BCBB91 on white background.



Black color preview on #BCBB91 background

This text has black color on #BCBB91 background.


White color preview on #BCBB91 background

This text has white color on #BCBB91 background.