COLOR #BFA963

HEX: #BFA963
RGB: (191,169,99)

Color info

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

RGB color model

#BFA963 color RGB value is (191,169,99).

  • red value is 191;
  • green value is 169;
  • blue value is 99.
RGB:
(191,169,99)
(75%,66%,39%)

RGB channels and saturation

R 191 of 255 = 75%
G 169 of 255 = 66%
B 99 of 255 = 39%

191
169
99

R + G + B ~ 60%. #BFA963 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
191 + 169 + 99 = 459 (100%)
R 191 of 459 ~ 41.61%
G 169 of 459 ~ 36.82%
B 99 of 459 ~ 21.57%

%41.61
%36.82
%21.57

CMYK color model

#BFA963 color CMYK value is (0,12,48,25).

  • cyan value is 0.00%
  • magenta value is 11.52%
  • yellow value is 48.17%
  • key color value is 25.10%
CMYK:
(0,12,48,25)
C0M12Y48K25 
(0%,12%,48%,25%)
(0.00/0.12/0.48/0.25)	

CMYK percentages

%0
%11.52
%48.17
%25.1

Codes

Color #BFA963 in popluar color models

BFA963
RGB19116999
HSL46°41.82%56.86%
HSB/HSV46°48.17%74.90%
CMYK0.00%11.52%48.17%
25.10%

Color #BFA963 in popluar number systems.

HEXBFA963
Decimal19116999
Binary10111111101010011100011
Octal277251143

Shades and tints

Shades of #BFA963

#BFA963
(191,169,99)
#AE9A5A
(174,154,90)
#9D8B51
(157,139,81)
#8C7C48
(140,124,72)
#7B6D3F
(123,109,63)
#6A5E36
(106,94,54)
#594F2D
(89,79,45)
#484024
(72,64,36)
#37311B
(55,49,27)
#262212
(38,34,18)
#151309
(21,19,9)
#000000
(0,0,0)

Tints of #BFA963

#BFA963
(191,169,99)
#C4B071
(196,176,113)
#C9B77F
(201,183,127)
#CEBE8D
(206,190,141)
#D3C59B
(211,197,155)
#D8CCA9
(216,204,169)
#DDD3B7
(221,211,183)
#E2DAC5
(226,218,197)
#E7E1D3
(231,225,211)
#ECE8E1
(236,232,225)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFA963; }

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

This text font color is #BFA963.


Background Color

.myBgColor { background-color: #BFA963; }

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

This div background color is #BFA963.


Border color

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

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

This div border color is #BFA963.


Opacity

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

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

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

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

This text has shadow with #BFA963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFA963 on black background.


Color preview on white background

This text has color #BFA963 on white background.



Black color preview on #BFA963 background

This text has black color on #BFA963 background.


White color preview on #BFA963 background

This text has white color on #BFA963 background.