COLOR #BFBE9F

HEX: #BFBE9F
RGB: (191,190,159)

Color info

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

RGB color model

#BFBE9F color RGB value is (191,190,159).

  • red value is 191;
  • green value is 190;
  • blue value is 159.
RGB:
(191,190,159)
(75%,75%,62%)

RGB channels and saturation

R 191 of 255 = 75%
G 190 of 255 = 75%
B 159 of 255 = 62%

191
190
159

R + G + B ~ 71%. #BFBE9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 190 + 159 = 540 (100%)
R 191 of 540 ~ 35.37%
G 190 of 540 ~ 35.19%
B 159 of 540 ~ 29.44%

%35.37
%35.19
%29.44

CMYK color model

#BFBE9F color CMYK value is (0,1,17,25).

  • cyan value is 0.00%
  • magenta value is 0.52%
  • yellow value is 16.75%
  • key color value is 25.10%
CMYK:
(0,1,17,25)
C0M1Y17K25 
(0%,1%,17%,25%)
(0.00/0.01/0.17/0.25)	

CMYK percentages

%0
%0.52
%16.75
%25.1

Codes

Color #BFBE9F in popluar color models

BFBE9F
RGB191190159
HSL58°20.00%68.63%
HSB/HSV58°16.75%74.90%
CMYK0.00%0.52%16.75%
25.10%

Color #BFBE9F in popluar number systems.

HEXBFBE9F
Decimal191190159
Binary101111111011111010011111
Octal277276237

Shades and tints

Shades of #BFBE9F

#BFBE9F
(191,190,159)
#AEAD91
(174,173,145)
#9D9C83
(157,156,131)
#8C8B75
(140,139,117)
#7B7A67
(123,122,103)
#6A6959
(106,105,89)
#59584B
(89,88,75)
#48473D
(72,71,61)
#37362F
(55,54,47)
#262521
(38,37,33)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #BFBE9F

#BFBE9F
(191,190,159)
#C4C3A7
(196,195,167)
#C9C8AF
(201,200,175)
#CECDB7
(206,205,183)
#D3D2BF
(211,210,191)
#D8D7C7
(216,215,199)
#DDDCCF
(221,220,207)
#E2E1D7
(226,225,215)
#E7E6DF
(231,230,223)
#ECEBE7
(236,235,231)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFBE9F color. Also use rgb(191,190,159) instead hex code.

Text Font Color

.myTextColor { color: #BFBE9F; }

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

This text font color is #BFBE9F.


Background Color

.myBgColor { background-color: #BFBE9F; }

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

This div background color is #BFBE9F.


Border color

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

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

This div border color is #BFBE9F.


Opacity

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

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

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

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

This text has shadow with #BFBE9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFBE9F on black background.


Color preview on white background

This text has color #BFBE9F on white background.



Black color preview on #BFBE9F background

This text has black color on #BFBE9F background.


White color preview on #BFBE9F background

This text has white color on #BFBE9F background.