COLOR #BFA440

HEX: #BFA440
RGB: (191,164,64)

Color info

#BFA440 contains mainly red and green colors. Web safe color of #BFA440 is #CC9933 (or #C93).

RGB color model

#BFA440 color RGB value is (191,164,64).

  • red value is 191;
  • green value is 164;
  • blue value is 64.
RGB:
(191,164,64)
(75%,64%,25%)

RGB channels and saturation

R 191 of 255 = 75%
G 164 of 255 = 64%
B 64 of 255 = 25%

191
164
64

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

Portions of RGB colors in percentages

R + G + B =
191 + 164 + 64 = 419 (100%)
R 191 of 419 ~ 45.58%
G 164 of 419 ~ 39.14%
B 64 of 419 ~ 15.27%

%45.58
%39.14
%15.27

CMYK color model

#BFA440 color CMYK value is (0,14,66,25).

  • cyan value is 0.00%
  • magenta value is 14.14%
  • yellow value is 66.49%
  • key color value is 25.10%
CMYK:
(0,14,66,25)
C0M14Y66K25 
(0%,14%,66%,25%)
(0.00/0.14/0.66/0.25)	

CMYK percentages

%0
%14.14
%66.49
%25.1

Codes

Color #BFA440 in popluar color models

BFA440
RGB19116464
HSL47°49.80%50.00%
HSB/HSV47°66.49%74.90%
CMYK0.00%14.14%66.49%
25.10%

Color #BFA440 in popluar number systems.

HEXBFA440
Decimal19116464
Binary10111111101001001000000
Octal277244100

Shades and tints

Shades of #BFA440

#BFA440
(191,164,64)
#AE963B
(174,150,59)
#9D8836
(157,136,54)
#8C7A31
(140,122,49)
#7B6C2C
(123,108,44)
#6A5E27
(106,94,39)
#595022
(89,80,34)
#48421D
(72,66,29)
#373418
(55,52,24)
#262613
(38,38,19)
#15180E
(21,24,14)
#000000
(0,0,0)

Tints of #BFA440

#BFA440
(191,164,64)
#C4AC51
(196,172,81)
#C9B462
(201,180,98)
#CEBC73
(206,188,115)
#D3C484
(211,196,132)
#D8CC95
(216,204,149)
#DDD4A6
(221,212,166)
#E2DCB7
(226,220,183)
#E7E4C8
(231,228,200)
#ECECD9
(236,236,217)
#F1F4EA
(241,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFA440 color. Also use rgb(191,164,64) instead hex code.

Text Font Color

.myTextColor { color: #BFA440; }

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

This text font color is #BFA440.


Background Color

.myBgColor { background-color: #BFA440; }

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

This div background color is #BFA440.


Border color

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

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

This div border color is #BFA440.


Opacity

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

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

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

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

This text has shadow with #BFA440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFA440 on black background.


Color preview on white background

This text has color #BFA440 on white background.



Black color preview on #BFA440 background

This text has black color on #BFA440 background.


White color preview on #BFA440 background

This text has white color on #BFA440 background.