COLOR #BF9C4D

HEX: #BF9C4D
RGB: (191,156,77)

Color info

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

RGB color model

#BF9C4D color RGB value is (191,156,77).

  • red value is 191;
  • green value is 156;
  • blue value is 77.
RGB:
(191,156,77)
(75%,61%,30%)

RGB channels and saturation

R 191 of 255 = 75%
G 156 of 255 = 61%
B 77 of 255 = 30%

191
156
77

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

Portions of RGB colors in percentages

R + G + B =
191 + 156 + 77 = 424 (100%)
R 191 of 424 ~ 45.05%
G 156 of 424 ~ 36.79%
B 77 of 424 ~ 18.16%

%45.05
%36.79
%18.16

CMYK color model

#BF9C4D color CMYK value is (0,18,60,25).

  • cyan value is 0.00%
  • magenta value is 18.32%
  • yellow value is 59.69%
  • key color value is 25.10%
CMYK:
(0,18,60,25)
C0M18Y60K25 
(0%,18%,60%,25%)
(0.00/0.18/0.60/0.25)	

CMYK percentages

%0
%18.32
%59.69
%25.1

Codes

Color #BF9C4D in popluar color models

BF9C4D
RGB19115677
HSL42°47.11%52.55%
HSB/HSV42°59.69%74.90%
CMYK0.00%18.32%59.69%
25.10%

Color #BF9C4D in popluar number systems.

HEXBF9C4D
Decimal19115677
Binary10111111100111001001101
Octal277234115

Shades and tints

Shades of #BF9C4D

#BF9C4D
(191,156,77)
#AE8E46
(174,142,70)
#9D803F
(157,128,63)
#8C7238
(140,114,56)
#7B6431
(123,100,49)
#6A562A
(106,86,42)
#594823
(89,72,35)
#483A1C
(72,58,28)
#372C15
(55,44,21)
#261E0E
(38,30,14)
#151007
(21,16,7)
#000000
(0,0,0)

Tints of #BF9C4D

#BF9C4D
(191,156,77)
#C4A55D
(196,165,93)
#C9AE6D
(201,174,109)
#CEB77D
(206,183,125)
#D3C08D
(211,192,141)
#D8C99D
(216,201,157)
#DDD2AD
(221,210,173)
#E2DBBD
(226,219,189)
#E7E4CD
(231,228,205)
#ECEDDD
(236,237,221)
#F1F6ED
(241,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF9C4D color. Also use rgb(191,156,77) instead hex code.

Text Font Color

.myTextColor { color: #BF9C4D; }

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

This text font color is #BF9C4D.


Background Color

.myBgColor { background-color: #BF9C4D; }

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

This div background color is #BF9C4D.


Border color

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

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

This div border color is #BF9C4D.


Opacity

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

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

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

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

This text has shadow with #BF9C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9C4D on black background.


Color preview on white background

This text has color #BF9C4D on white background.



Black color preview on #BF9C4D background

This text has black color on #BF9C4D background.


White color preview on #BF9C4D background

This text has white color on #BF9C4D background.