COLOR #BCBF97

HEX: #BCBF97
RGB: (188,191,151)

Color info

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

RGB color model

#BCBF97 color RGB value is (188,191,151).

  • red value is 188;
  • green value is 191;
  • blue value is 151.
RGB:
(188,191,151)
(74%,75%,59%)

RGB channels and saturation

R 188 of 255 = 74%
G 191 of 255 = 75%
B 151 of 255 = 59%

188
191
151

R + G + B ~ 69%. #BCBF97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 191 + 151 = 530 (100%)
R 188 of 530 ~ 35.47%
G 191 of 530 ~ 36.04%
B 151 of 530 ~ 28.49%

%35.47
%36.04
%28.49

CMYK color model

#BCBF97 color CMYK value is (2,0,21,25).

  • cyan value is 1.57%
  • magenta value is 0.00%
  • yellow value is 20.94%
  • key color value is 25.10%
CMYK:
(2,0,21,25)
C2M0Y21K25 
(2%,0%,21%,25%)
(0.02/0.00/0.21/0.25)	

CMYK percentages

%1.57
%0
%20.94
%25.1

Codes

Color #BCBF97 in popluar color models

BCBF97
RGB188191151
HSL65°23.81%67.06%
HSB/HSV65°20.94%74.90%
CMYK1.57%0.00%20.94%
25.10%

Color #BCBF97 in popluar number systems.

HEXBCBF97
Decimal188191151
Binary101111001011111110010111
Octal274277227

Shades and tints

Shades of #BCBF97

#BCBF97
(188,191,151)
#ABAE8A
(171,174,138)
#9A9D7D
(154,157,125)
#898C70
(137,140,112)
#787B63
(120,123,99)
#676A56
(103,106,86)
#565949
(86,89,73)
#45483C
(69,72,60)
#34372F
(52,55,47)
#232622
(35,38,34)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #BCBF97

#BCBF97
(188,191,151)
#C2C4A0
(194,196,160)
#C8C9A9
(200,201,169)
#CECEB2
(206,206,178)
#D4D3BB
(212,211,187)
#DAD8C4
(218,216,196)
#E0DDCD
(224,221,205)
#E6E2D6
(230,226,214)
#ECE7DF
(236,231,223)
#F2ECE8
(242,236,232)
#F8F1F1
(248,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCBF97 color. Also use rgb(188,191,151) instead hex code.

Text Font Color

.myTextColor { color: #BCBF97; }

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

This text font color is #BCBF97.


Background Color

.myBgColor { background-color: #BCBF97; }

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

This div background color is #BCBF97.


Border color

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

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

This div border color is #BCBF97.


Opacity

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

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

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

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

This text has shadow with #BCBF97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBF97 on black background.


Color preview on white background

This text has color #BCBF97 on white background.



Black color preview on #BCBF97 background

This text has black color on #BCBF97 background.


White color preview on #BCBF97 background

This text has white color on #BCBF97 background.