COLOR #BF955F

HEX: #BF955F
RGB: (191,149,95)

Color info

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

RGB color model

#BF955F color RGB value is (191,149,95).

  • red value is 191;
  • green value is 149;
  • blue value is 95.
RGB:
(191,149,95)
(75%,58%,37%)

RGB channels and saturation

R 191 of 255 = 75%
G 149 of 255 = 58%
B 95 of 255 = 37%

191
149
95

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

Portions of RGB colors in percentages

R + G + B =
191 + 149 + 95 = 435 (100%)
R 191 of 435 ~ 43.91%
G 149 of 435 ~ 34.25%
B 95 of 435 ~ 21.84%

%43.91
%34.25
%21.84

CMYK color model

#BF955F color CMYK value is (0,22,50,25).

  • cyan value is 0.00%
  • magenta value is 21.99%
  • yellow value is 50.26%
  • key color value is 25.10%
CMYK:
(0,22,50,25)
C0M22Y50K25 
(0%,22%,50%,25%)
(0.00/0.22/0.50/0.25)	

CMYK percentages

%0
%21.99
%50.26
%25.1

Codes

Color #BF955F in popluar color models

BF955F
RGB19114995
HSL34°42.86%56.08%
HSB/HSV34°50.26%74.90%
CMYK0.00%21.99%50.26%
25.10%

Color #BF955F in popluar number systems.

HEXBF955F
Decimal19114995
Binary10111111100101011011111
Octal277225137

Shades and tints

Shades of #BF955F

#BF955F
(191,149,95)
#AE8857
(174,136,87)
#9D7B4F
(157,123,79)
#8C6E47
(140,110,71)
#7B613F
(123,97,63)
#6A5437
(106,84,55)
#59472F
(89,71,47)
#483A27
(72,58,39)
#372D1F
(55,45,31)
#262017
(38,32,23)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #BF955F

#BF955F
(191,149,95)
#C49E6D
(196,158,109)
#C9A77B
(201,167,123)
#CEB089
(206,176,137)
#D3B997
(211,185,151)
#D8C2A5
(216,194,165)
#DDCBB3
(221,203,179)
#E2D4C1
(226,212,193)
#E7DDCF
(231,221,207)
#ECE6DD
(236,230,221)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF955F color. Also use rgb(191,149,95) instead hex code.

Text Font Color

.myTextColor { color: #BF955F; }

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

This text font color is #BF955F.


Background Color

.myBgColor { background-color: #BF955F; }

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

This div background color is #BF955F.


Border color

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

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

This div border color is #BF955F.


Opacity

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

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

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

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

This text has shadow with #BF955F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF955F on black background.


Color preview on white background

This text has color #BF955F on white background.



Black color preview on #BF955F background

This text has black color on #BF955F background.


White color preview on #BF955F background

This text has white color on #BF955F background.