COLOR #BFA389

HEX: #BFA389 RGB: (191,163,137)

Color info

#BFA389 contains red, green and blue colors in about the same proportion. Web safe color of #BFA389 is #CC9999 (or #C99).

RGB color model

#BFA389 color RGB value is (191,163,137).

RGB: (191,163,137) (75%, 64%, 54%)

RGB channels and saturation

R 191 of 255 = 75%
G 163 of 255 = 64%
B 137 of 255 = 54%

191
163
137

R + G + B ~ 64%. #BFA389 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 163 + 137 = 491 (100%)
R 191 of 491 ~ 38.9%
G 163 of 491 ~ 33.2%
B 137 of 491 ~ 27.9'%

%38.9
%33.2
%27.9

CMYK color model

#BFA389 color CMYK value is (0,15,28,25).

  • cyan value is 0.00%
  • magenta value is 14.66%
  • yellow value is 28.27%
  • key color value is 25.10%

CMYK: (0,15,28,25)
C0M15Y28K25 (0%, 15%, 28%, 25%)
(0.00 / 0.15 / 0.28 / 0.25)

CMYK percentages

%0
%14.66
%28.27
%25.1

Codes

Color #BFA389 in popluar color models

BF A3 89
RGB 191 163 137
HSL 29° 29.67% 64.31%
HSB/HSV 29° 28.27% 74.90%
CMYK 0.00% 14.66% 28.27%
25.10%

Color #BFA389 in popluar number systems.

HEX BF A3 89
Decimal 191 163 137
Binary 10111111 10100011 10001001
Octal 277 243 211

Shades and tints

Shades of #BFA389

#BFA389
(191,163,137)
#AE957D
(174,149,125)
#9D8771
(157,135,113)
#8C7965
(140,121,101)
#7B6B59
(123,107,89)
#6A5D4D
(106,93,77)
#594F41
(89,79,65)
#484135
(72,65,53)
#373329
(55,51,41)
#26251D
(38,37,29)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #BFA389

#BFA389
(191,163,137)
#C4AB93
(196,171,147)
#C9B39D
(201,179,157)
#CEBBA7
(206,187,167)
#D3C3B1
(211,195,177)
#D8CBBB
(216,203,187)
#DDD3C5
(221,211,197)
#E2DBCF
(226,219,207)
#E7E3D9
(231,227,217)
#ECEBE3
(236,235,227)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFA389; }

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

This text font color is #BFA389.

Background Color

.myBgColor { background-color: #BFA389; }

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

This div background color is #BFA389.

Border color

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

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

This div border color is #BFA389.

Opacity

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

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

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

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

This text has shadow with #BFA389 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFA389.

Preview

Color preview on black background

This text has color #BFA389 on black background.


Color preview on white background

This text has color #BFA389 on white background.


Black color preview on #BFA389 background

This text has black color on #BFA389 background.


White color preview on #BFA389 background

This text has white color on #BFA389 background.


Related colors

Complementary color

Complementary color for #hex is #405C76.


I love getcolorcode.com

Triadic colors

1 #89BFA3 and #A389BF with #BFA389 are triadic colors.

2 #89A3BF and #A3BF89 with #BFA389 are triadic colors.