COLOR #BFB01F

HEX: #BFB01F
RGB: (191,176,31)

Color info

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

RGB color model

#BFB01F color RGB value is (191,176,31).

  • red value is 191;
  • green value is 176;
  • blue value is 31.
RGB:
(191,176,31)
(75%,69%,12%)

RGB channels and saturation

R 191 of 255 = 75%
G 176 of 255 = 69%
B 31 of 255 = 12%

191
176
31

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

Portions of RGB colors in percentages

R + G + B =
191 + 176 + 31 = 398 (100%)
R 191 of 398 ~ 47.99%
G 176 of 398 ~ 44.22%
B 31 of 398 ~ 7.79%

%47.99
%44.22

CMYK color model

#BFB01F color CMYK value is (0,8,84,25).

  • cyan value is 0.00%
  • magenta value is 7.85%
  • yellow value is 83.77%
  • key color value is 25.10%
CMYK:
(0,8,84,25)
C0M8Y84K25 
(0%,8%,84%,25%)
(0.00/0.08/0.84/0.25)	

CMYK percentages

%0
%7.85
%83.77
%25.1

Codes

Color #BFB01F in popluar color models

BFB01F
RGB19117631
HSL54°72.07%43.53%
HSB/HSV54°83.77%74.90%
CMYK0.00%7.85%83.77%
25.10%

Color #BFB01F in popluar number systems.

HEXBFB01F
Decimal19117631
Binary101111111011000011111
Octal27726037

Shades and tints

Shades of #BFB01F

#BFB01F
(191,176,31)
#AEA01D
(174,160,29)
#9D901B
(157,144,27)
#8C8019
(140,128,25)
#7B7017
(123,112,23)
#6A6015
(106,96,21)
#595013
(89,80,19)
#484011
(72,64,17)
#37300F
(55,48,15)
#26200D
(38,32,13)
#15100B
(21,16,11)
#000000
(0,0,0)

Tints of #BFB01F

#BFB01F
(191,176,31)
#C4B733
(196,183,51)
#C9BE47
(201,190,71)
#CEC55B
(206,197,91)
#D3CC6F
(211,204,111)
#D8D383
(216,211,131)
#DDDA97
(221,218,151)
#E2E1AB
(226,225,171)
#E7E8BF
(231,232,191)
#ECEFD3
(236,239,211)
#F1F6E7
(241,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFB01F color. Also use rgb(191,176,31) instead hex code.

Text Font Color

.myTextColor { color: #BFB01F; }

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

This text font color is #BFB01F.


Background Color

.myBgColor { background-color: #BFB01F; }

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

This div background color is #BFB01F.


Border color

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

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

This div border color is #BFB01F.


Opacity

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

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

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

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

This text has shadow with #BFB01F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB01F on black background.


Color preview on white background

This text has color #BFB01F on white background.



Black color preview on #BFB01F background

This text has black color on #BFB01F background.


White color preview on #BFB01F background

This text has white color on #BFB01F background.