COLOR #BFA973

HEX: #BFA973 RGB: (191,169,115)

Color info

#BFA973 contains mainly red and green colors. Web safe color of #BFA973 is #CC9966 (or #C96).

RGB color model

#BFA973 color RGB value is (191,169,115).

RGB: (191,169,115) (75%, 66%, 45%)

RGB channels and saturation

R 191 of 255 = 75%
G 169 of 255 = 66%
B 115 of 255 = 45%

191
169
115

R + G + B ~ 62%. #BFA973 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 169 + 115 = 475 (100%)
R 191 of 475 ~ 40.21%
G 169 of 475 ~ 35.58%
B 115 of 475 ~ 24.21'%

%40.21
%35.58
%24.21

CMYK color model

#BFA973 color CMYK value is (0,12,40,25).

  • cyan value is 0.00%
  • magenta value is 11.52%
  • yellow value is 39.79%
  • key color value is 25.10%

CMYK: (0,12,40,25)
C0M12Y40K25 (0%, 12%, 40%, 25%)
(0.00 / 0.12 / 0.40 / 0.25)

CMYK percentages

%0
%11.52
%39.79
%25.1

Codes

Color #BFA973 in popluar color models

BF A9 73
RGB 191 169 115
HSL 43° 37.25% 60.00%
HSB/HSV 43° 39.79% 74.90%
CMYK 0.00% 11.52% 39.79%
25.10%

Color #BFA973 in popluar number systems.

HEX BF A9 73
Decimal 191 169 115
Binary 10111111 10101001 1110011
Octal 277 251 163

Shades and tints

Shades of #BFA973

#BFA973
(191,169,115)
#AE9A69
(174,154,105)
#9D8B5F
(157,139,95)
#8C7C55
(140,124,85)
#7B6D4B
(123,109,75)
#6A5E41
(106,94,65)
#594F37
(89,79,55)
#48402D
(72,64,45)
#373123
(55,49,35)
#262219
(38,34,25)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #BFA973

#BFA973
(191,169,115)
#C4B07F
(196,176,127)
#C9B78B
(201,183,139)
#CEBE97
(206,190,151)
#D3C5A3
(211,197,163)
#D8CCAF
(216,204,175)
#DDD3BB
(221,211,187)
#E2DAC7
(226,218,199)
#E7E1D3
(231,225,211)
#ECE8DF
(236,232,223)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFA973 color. Also use rgb(191,169,115) instead hex code.

Text Font Color

.myTextColor { color: #BFA973; }

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

This text font color is #BFA973.

Background Color

.myBgColor { background-color: #BFA973; }

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

This div background color is #BFA973.

Border color

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

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

This div border color is #BFA973.

Opacity

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

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

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

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

This text has shadow with #BFA973 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFA973.

Preview

Color preview on black background

This text has color #BFA973 on black background.


Color preview on white background

This text has color #BFA973 on white background.


Black color preview on #BFA973 background

This text has black color on #BFA973 background.


White color preview on #BFA973 background

This text has white color on #BFA973 background.


Related colors

Complementary color

Complementary color for #hex is #40568C.


I love getcolorcode.com

Triadic colors

1 #73BFA9 and #A973BF with #BFA973 are triadic colors.

2 #73A9BF and #A9BF73 with #BFA973 are triadic colors.