COLOR #BF962F

HEX: #BF962F
RGB: (191,150,47)

Color info

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

RGB color model

#BF962F color RGB value is (191,150,47).

  • red value is 191;
  • green value is 150;
  • blue value is 47.
RGB:
(191,150,47)
(75%,59%,18%)

RGB channels and saturation

R 191 of 255 = 75%
G 150 of 255 = 59%
B 47 of 255 = 18%

191
150
47

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

Portions of RGB colors in percentages

R + G + B =
191 + 150 + 47 = 388 (100%)
R 191 of 388 ~ 49.23%
G 150 of 388 ~ 38.66%
B 47 of 388 ~ 12.11%

%49.23
%38.66
%12.11

CMYK color model

#BF962F color CMYK value is (0,21,75,25).

  • cyan value is 0.00%
  • magenta value is 21.47%
  • yellow value is 75.39%
  • key color value is 25.10%
CMYK:
(0,21,75,25)
C0M21Y75K25 
(0%,21%,75%,25%)
(0.00/0.21/0.75/0.25)	

CMYK percentages

%0
%21.47
%75.39
%25.1

Codes

Color #BF962F in popluar color models

BF962F
RGB19115047
HSL43°60.50%46.67%
HSB/HSV43°75.39%74.90%
CMYK0.00%21.47%75.39%
25.10%

Color #BF962F in popluar number systems.

HEXBF962F
Decimal19115047
Binary1011111110010110101111
Octal27722657

Shades and tints

Shades of #BF962F

#BF962F
(191,150,47)
#AE892B
(174,137,43)
#9D7C27
(157,124,39)
#8C6F23
(140,111,35)
#7B621F
(123,98,31)
#6A551B
(106,85,27)
#594817
(89,72,23)
#483B13
(72,59,19)
#372E0F
(55,46,15)
#26210B
(38,33,11)
#151407
(21,20,7)
#000000
(0,0,0)

Tints of #BF962F

#BF962F
(191,150,47)
#C49F41
(196,159,65)
#C9A853
(201,168,83)
#CEB165
(206,177,101)
#D3BA77
(211,186,119)
#D8C389
(216,195,137)
#DDCC9B
(221,204,155)
#E2D5AD
(226,213,173)
#E7DEBF
(231,222,191)
#ECE7D1
(236,231,209)
#F1F0E3
(241,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF962F color. Also use rgb(191,150,47) instead hex code.

Text Font Color

.myTextColor { color: #BF962F; }

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

This text font color is #BF962F.


Background Color

.myBgColor { background-color: #BF962F; }

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

This div background color is #BF962F.


Border color

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

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

This div border color is #BF962F.


Opacity

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

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

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

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

This text has shadow with #BF962F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF962F on black background.


Color preview on white background

This text has color #BF962F on white background.



Black color preview on #BF962F background

This text has black color on #BF962F background.


White color preview on #BF962F background

This text has white color on #BF962F background.