COLOR #BFC779

HEX: #BFC779 RGB: (191,199,121)

Color info

#BFC779 contains mainly red and green colors. Web safe color of #BFC779 is #CCCC66 (or #CC6).

RGB color model

#BFC779 color RGB value is (191,199,121).

RGB: (191,199,121) (75%, 78%, 47%)

RGB channels and saturation

R 191 of 255 = 75%
G 199 of 255 = 78%
B 121 of 255 = 47%

191
199
121

R + G + B ~ 67%. #BFC779 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 199 + 121 = 511 (100%)
R 191 of 511 ~ 37.38%
G 199 of 511 ~ 38.94%
B 121 of 511 ~ 23.68'%

%37.38
%38.94
%23.68

CMYK color model

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

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

CMYK: (4,0,39,22)
C4M0Y39K22 (4%, 0%, 39%, 22%)
(0.04 / 0.00 / 0.39 / 0.22)

CMYK percentages

%4.02
%0
%39.2
%21.96

Codes

Color #BFC779 in popluar color models

BF C7 79
RGB 191 199 121
HSL 66° 41.05% 62.75%
HSB/HSV 66° 39.20% 78.04%
CMYK 4.02% 0.00% 39.20%
21.96%

Color #BFC779 in popluar number systems.

HEX BF C7 79
Decimal 191 199 121
Binary 10111111 11000111 1111001
Octal 277 307 171

Shades and tints

Shades of #BFC779

#BFC779
(191,199,121)
#AEB56E
(174,181,110)
#9DA363
(157,163,99)
#8C9158
(140,145,88)
#7B7F4D
(123,127,77)
#6A6D42
(106,109,66)
#595B37
(89,91,55)
#48492C
(72,73,44)
#373721
(55,55,33)
#262516
(38,37,22)
#15130B
(21,19,11)
#000000
(0,0,0)

Tints of #BFC779

#BFC779
(191,199,121)
#C4CC85
(196,204,133)
#C9D191
(201,209,145)
#CED69D
(206,214,157)
#D3DBA9
(211,219,169)
#D8E0B5
(216,224,181)
#DDE5C1
(221,229,193)
#E2EACD
(226,234,205)
#E7EFD9
(231,239,217)
#ECF4E5
(236,244,229)
#F1F9F1
(241,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC779; }

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

This text font color is #BFC779.

Background Color

.myBgColor { background-color: #BFC779; }

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

This div background color is #BFC779.

Border color

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

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

This div border color is #BFC779.

Opacity

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

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

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

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

This text has shadow with #BFC779 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC779.

Preview

Color preview on black background

This text has color #BFC779 on black background.


Color preview on white background

This text has color #BFC779 on white background.


Black color preview on #BFC779 background

This text has black color on #BFC779 background.


White color preview on #BFC779 background

This text has white color on #BFC779 background.


Related colors

Complementary color

Complementary color for #hex is #403886.


I love getcolorcode.com

Triadic colors

1 #79BFC7 and #C779BF with #BFC779 are triadic colors.

2 #79C7BF and #C7BF79 with #BFC779 are triadic colors.