COLOR #BFBF99

HEX: #BFBF99 RGB: (191,191,153)

Color info

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

RGB color model

#BFBF99 color RGB value is (191,191,153).

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

RGB channels and saturation

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

191
191
153

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

Portions of RGB colors in percentages

R + G + B = 191 + 191 + 153 = 535 (100%)
R 191 of 535 ~ 35.7%
G 191 of 535 ~ 35.7%
B 153 of 535 ~ 28.6'%

%35.7
%35.7
%28.6

CMYK color model

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

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

CMYK: (0,0,20,25)
C0M0Y20K25 (0%, 0%, 20%, 25%)
(0.00 / 0.00 / 0.20 / 0.25)

CMYK percentages

%0
%0
%19.9
%25.1

Codes

Color #BFBF99 in popluar color models

BF BF 99
RGB 191 191 153
HSL 60° 22.89% 67.45%
HSB/HSV 60° 19.90% 74.90%
CMYK 0.00% 0.00% 19.90%
25.10%

Color #BFBF99 in popluar number systems.

HEX BF BF 99
Decimal 191 191 153
Binary 10111111 10111111 10011001
Octal 277 277 231

Shades and tints

Shades of #BFBF99

#BFBF99
(191,191,153)
#AEAE8C
(174,174,140)
#9D9D7F
(157,157,127)
#8C8C72
(140,140,114)
#7B7B65
(123,123,101)
#6A6A58
(106,106,88)
#59594B
(89,89,75)
#48483E
(72,72,62)
#373731
(55,55,49)
#262624
(38,38,36)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #BFBF99

#BFBF99
(191,191,153)
#C4C4A2
(196,196,162)
#C9C9AB
(201,201,171)
#CECEB4
(206,206,180)
#D3D3BD
(211,211,189)
#D8D8C6
(216,216,198)
#DDDDCF
(221,221,207)
#E2E2D8
(226,226,216)
#E7E7E1
(231,231,225)
#ECECEA
(236,236,234)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFBF99; }

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

This text font color is #BFBF99.

Background Color

.myBgColor { background-color: #BFBF99; }

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

This div background color is #BFBF99.

Border color

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

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

This div border color is #BFBF99.

Opacity

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

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

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

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

This text has shadow with #BFBF99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFBF99.

Preview

Color preview on black background

This text has color #BFBF99 on black background.


Color preview on white background

This text has color #BFBF99 on white background.


Black color preview on #BFBF99 background

This text has black color on #BFBF99 background.


White color preview on #BFBF99 background

This text has white color on #BFBF99 background.


Related colors

Complementary color

Complementary color for #hex is #404066.


I love getcolorcode.com