COLOR #BFA31E

HEX: #BFA31E
RGB: (191,163,30)

Color info

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

RGB color model

#BFA31E color RGB value is (191,163,30).

  • red value is 191;
  • green value is 163;
  • blue value is 30.
RGB:
(191,163,30)
(75%,64%,12%)

RGB channels and saturation

R 191 of 255 = 75%
G 163 of 255 = 64%
B 30 of 255 = 12%

191
163
30

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

Portions of RGB colors in percentages

R + G + B =
191 + 163 + 30 = 384 (100%)
R 191 of 384 ~ 49.74%
G 163 of 384 ~ 42.45%
B 30 of 384 ~ 7.81%

%49.74
%42.45

CMYK color model

#BFA31E color CMYK value is (0,15,84,25).

  • cyan value is 0.00%
  • magenta value is 14.66%
  • yellow value is 84.29%
  • key color value is 25.10%
CMYK:
(0,15,84,25)
C0M15Y84K25 
(0%,15%,84%,25%)
(0.00/0.15/0.84/0.25)	

CMYK percentages

%0
%14.66
%84.29
%25.1

Codes

Color #BFA31E in popluar color models

BFA31E
RGB19116330
HSL50°72.85%43.33%
HSB/HSV50°84.29%74.90%
CMYK0.00%14.66%84.29%
25.10%

Color #BFA31E in popluar number systems.

HEXBFA31E
Decimal19116330
Binary101111111010001111110
Octal27724336

Shades and tints

Shades of #BFA31E

#BFA31E
(191,163,30)
#AE951C
(174,149,28)
#9D871A
(157,135,26)
#8C7918
(140,121,24)
#7B6B16
(123,107,22)
#6A5D14
(106,93,20)
#594F12
(89,79,18)
#484110
(72,65,16)
#37330E
(55,51,14)
#26250C
(38,37,12)
#15170A
(21,23,10)
#000000
(0,0,0)

Tints of #BFA31E

#BFA31E
(191,163,30)
#C4AB32
(196,171,50)
#C9B346
(201,179,70)
#CEBB5A
(206,187,90)
#D3C36E
(211,195,110)
#D8CB82
(216,203,130)
#DDD396
(221,211,150)
#E2DBAA
(226,219,170)
#E7E3BE
(231,227,190)
#ECEBD2
(236,235,210)
#F1F3E6
(241,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFA31E color. Also use rgb(191,163,30) instead hex code.

Text Font Color

.myTextColor { color: #BFA31E; }

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

This text font color is #BFA31E.


Background Color

.myBgColor { background-color: #BFA31E; }

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

This div background color is #BFA31E.


Border color

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

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

This div border color is #BFA31E.


Opacity

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

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

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

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

This text has shadow with #BFA31E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFA31E on black background.


Color preview on white background

This text has color #BFA31E on white background.



Black color preview on #BFA31E background

This text has black color on #BFA31E background.


White color preview on #BFA31E background

This text has white color on #BFA31E background.