COLOR #BFC79B

HEX: #BFC79B RGB: (191,199,155)

Color info

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

RGB color model

#BFC79B color RGB value is (191,199,155).

RGB: (191,199,155) (75%, 78%, 61%)

RGB channels and saturation

R 191 of 255 = 75%
G 199 of 255 = 78%
B 155 of 255 = 61%

191
199
155

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

Portions of RGB colors in percentages

R + G + B = 191 + 199 + 155 = 545 (100%)
R 191 of 545 ~ 35.05%
G 199 of 545 ~ 36.51%
B 155 of 545 ~ 28.44'%

%35.05
%36.51
%28.44

CMYK color model

#BFC79B color CMYK value is (4,0,22,22).

  • cyan value is 4.02%
  • magenta value is 0.00%
  • yellow value is 22.11%
  • key color value is 21.96%

CMYK: (4,0,22,22)
C4M0Y22K22 (4%, 0%, 22%, 22%)
(0.04 / 0.00 / 0.22 / 0.22)

CMYK percentages

%4.02
%0
%22.11
%21.96

Codes

Color #BFC79B in popluar color models

BF C7 9B
RGB 191 199 155
HSL 71° 28.21% 69.41%
HSB/HSV 71° 22.11% 78.04%
CMYK 4.02% 0.00% 22.11%
21.96%

Color #BFC79B in popluar number systems.

HEX BF C7 9B
Decimal 191 199 155
Binary 10111111 11000111 10011011
Octal 277 307 233

Shades and tints

Shades of #BFC79B

#BFC79B
(191,199,155)
#AEB58D
(174,181,141)
#9DA37F
(157,163,127)
#8C9171
(140,145,113)
#7B7F63
(123,127,99)
#6A6D55
(106,109,85)
#595B47
(89,91,71)
#484939
(72,73,57)
#37372B
(55,55,43)
#26251D
(38,37,29)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #BFC79B

#BFC79B
(191,199,155)
#C4CCA4
(196,204,164)
#C9D1AD
(201,209,173)
#CED6B6
(206,214,182)
#D3DBBF
(211,219,191)
#D8E0C8
(216,224,200)
#DDE5D1
(221,229,209)
#E2EADA
(226,234,218)
#E7EFE3
(231,239,227)
#ECF4EC
(236,244,236)
#F1F9F5
(241,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC79B; }

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

This text font color is #BFC79B.

Background Color

.myBgColor { background-color: #BFC79B; }

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

This div background color is #BFC79B.

Border color

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

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

This div border color is #BFC79B.

Opacity

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

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

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

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

This text has shadow with #BFC79B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC79B.

Preview

Color preview on black background

This text has color #BFC79B on black background.


Color preview on white background

This text has color #BFC79B on white background.


Black color preview on #BFC79B background

This text has black color on #BFC79B background.


White color preview on #BFC79B background

This text has white color on #BFC79B background.


Related colors

Complementary color

Complementary color for #hex is #403864.


I love getcolorcode.com

Triadic colors

1 #9BBFC7 and #C79BBF with #BFC79B are triadic colors.

2 #9BC7BF and #C7BF9B with #BFC79B are triadic colors.