COLOR #BF9704

HEX: #BF9704
RGB: (191,151,4)

Color info

#BF9704 contains mainly red and green colors. Web safe color of #BF9704 is #CC9900 (or #C90).

RGB color model

#BF9704 color RGB value is (191,151,4).

  • red value is 191;
  • green value is 151;
  • blue value is 4.
RGB:
(191,151,4)
(75%,59%,2%)

RGB channels and saturation

R 191 of 255 = 75%
G 151 of 255 = 59%
B 4 of 255 = 2%

191
151
4

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

Portions of RGB colors in percentages

R + G + B =
191 + 151 + 4 = 346 (100%)
R 191 of 346 ~ 55.2%
G 151 of 346 ~ 43.64%
B 4 of 346 ~ 1.16%

%55.2
%43.64

CMYK color model

#BF9704 color CMYK value is (0,21,98,25).

  • cyan value is 0.00%
  • magenta value is 20.94%
  • yellow value is 97.91%
  • key color value is 25.10%
CMYK:
(0,21,98,25)
C0M21Y98K25 
(0%,21%,98%,25%)
(0.00/0.21/0.98/0.25)	

CMYK percentages

%0
%20.94
%97.91
%25.1

Codes

Color #BF9704 in popluar color models

BF9704
RGB1911514
HSL47°95.90%38.24%
HSB/HSV47°97.91%74.90%
CMYK0.00%20.94%97.91%
25.10%

Color #BF9704 in popluar number systems.

HEXBF9704
Decimal1911514
Binary1011111110010111100
Octal2772274

Shades and tints

Shades of #BF9704

#BF9704
(191,151,4)
#AE8A04
(174,138,4)
#9D7D04
(157,125,4)
#8C7004
(140,112,4)
#7B6304
(123,99,4)
#6A5604
(106,86,4)
#594904
(89,73,4)
#483C04
(72,60,4)
#372F04
(55,47,4)
#262204
(38,34,4)
#151504
(21,21,4)
#000000
(0,0,0)

Tints of #BF9704

#BF9704
(191,151,4)
#C4A01A
(196,160,26)
#C9A930
(201,169,48)
#CEB246
(206,178,70)
#D3BB5C
(211,187,92)
#D8C472
(216,196,114)
#DDCD88
(221,205,136)
#E2D69E
(226,214,158)
#E7DFB4
(231,223,180)
#ECE8CA
(236,232,202)
#F1F1E0
(241,241,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF9704 color. Also use rgb(191,151,4) instead hex code.

Text Font Color

.myTextColor { color: #BF9704; }

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

This text font color is #BF9704.


Background Color

.myBgColor { background-color: #BF9704; }

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

This div background color is #BF9704.


Border color

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

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

This div border color is #BF9704.


Opacity

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

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

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

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

This text has shadow with #BF9704 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9704 on black background.


Color preview on white background

This text has color #BF9704 on white background.



Black color preview on #BF9704 background

This text has black color on #BF9704 background.


White color preview on #BF9704 background

This text has white color on #BF9704 background.