COLOR #BF9D6C

HEX: #BF9D6C
RGB: (191,157,108)

Color info

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

RGB color model

#BF9D6C color RGB value is (191,157,108).

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

RGB channels and saturation

R 191 of 255 = 75%
G 157 of 255 = 62%
B 108 of 255 = 42%

191
157
108

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

Portions of RGB colors in percentages

R + G + B =
191 + 157 + 108 = 456 (100%)
R 191 of 456 ~ 41.89%
G 157 of 456 ~ 34.43%
B 108 of 456 ~ 23.68%

%41.89
%34.43
%23.68

CMYK color model

#BF9D6C color CMYK value is (0,18,43,25).

  • cyan value is 0.00%
  • magenta value is 17.80%
  • yellow value is 43.46%
  • key color value is 25.10%
CMYK:
(0,18,43,25)
C0M18Y43K25 
(0%,18%,43%,25%)
(0.00/0.18/0.43/0.25)	

CMYK percentages

%0
%17.8
%43.46
%25.1

Codes

Color #BF9D6C in popluar color models

BF9D6C
RGB191157108
HSL35°39.34%58.63%
HSB/HSV35°43.46%74.90%
CMYK0.00%17.80%43.46%
25.10%

Color #BF9D6C in popluar number systems.

HEXBF9D6C
Decimal191157108
Binary10111111100111011101100
Octal277235154

Shades and tints

Shades of #BF9D6C

#BF9D6C
(191,157,108)
#AE8F63
(174,143,99)
#9D815A
(157,129,90)
#8C7351
(140,115,81)
#7B6548
(123,101,72)
#6A573F
(106,87,63)
#594936
(89,73,54)
#483B2D
(72,59,45)
#372D24
(55,45,36)
#261F1B
(38,31,27)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #BF9D6C

#BF9D6C
(191,157,108)
#C4A579
(196,165,121)
#C9AD86
(201,173,134)
#CEB593
(206,181,147)
#D3BDA0
(211,189,160)
#D8C5AD
(216,197,173)
#DDCDBA
(221,205,186)
#E2D5C7
(226,213,199)
#E7DDD4
(231,221,212)
#ECE5E1
(236,229,225)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF9D6C; }

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

This text font color is #BF9D6C.


Background Color

.myBgColor { background-color: #BF9D6C; }

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

This div background color is #BF9D6C.


Border color

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

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

This div border color is #BF9D6C.


Opacity

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

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

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

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

This text has shadow with #BF9D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9D6C on black background.


Color preview on white background

This text has color #BF9D6C on white background.



Black color preview on #BF9D6C background

This text has black color on #BF9D6C background.


White color preview on #BF9D6C background

This text has white color on #BF9D6C background.