COLOR #BFAE4F

HEX: #BFAE4F
RGB: (191,174,79)

Color info

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

RGB color model

#BFAE4F color RGB value is (191,174,79).

  • red value is 191;
  • green value is 174;
  • blue value is 79.
RGB:
(191,174,79)
(75%,68%,31%)

RGB channels and saturation

R 191 of 255 = 75%
G 174 of 255 = 68%
B 79 of 255 = 31%

191
174
79

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

Portions of RGB colors in percentages

R + G + B =
191 + 174 + 79 = 444 (100%)
R 191 of 444 ~ 43.02%
G 174 of 444 ~ 39.19%
B 79 of 444 ~ 17.79%

%43.02
%39.19
%17.79

CMYK color model

#BFAE4F color CMYK value is (0,9,59,25).

  • cyan value is 0.00%
  • magenta value is 8.90%
  • yellow value is 58.64%
  • key color value is 25.10%
CMYK:
(0,9,59,25)
C0M9Y59K25 
(0%,9%,59%,25%)
(0.00/0.09/0.59/0.25)	

CMYK percentages

%0
%8.9
%58.64
%25.1

Codes

Color #BFAE4F in popluar color models

BFAE4F
RGB19117479
HSL51°46.67%52.94%
HSB/HSV51°58.64%74.90%
CMYK0.00%8.90%58.64%
25.10%

Color #BFAE4F in popluar number systems.

HEXBFAE4F
Decimal19117479
Binary10111111101011101001111
Octal277256117

Shades and tints

Shades of #BFAE4F

#BFAE4F
(191,174,79)
#AE9F48
(174,159,72)
#9D9041
(157,144,65)
#8C813A
(140,129,58)
#7B7233
(123,114,51)
#6A632C
(106,99,44)
#595425
(89,84,37)
#48451E
(72,69,30)
#373617
(55,54,23)
#262710
(38,39,16)
#151809
(21,24,9)
#000000
(0,0,0)

Tints of #BFAE4F

#BFAE4F
(191,174,79)
#C4B55F
(196,181,95)
#C9BC6F
(201,188,111)
#CEC37F
(206,195,127)
#D3CA8F
(211,202,143)
#D8D19F
(216,209,159)
#DDD8AF
(221,216,175)
#E2DFBF
(226,223,191)
#E7E6CF
(231,230,207)
#ECEDDF
(236,237,223)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFAE4F color. Also use rgb(191,174,79) instead hex code.

Text Font Color

.myTextColor { color: #BFAE4F; }

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

This text font color is #BFAE4F.


Background Color

.myBgColor { background-color: #BFAE4F; }

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

This div background color is #BFAE4F.


Border color

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

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

This div border color is #BFAE4F.


Opacity

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

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

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

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

This text has shadow with #BFAE4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFAE4F on black background.


Color preview on white background

This text has color #BFAE4F on white background.



Black color preview on #BFAE4F background

This text has black color on #BFAE4F background.


White color preview on #BFAE4F background

This text has white color on #BFAE4F background.