COLOR #BFA591

HEX: #BFA591 RGB: (191,165,145)

Color info

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

RGB color model

#BFA591 color RGB value is (191,165,145).

RGB: (191,165,145) (75%, 65%, 57%)

RGB channels and saturation

R 191 of 255 = 75%
G 165 of 255 = 65%
B 145 of 255 = 57%

191
165
145

R + G + B ~ 66%. #BFA591 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 165 + 145 = 501 (100%)
R 191 of 501 ~ 38.12%
G 165 of 501 ~ 32.93%
B 145 of 501 ~ 28.94'%

%38.12
%32.93
%28.94

CMYK color model

#BFA591 color CMYK value is (0,14,24,25).

  • cyan value is 0.00%
  • magenta value is 13.61%
  • yellow value is 24.08%
  • key color value is 25.10%

CMYK: (0,14,24,25)
C0M14Y24K25 (0%, 14%, 24%, 25%)
(0.00 / 0.14 / 0.24 / 0.25)

CMYK percentages

%0
%13.61
%24.08
%25.1

Codes

Color #BFA591 in popluar color models

BF A5 91
RGB 191 165 145
HSL 26° 26.44% 65.88%
HSB/HSV 26° 24.08% 74.90%
CMYK 0.00% 13.61% 24.08%
25.10%

Color #BFA591 in popluar number systems.

HEX BF A5 91
Decimal 191 165 145
Binary 10111111 10100101 10010001
Octal 277 245 221

Shades and tints

Shades of #BFA591

#BFA591
(191,165,145)
#AE9684
(174,150,132)
#9D8777
(157,135,119)
#8C786A
(140,120,106)
#7B695D
(123,105,93)
#6A5A50
(106,90,80)
#594B43
(89,75,67)
#483C36
(72,60,54)
#372D29
(55,45,41)
#261E1C
(38,30,28)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #BFA591

#BFA591
(191,165,145)
#C4AD9B
(196,173,155)
#C9B5A5
(201,181,165)
#CEBDAF
(206,189,175)
#D3C5B9
(211,197,185)
#D8CDC3
(216,205,195)
#DDD5CD
(221,213,205)
#E2DDD7
(226,221,215)
#E7E5E1
(231,229,225)
#ECEDEB
(236,237,235)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFA591 color. Also use rgb(191,165,145) instead hex code.

Text Font Color

.myTextColor { color: #BFA591; }

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

This text font color is #BFA591.

Background Color

.myBgColor { background-color: #BFA591; }

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

This div background color is #BFA591.

Border color

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

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

This div border color is #BFA591.

Opacity

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

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

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

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

This text has shadow with #BFA591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFA591.

Preview

Color preview on black background

This text has color #BFA591 on black background.


Color preview on white background

This text has color #BFA591 on white background.


Black color preview on #BFA591 background

This text has black color on #BFA591 background.


White color preview on #BFA591 background

This text has white color on #BFA591 background.


Related colors

Complementary color

Complementary color for #hex is #405A6E.


I love getcolorcode.com

Triadic colors

1 #91BFA5 and #A591BF with #BFA591 are triadic colors.

2 #91A5BF and #A5BF91 with #BFA591 are triadic colors.