COLOR #BF9F7D

HEX: #BF9F7D
RGB: (191,159,125)

Color info

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

RGB color model

#BF9F7D color RGB value is (191,159,125).

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

RGB channels and saturation

R 191 of 255 = 75%
G 159 of 255 = 62%
B 125 of 255 = 49%

191
159
125

R + G + B ~ 62%. #BF9F7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 159 + 125 = 475 (100%)
R 191 of 475 ~ 40.21%
G 159 of 475 ~ 33.47%
B 125 of 475 ~ 26.32%

%40.21
%33.47
%26.32

CMYK color model

#BF9F7D color CMYK value is (0,17,35,25).

  • cyan value is 0.00%
  • magenta value is 16.75%
  • yellow value is 34.55%
  • key color value is 25.10%
CMYK:
(0,17,35,25)
C0M17Y35K25 
(0%,17%,35%,25%)
(0.00/0.17/0.35/0.25)	

CMYK percentages

%0
%16.75
%34.55
%25.1

Codes

Color #BF9F7D in popluar color models

BF9F7D
RGB191159125
HSL31°34.02%61.96%
HSB/HSV31°34.55%74.90%
CMYK0.00%16.75%34.55%
25.10%

Color #BF9F7D in popluar number systems.

HEXBF9F7D
Decimal191159125
Binary10111111100111111111101
Octal277237175

Shades and tints

Shades of #BF9F7D

#BF9F7D
(191,159,125)
#AE9172
(174,145,114)
#9D8367
(157,131,103)
#8C755C
(140,117,92)
#7B6751
(123,103,81)
#6A5946
(106,89,70)
#594B3B
(89,75,59)
#483D30
(72,61,48)
#372F25
(55,47,37)
#26211A
(38,33,26)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #BF9F7D

#BF9F7D
(191,159,125)
#C4A788
(196,167,136)
#C9AF93
(201,175,147)
#CEB79E
(206,183,158)
#D3BFA9
(211,191,169)
#D8C7B4
(216,199,180)
#DDCFBF
(221,207,191)
#E2D7CA
(226,215,202)
#E7DFD5
(231,223,213)
#ECE7E0
(236,231,224)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF9F7D; }

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

This text font color is #BF9F7D.


Background Color

.myBgColor { background-color: #BF9F7D; }

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

This div background color is #BF9F7D.


Border color

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

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

This div border color is #BF9F7D.


Opacity

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

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

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

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

This text has shadow with #BF9F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9F7D on black background.


Color preview on white background

This text has color #BF9F7D on white background.



Black color preview on #BF9F7D background

This text has black color on #BF9F7D background.


White color preview on #BF9F7D background

This text has white color on #BF9F7D background.