COLOR #BFBE99

HEX: #BFBE99 RGB: (191,190,153)

Color info

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

RGB color model

#BFBE99 color RGB value is (191,190,153).

RGB: (191,190,153) (75%, 75%, 60%)

RGB channels and saturation

R 191 of 255 = 75%
G 190 of 255 = 75%
B 153 of 255 = 60%

191
190
153

R + G + B ~ 70%. #BFBE99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 190 + 153 = 534 (100%)
R 191 of 534 ~ 35.77%
G 190 of 534 ~ 35.58%
B 153 of 534 ~ 28.65'%

%35.77
%35.58
%28.65

CMYK color model

#BFBE99 color CMYK value is (0,1,20,25).

  • cyan value is 0.00%
  • magenta value is 0.52%
  • yellow value is 19.90%
  • key color value is 25.10%

CMYK: (0,1,20,25)
C0M1Y20K25 (0%, 1%, 20%, 25%)
(0.00 / 0.01 / 0.20 / 0.25)

CMYK percentages

%0
%0.52
%19.9
%25.1

Codes

Color #BFBE99 in popluar color models

BF BE 99
RGB 191 190 153
HSL 58° 22.89% 67.45%
HSB/HSV 58° 19.90% 74.90%
CMYK 0.00% 0.52% 19.90%
25.10%

Color #BFBE99 in popluar number systems.

HEX BF BE 99
Decimal 191 190 153
Binary 10111111 10111110 10011001
Octal 277 276 231

Shades and tints

Shades of #BFBE99

#BFBE99
(191,190,153)
#AEAD8C
(174,173,140)
#9D9C7F
(157,156,127)
#8C8B72
(140,139,114)
#7B7A65
(123,122,101)
#6A6958
(106,105,88)
#59584B
(89,88,75)
#48473E
(72,71,62)
#373631
(55,54,49)
#262524
(38,37,36)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #BFBE99

#BFBE99
(191,190,153)
#C4C3A2
(196,195,162)
#C9C8AB
(201,200,171)
#CECDB4
(206,205,180)
#D3D2BD
(211,210,189)
#D8D7C6
(216,215,198)
#DDDCCF
(221,220,207)
#E2E1D8
(226,225,216)
#E7E6E1
(231,230,225)
#ECEBEA
(236,235,234)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFBE99; }

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

This text font color is #BFBE99.

Background Color

.myBgColor { background-color: #BFBE99; }

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

This div background color is #BFBE99.

Border color

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

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

This div border color is #BFBE99.

Opacity

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

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

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

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

This text has shadow with #BFBE99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFBE99.

Preview

Color preview on black background

This text has color #BFBE99 on black background.


Color preview on white background

This text has color #BFBE99 on white background.


Black color preview on #BFBE99 background

This text has black color on #BFBE99 background.


White color preview on #BFBE99 background

This text has white color on #BFBE99 background.


Related colors

Complementary color

Complementary color for #hex is #404166.


I love getcolorcode.com

Triadic colors

1 #99BFBE and #BE99BF with #BFBE99 are triadic colors.

2 #99BEBF and #BEBF99 with #BFBE99 are triadic colors.