COLOR #BF9D73

HEX: #BF9D73
RGB: (191,157,115)

Color info

#BF9D73 contains mainly red and green colors. Web safe color of #BF9D73 is #CC9966 (or #C96).

RGB color model

#BF9D73 color RGB value is (191,157,115).

  • red value is 191;
  • green value is 157;
  • blue value is 115.
RGB:
(191,157,115)
(75%,62%,45%)

RGB channels and saturation

R 191 of 255 = 75%
G 157 of 255 = 62%
B 115 of 255 = 45%

191
157
115

R + G + B ~ 61%. #BF9D73 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 157 + 115 = 463 (100%)
R 191 of 463 ~ 41.25%
G 157 of 463 ~ 33.91%
B 115 of 463 ~ 24.84%

%41.25
%33.91
%24.84

CMYK color model

#BF9D73 color CMYK value is (0,18,40,25).

  • cyan value is 0.00%
  • magenta value is 17.80%
  • yellow value is 39.79%
  • key color value is 25.10%
CMYK:
(0,18,40,25)
C0M18Y40K25 
(0%,18%,40%,25%)
(0.00/0.18/0.40/0.25)	

CMYK percentages

%0
%17.8
%39.79
%25.1

Codes

Color #BF9D73 in popluar color models

BF9D73
RGB191157115
HSL33°37.25%60.00%
HSB/HSV33°39.79%74.90%
CMYK0.00%17.80%39.79%
25.10%

Color #BF9D73 in popluar number systems.

HEXBF9D73
Decimal191157115
Binary10111111100111011110011
Octal277235163

Shades and tints

Shades of #BF9D73

#BF9D73
(191,157,115)
#AE8F69
(174,143,105)
#9D815F
(157,129,95)
#8C7355
(140,115,85)
#7B654B
(123,101,75)
#6A5741
(106,87,65)
#594937
(89,73,55)
#483B2D
(72,59,45)
#372D23
(55,45,35)
#261F19
(38,31,25)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #BF9D73

#BF9D73
(191,157,115)
#C4A57F
(196,165,127)
#C9AD8B
(201,173,139)
#CEB597
(206,181,151)
#D3BDA3
(211,189,163)
#D8C5AF
(216,197,175)
#DDCDBB
(221,205,187)
#E2D5C7
(226,213,199)
#E7DDD3
(231,221,211)
#ECE5DF
(236,229,223)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF9D73 color. Also use rgb(191,157,115) instead hex code.

Text Font Color

.myTextColor { color: #BF9D73; }

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

This text font color is #BF9D73.


Background Color

.myBgColor { background-color: #BF9D73; }

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

This div background color is #BF9D73.


Border color

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

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

This div border color is #BF9D73.


Opacity

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

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

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

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

This text has shadow with #BF9D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9D73 on black background.


Color preview on white background

This text has color #BF9D73 on white background.



Black color preview on #BF9D73 background

This text has black color on #BF9D73 background.


White color preview on #BF9D73 background

This text has white color on #BF9D73 background.