COLOR #BFC59B

HEX: #BFC59B RGB: (191,197,155)

Color info

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

RGB color model

#BFC59B color RGB value is (191,197,155).

RGB: (191,197,155) (75%, 77%, 61%)

RGB channels and saturation

R 191 of 255 = 75%
G 197 of 255 = 77%
B 155 of 255 = 61%

191
197
155

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

Portions of RGB colors in percentages

R + G + B = 191 + 197 + 155 = 543 (100%)
R 191 of 543 ~ 35.17%
G 197 of 543 ~ 36.28%
B 155 of 543 ~ 28.55'%

%35.17
%36.28
%28.55

CMYK color model

#BFC59B color CMYK value is (3,0,21,23).

  • cyan value is 3.05%
  • magenta value is 0.00%
  • yellow value is 21.32%
  • key color value is 22.75%

CMYK: (3,0,21,23)
C3M0Y21K23 (3%, 0%, 21%, 23%)
(0.03 / 0.00 / 0.21 / 0.23)

CMYK percentages

%3.05
%0
%21.32
%22.75

Codes

Color #BFC59B in popluar color models

BF C5 9B
RGB 191 197 155
HSL 69° 26.58% 69.02%
HSB/HSV 69° 21.32% 77.25%
CMYK 3.05% 0.00% 21.32%
22.75%

Color #BFC59B in popluar number systems.

HEX BF C5 9B
Decimal 191 197 155
Binary 10111111 11000101 10011011
Octal 277 305 233

Shades and tints

Shades of #BFC59B

#BFC59B
(191,197,155)
#AEB48D
(174,180,141)
#9DA37F
(157,163,127)
#8C9271
(140,146,113)
#7B8163
(123,129,99)
#6A7055
(106,112,85)
#595F47
(89,95,71)
#484E39
(72,78,57)
#373D2B
(55,61,43)
#262C1D
(38,44,29)
#151B0F
(21,27,15)
#000000
(0,0,0)

Tints of #BFC59B

#BFC59B
(191,197,155)
#C4CAA4
(196,202,164)
#C9CFAD
(201,207,173)
#CED4B6
(206,212,182)
#D3D9BF
(211,217,191)
#D8DEC8
(216,222,200)
#DDE3D1
(221,227,209)
#E2E8DA
(226,232,218)
#E7EDE3
(231,237,227)
#ECF2EC
(236,242,236)
#F1F7F5
(241,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC59B; }

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

This text font color is #BFC59B.

Background Color

.myBgColor { background-color: #BFC59B; }

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

This div background color is #BFC59B.

Border color

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

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

This div border color is #BFC59B.

Opacity

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

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

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

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

This text has shadow with #BFC59B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC59B.

Preview

Color preview on black background

This text has color #BFC59B on black background.


Color preview on white background

This text has color #BFC59B on white background.


Black color preview on #BFC59B background

This text has black color on #BFC59B background.


White color preview on #BFC59B background

This text has white color on #BFC59B background.


Related colors

Complementary color

Complementary color for #hex is #403A64.


I love getcolorcode.com

Triadic colors

1 #9BBFC5 and #C59BBF with #BFC59B are triadic colors.

2 #9BC5BF and #C5BF9B with #BFC59B are triadic colors.