COLOR #BFC589

HEX: #BFC589
RGB: (191,197,137)

Color info

#BFC589 contains mainly red and green colors. Web safe color of #BFC589 is #CCCC99 (or #CC9).

RGB color model

#BFC589 color RGB value is (191,197,137).

  • red value is 191;
  • green value is 197;
  • blue value is 137.
RGB:
(191,197,137)
(75%,77%,54%)

RGB channels and saturation

R 191 of 255 = 75%
G 197 of 255 = 77%
B 137 of 255 = 54%

191
197
137

R + G + B ~ 69%. #BFC589 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 197 + 137 = 525 (100%)
R 191 of 525 ~ 36.38%
G 197 of 525 ~ 37.52%
B 137 of 525 ~ 26.1%

%36.38
%37.52
%26.1

CMYK color model

#BFC589 color CMYK value is (3,0,30,23).

  • cyan value is 3.05%
  • magenta value is 0.00%
  • yellow value is 30.46%
  • key color value is 22.75%
CMYK:
(3,0,30,23)
C3M0Y30K23 
(3%,0%,30%,23%)
(0.03/0.00/0.30/0.23)	

CMYK percentages

%3.05
%0
%30.46
%22.75

Codes

Color #BFC589 in popluar color models

BFC589
RGB191197137
HSL66°34.09%65.49%
HSB/HSV66°30.46%77.25%
CMYK3.05%0.00%30.46%
22.75%

Color #BFC589 in popluar number systems.

HEXBFC589
Decimal191197137
Binary101111111100010110001001
Octal277305211

Shades and tints

Shades of #BFC589

#BFC589
(191,197,137)
#AEB47D
(174,180,125)
#9DA371
(157,163,113)
#8C9265
(140,146,101)
#7B8159
(123,129,89)
#6A704D
(106,112,77)
#595F41
(89,95,65)
#484E35
(72,78,53)
#373D29
(55,61,41)
#262C1D
(38,44,29)
#151B11
(21,27,17)
#000000
(0,0,0)

Tints of #BFC589

#BFC589
(191,197,137)
#C4CA93
(196,202,147)
#C9CF9D
(201,207,157)
#CED4A7
(206,212,167)
#D3D9B1
(211,217,177)
#D8DEBB
(216,222,187)
#DDE3C5
(221,227,197)
#E2E8CF
(226,232,207)
#E7EDD9
(231,237,217)
#ECF2E3
(236,242,227)
#F1F7ED
(241,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC589; }

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

This text font color is #BFC589.


Background Color

.myBgColor { background-color: #BFC589; }

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

This div background color is #BFC589.


Border color

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

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

This div border color is #BFC589.


Opacity

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

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

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

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

This text has shadow with #BFC589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC589 on black background.


Color preview on white background

This text has color #BFC589 on white background.



Black color preview on #BFC589 background

This text has black color on #BFC589 background.


White color preview on #BFC589 background

This text has white color on #BFC589 background.