COLOR #BFC99B

HEX: #BFC99B RGB: (191,201,155)

Color info

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

RGB color model

#BFC99B color RGB value is (191,201,155).

RGB: (191,201,155) (75%, 79%, 61%)

RGB channels and saturation

R 191 of 255 = 75%
G 201 of 255 = 79%
B 155 of 255 = 61%

191
201
155

R + G + B ~ 72%. #BFC99B is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 201 + 155 = 547 (100%)
R 191 of 547 ~ 34.92%
G 201 of 547 ~ 36.75%
B 155 of 547 ~ 28.34'%

%34.92
%36.75
%28.34

CMYK color model

#BFC99B color CMYK value is (5,0,23,21).

  • cyan value is 4.98%
  • magenta value is 0.00%
  • yellow value is 22.89%
  • key color value is 21.18%
CMYK: (5,0,23,21) C5M0Y23K21 (5%,0%,23%,21%) (0.05/0.00/0.23/0.21) 

CMYK percentages

%4.98
%0
%22.89
%21.18

Codes

Color #BFC99B in popluar color models

BF C9 9B
RGB 191 201 155
HSL 73° 29.87% 69.80%
HSB/HSV 73° 22.89% 78.82%
CMYK 4.98% 0.00% 22.89%
21.18%

Color #BFC99B in popluar number systems.

HEX BF C9 9B
Decimal 191 201 155
Binary 10111111 11001001 10011011
Octal 277 311 233

Shades and tints

Shades of #BFC99B

#BFC99B
(191,201,155)
#AEB78D
(174,183,141)
#9DA57F
(157,165,127)
#8C9371
(140,147,113)
#7B8163
(123,129,99)
#6A6F55
(106,111,85)
#595D47
(89,93,71)
#484B39
(72,75,57)
#37392B
(55,57,43)
#26271D
(38,39,29)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #BFC99B

#BFC99B
(191,201,155)
#C4CDA4
(196,205,164)
#C9D1AD
(201,209,173)
#CED5B6
(206,213,182)
#D3D9BF
(211,217,191)
#D8DDC8
(216,221,200)
#DDE1D1
(221,225,209)
#E2E5DA
(226,229,218)
#E7E9E3
(231,233,227)
#ECEDEC
(236,237,236)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC99B; }

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

This text font color is #BFC99B.

Background Color

.myBgColor { background-color: #BFC99B; }

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

This div background color is #BFC99B.

Border color

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

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

This div border color is #BFC99B.

Opacity

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

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

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

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

This text has shadow with #BFC99B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC99B.

Preview

Color preview on black background

This text has color #BFC99B on black background.


Color preview on white background

This text has color #BFC99B on white background.


Black color preview on #BFC99B background

This text has black color on #BFC99B background.


White color preview on #BFC99B background

This text has white color on #BFC99B background.


Related colors

Complementary color

Complementary color for #hex is #403664.


I love getcolorcode.com

Triadic colors

1 #9BBFC9 and #C99BBF with #BFC99B are triadic colors.

2 #9BC9BF and #C9BF9B with #BFC99B are triadic colors.