COLOR #BF9F78

HEX: #BF9F78
RGB: (191,159,120)

Color info

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

RGB color model

#BF9F78 color RGB value is (191,159,120).

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

RGB channels and saturation

R 191 of 255 = 75%
G 159 of 255 = 62%
B 120 of 255 = 47%

191
159
120

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

Portions of RGB colors in percentages

R + G + B =
191 + 159 + 120 = 470 (100%)
R 191 of 470 ~ 40.64%
G 159 of 470 ~ 33.83%
B 120 of 470 ~ 25.53%

%40.64
%33.83
%25.53

CMYK color model

#BF9F78 color CMYK value is (0,17,37,25).

  • cyan value is 0.00%
  • magenta value is 16.75%
  • yellow value is 37.17%
  • key color value is 25.10%
CMYK:
(0,17,37,25)
C0M17Y37K25 
(0%,17%,37%,25%)
(0.00/0.17/0.37/0.25)	

CMYK percentages

%0
%16.75
%37.17
%25.1

Codes

Color #BF9F78 in popluar color models

BF9F78
RGB191159120
HSL33°35.68%60.98%
HSB/HSV33°37.17%74.90%
CMYK0.00%16.75%37.17%
25.10%

Color #BF9F78 in popluar number systems.

HEXBF9F78
Decimal191159120
Binary10111111100111111111000
Octal277237170

Shades and tints

Shades of #BF9F78

#BF9F78
(191,159,120)
#AE916E
(174,145,110)
#9D8364
(157,131,100)
#8C755A
(140,117,90)
#7B6750
(123,103,80)
#6A5946
(106,89,70)
#594B3C
(89,75,60)
#483D32
(72,61,50)
#372F28
(55,47,40)
#26211E
(38,33,30)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #BF9F78

#BF9F78
(191,159,120)
#C4A784
(196,167,132)
#C9AF90
(201,175,144)
#CEB79C
(206,183,156)
#D3BFA8
(211,191,168)
#D8C7B4
(216,199,180)
#DDCFC0
(221,207,192)
#E2D7CC
(226,215,204)
#E7DFD8
(231,223,216)
#ECE7E4
(236,231,228)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF9F78; }

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

This text font color is #BF9F78.


Background Color

.myBgColor { background-color: #BF9F78; }

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

This div background color is #BF9F78.


Border color

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

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

This div border color is #BF9F78.


Opacity

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

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

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

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

This text has shadow with #BF9F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9F78 on black background.


Color preview on white background

This text has color #BF9F78 on white background.



Black color preview on #BF9F78 background

This text has black color on #BF9F78 background.


White color preview on #BF9F78 background

This text has white color on #BF9F78 background.