COLOR #BFA74C

HEX: #BFA74C
RGB: (191,167,76)

Color info

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

RGB color model

#BFA74C color RGB value is (191,167,76).

  • red value is 191;
  • green value is 167;
  • blue value is 76.
RGB:
(191,167,76)
(75%,65%,30%)

RGB channels and saturation

R 191 of 255 = 75%
G 167 of 255 = 65%
B 76 of 255 = 30%

191
167
76

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

Portions of RGB colors in percentages

R + G + B =
191 + 167 + 76 = 434 (100%)
R 191 of 434 ~ 44.01%
G 167 of 434 ~ 38.48%
B 76 of 434 ~ 17.51%

%44.01
%38.48
%17.51

CMYK color model

#BFA74C color CMYK value is (0,13,60,25).

  • cyan value is 0.00%
  • magenta value is 12.57%
  • yellow value is 60.21%
  • key color value is 25.10%
CMYK:
(0,13,60,25)
C0M13Y60K25 
(0%,13%,60%,25%)
(0.00/0.13/0.60/0.25)	

CMYK percentages

%0
%12.57
%60.21
%25.1

Codes

Color #BFA74C in popluar color models

BFA74C
RGB19116776
HSL47°47.33%52.35%
HSB/HSV47°60.21%74.90%
CMYK0.00%12.57%60.21%
25.10%

Color #BFA74C in popluar number systems.

HEXBFA74C
Decimal19116776
Binary10111111101001111001100
Octal277247114

Shades and tints

Shades of #BFA74C

#BFA74C
(191,167,76)
#AE9846
(174,152,70)
#9D8940
(157,137,64)
#8C7A3A
(140,122,58)
#7B6B34
(123,107,52)
#6A5C2E
(106,92,46)
#594D28
(89,77,40)
#483E22
(72,62,34)
#372F1C
(55,47,28)
#262016
(38,32,22)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #BFA74C

#BFA74C
(191,167,76)
#C4AF5C
(196,175,92)
#C9B76C
(201,183,108)
#CEBF7C
(206,191,124)
#D3C78C
(211,199,140)
#D8CF9C
(216,207,156)
#DDD7AC
(221,215,172)
#E2DFBC
(226,223,188)
#E7E7CC
(231,231,204)
#ECEFDC
(236,239,220)
#F1F7EC
(241,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFA74C color. Also use rgb(191,167,76) instead hex code.

Text Font Color

.myTextColor { color: #BFA74C; }

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

This text font color is #BFA74C.


Background Color

.myBgColor { background-color: #BFA74C; }

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

This div background color is #BFA74C.


Border color

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

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

This div border color is #BFA74C.


Opacity

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

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

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

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

This text has shadow with #BFA74C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFA74C on black background.


Color preview on white background

This text has color #BFA74C on white background.



Black color preview on #BFA74C background

This text has black color on #BFA74C background.


White color preview on #BFA74C background

This text has white color on #BFA74C background.