COLOR #BFA01B

HEX: #BFA01B
RGB: (191,160,27)

Color info

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

RGB color model

#BFA01B color RGB value is (191,160,27).

  • red value is 191;
  • green value is 160;
  • blue value is 27.
RGB:
(191,160,27)
(75%,63%,11%)

RGB channels and saturation

R 191 of 255 = 75%
G 160 of 255 = 63%
B 27 of 255 = 11%

191
160
27

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

Portions of RGB colors in percentages

R + G + B =
191 + 160 + 27 = 378 (100%)
R 191 of 378 ~ 50.53%
G 160 of 378 ~ 42.33%
B 27 of 378 ~ 7.14%

%50.53
%42.33

CMYK color model

#BFA01B color CMYK value is (0,16,86,25).

  • cyan value is 0.00%
  • magenta value is 16.23%
  • yellow value is 85.86%
  • key color value is 25.10%
CMYK:
(0,16,86,25)
C0M16Y86K25 
(0%,16%,86%,25%)
(0.00/0.16/0.86/0.25)	

CMYK percentages

%0
%16.23
%85.86
%25.1

Codes

Color #BFA01B in popluar color models

BFA01B
RGB19116027
HSL49°75.23%42.75%
HSB/HSV49°85.86%74.90%
CMYK0.00%16.23%85.86%
25.10%

Color #BFA01B in popluar number systems.

HEXBFA01B
Decimal19116027
Binary101111111010000011011
Octal27724033

Shades and tints

Shades of #BFA01B

#BFA01B
(191,160,27)
#AE9219
(174,146,25)
#9D8417
(157,132,23)
#8C7615
(140,118,21)
#7B6813
(123,104,19)
#6A5A11
(106,90,17)
#594C0F
(89,76,15)
#483E0D
(72,62,13)
#37300B
(55,48,11)
#262209
(38,34,9)
#151407
(21,20,7)
#000000
(0,0,0)

Tints of #BFA01B

#BFA01B
(191,160,27)
#C4A82F
(196,168,47)
#C9B043
(201,176,67)
#CEB857
(206,184,87)
#D3C06B
(211,192,107)
#D8C87F
(216,200,127)
#DDD093
(221,208,147)
#E2D8A7
(226,216,167)
#E7E0BB
(231,224,187)
#ECE8CF
(236,232,207)
#F1F0E3
(241,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFA01B color. Also use rgb(191,160,27) instead hex code.

Text Font Color

.myTextColor { color: #BFA01B; }

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

This text font color is #BFA01B.


Background Color

.myBgColor { background-color: #BFA01B; }

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

This div background color is #BFA01B.


Border color

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

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

This div border color is #BFA01B.


Opacity

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

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

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

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

This text has shadow with #BFA01B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFA01B on black background.


Color preview on white background

This text has color #BFA01B on white background.



Black color preview on #BFA01B background

This text has black color on #BFA01B background.


White color preview on #BFA01B background

This text has white color on #BFA01B background.