COLOR #BFC389

HEX: #BFC389 RGB: (191,195,137)

Color info

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

RGB color model

#BFC389 color RGB value is (191,195,137).

RGB: (191,195,137) (75%, 76%, 54%)

RGB channels and saturation

R 191 of 255 = 75%
G 195 of 255 = 76%
B 137 of 255 = 54%

191
195
137

R + G + B ~ 68%. #BFC389 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 195 + 137 = 523 (100%)
R 191 of 523 ~ 36.52%
G 195 of 523 ~ 37.28%
B 137 of 523 ~ 26.2'%

%36.52
%37.28
%26.2

CMYK color model

#BFC389 color CMYK value is (2,0,30,24).

  • cyan value is 2.05%
  • magenta value is 0.00%
  • yellow value is 29.74%
  • key color value is 23.53%

CMYK: (2,0,30,24)
C2M0Y30K24 (2%, 0%, 30%, 24%)
(0.02 / 0.00 / 0.30 / 0.24)

CMYK percentages

%2.05
%0
%29.74
%23.53

Codes

Color #BFC389 in popluar color models

BF C3 89
RGB 191 195 137
HSL 64° 32.58% 65.10%
HSB/HSV 64° 29.74% 76.47%
CMYK 2.05% 0.00% 29.74%
23.53%

Color #BFC389 in popluar number systems.

HEX BF C3 89
Decimal 191 195 137
Binary 10111111 11000011 10001001
Octal 277 303 211

Shades and tints

Shades of #BFC389

#BFC389
(191,195,137)
#AEB27D
(174,178,125)
#9DA171
(157,161,113)
#8C9065
(140,144,101)
#7B7F59
(123,127,89)
#6A6E4D
(106,110,77)
#595D41
(89,93,65)
#484C35
(72,76,53)
#373B29
(55,59,41)
#262A1D
(38,42,29)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #BFC389

#BFC389
(191,195,137)
#C4C893
(196,200,147)
#C9CD9D
(201,205,157)
#CED2A7
(206,210,167)
#D3D7B1
(211,215,177)
#D8DCBB
(216,220,187)
#DDE1C5
(221,225,197)
#E2E6CF
(226,230,207)
#E7EBD9
(231,235,217)
#ECF0E3
(236,240,227)
#F1F5ED
(241,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC389; }

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

This text font color is #BFC389.

Background Color

.myBgColor { background-color: #BFC389; }

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

This div background color is #BFC389.

Border color

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

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

This div border color is #BFC389.

Opacity

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

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

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

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

This text has shadow with #BFC389 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC389.

Preview

Color preview on black background

This text has color #BFC389 on black background.


Color preview on white background

This text has color #BFC389 on white background.


Black color preview on #BFC389 background

This text has black color on #BFC389 background.


White color preview on #BFC389 background

This text has white color on #BFC389 background.


Related colors

Complementary color

Complementary color for #hex is #403C76.


I love getcolorcode.com

Triadic colors

1 #89BFC3 and #C389BF with #BFC389 are triadic colors.

2 #89C3BF and #C3BF89 with #BFC389 are triadic colors.