COLOR #BFA58A

HEX: #BFA58A RGB: (191,165,138)

Color info

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

RGB color model

#BFA58A color RGB value is (191,165,138).

RGB: (191,165,138) (75%, 65%, 54%)

RGB channels and saturation

R 191 of 255 = 75%
G 165 of 255 = 65%
B 138 of 255 = 54%

191
165
138

R + G + B ~ 65%. #BFA58A is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 165 + 138 = 494 (100%)
R 191 of 494 ~ 38.66%
G 165 of 494 ~ 33.4%
B 138 of 494 ~ 27.94'%

%38.66
%33.4
%27.94

CMYK color model

#BFA58A color CMYK value is (0,14,28,25).

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

CMYK: (0,14,28,25)
C0M14Y28K25 (0%, 14%, 28%, 25%)
(0.00 / 0.14 / 0.28 / 0.25)

CMYK percentages

%0
%13.61
%27.75
%25.1

Codes

Color #BFA58A in popluar color models

BF A5 8A
RGB 191 165 138
HSL 31° 29.28% 64.51%
HSB/HSV 31° 27.75% 74.90%
CMYK 0.00% 13.61% 27.75%
25.10%

Color #BFA58A in popluar number systems.

HEX BF A5 8A
Decimal 191 165 138
Binary 10111111 10100101 10001010
Octal 277 245 212

Shades and tints

Shades of #BFA58A

#BFA58A
(191,165,138)
#AE967E
(174,150,126)
#9D8772
(157,135,114)
#8C7866
(140,120,102)
#7B695A
(123,105,90)
#6A5A4E
(106,90,78)
#594B42
(89,75,66)
#483C36
(72,60,54)
#372D2A
(55,45,42)
#261E1E
(38,30,30)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #BFA58A

#BFA58A
(191,165,138)
#C4AD94
(196,173,148)
#C9B59E
(201,181,158)
#CEBDA8
(206,189,168)
#D3C5B2
(211,197,178)
#D8CDBC
(216,205,188)
#DDD5C6
(221,213,198)
#E2DDD0
(226,221,208)
#E7E5DA
(231,229,218)
#ECEDE4
(236,237,228)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFA58A; }

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

This text font color is #BFA58A.

Background Color

.myBgColor { background-color: #BFA58A; }

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

This div background color is #BFA58A.

Border color

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

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

This div border color is #BFA58A.

Opacity

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

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

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

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

This text has shadow with #BFA58A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFA58A.

Preview

Color preview on black background

This text has color #BFA58A on black background.


Color preview on white background

This text has color #BFA58A on white background.


Black color preview on #BFA58A background

This text has black color on #BFA58A background.


White color preview on #BFA58A background

This text has white color on #BFA58A background.


Related colors

Complementary color

Complementary color for #hex is #405A75.


I love getcolorcode.com

Triadic colors

1 #8ABFA5 and #A58ABF with #BFA58A are triadic colors.

2 #8AA5BF and #A5BF8A with #BFA58A are triadic colors.