COLOR #BF9F1B

HEX: #BF9F1B
RGB: (191,159,27)

Color info

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

RGB color model

#BF9F1B color RGB value is (191,159,27).

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

RGB channels and saturation

R 191 of 255 = 75%
G 159 of 255 = 62%
B 27 of 255 = 11%

191
159
27

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

Portions of RGB colors in percentages

R + G + B =
191 + 159 + 27 = 377 (100%)
R 191 of 377 ~ 50.66%
G 159 of 377 ~ 42.18%
B 27 of 377 ~ 7.16%

%50.66
%42.18

CMYK color model

#BF9F1B color CMYK value is (0,17,86,25).

  • cyan value is 0.00%
  • magenta value is 16.75%
  • yellow value is 85.86%
  • key color value is 25.10%
CMYK:
(0,17,86,25)
C0M17Y86K25 
(0%,17%,86%,25%)
(0.00/0.17/0.86/0.25)	

CMYK percentages

%0
%16.75
%85.86
%25.1

Codes

Color #BF9F1B in popluar color models

BF9F1B
RGB19115927
HSL48°75.23%42.75%
HSB/HSV48°85.86%74.90%
CMYK0.00%16.75%85.86%
25.10%

Color #BF9F1B in popluar number systems.

HEXBF9F1B
Decimal19115927
Binary101111111001111111011
Octal27723733

Shades and tints

Shades of #BF9F1B

#BF9F1B
(191,159,27)
#AE9119
(174,145,25)
#9D8317
(157,131,23)
#8C7515
(140,117,21)
#7B6713
(123,103,19)
#6A5911
(106,89,17)
#594B0F
(89,75,15)
#483D0D
(72,61,13)
#372F0B
(55,47,11)
#262109
(38,33,9)
#151307
(21,19,7)
#000000
(0,0,0)

Tints of #BF9F1B

#BF9F1B
(191,159,27)
#C4A72F
(196,167,47)
#C9AF43
(201,175,67)
#CEB757
(206,183,87)
#D3BF6B
(211,191,107)
#D8C77F
(216,199,127)
#DDCF93
(221,207,147)
#E2D7A7
(226,215,167)
#E7DFBB
(231,223,187)
#ECE7CF
(236,231,207)
#F1EFE3
(241,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF9F1B; }

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

This text font color is #BF9F1B.


Background Color

.myBgColor { background-color: #BF9F1B; }

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

This div background color is #BF9F1B.


Border color

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

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

This div border color is #BF9F1B.


Opacity

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

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

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

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

This text has shadow with #BF9F1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9F1B on black background.


Color preview on white background

This text has color #BF9F1B on white background.



Black color preview on #BF9F1B background

This text has black color on #BF9F1B background.


White color preview on #BF9F1B background

This text has white color on #BF9F1B background.