COLOR #BF9E77

HEX: #BF9E77
RGB: (191,158,119)

Color info

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

RGB color model

#BF9E77 color RGB value is (191,158,119).

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

RGB channels and saturation

R 191 of 255 = 75%
G 158 of 255 = 62%
B 119 of 255 = 47%

191
158
119

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

Portions of RGB colors in percentages

R + G + B =
191 + 158 + 119 = 468 (100%)
R 191 of 468 ~ 40.81%
G 158 of 468 ~ 33.76%
B 119 of 468 ~ 25.43%

%40.81
%33.76
%25.43

CMYK color model

#BF9E77 color CMYK value is (0,17,38,25).

  • cyan value is 0.00%
  • magenta value is 17.28%
  • yellow value is 37.70%
  • key color value is 25.10%
CMYK:
(0,17,38,25)
C0M17Y38K25 
(0%,17%,38%,25%)
(0.00/0.17/0.38/0.25)	

CMYK percentages

%0
%17.28
%37.7
%25.1

Codes

Color #BF9E77 in popluar color models

BF9E77
RGB191158119
HSL33°36.00%60.78%
HSB/HSV33°37.70%74.90%
CMYK0.00%17.28%37.70%
25.10%

Color #BF9E77 in popluar number systems.

HEXBF9E77
Decimal191158119
Binary10111111100111101110111
Octal277236167

Shades and tints

Shades of #BF9E77

#BF9E77
(191,158,119)
#AE906D
(174,144,109)
#9D8263
(157,130,99)
#8C7459
(140,116,89)
#7B664F
(123,102,79)
#6A5845
(106,88,69)
#594A3B
(89,74,59)
#483C31
(72,60,49)
#372E27
(55,46,39)
#26201D
(38,32,29)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #BF9E77

#BF9E77
(191,158,119)
#C4A683
(196,166,131)
#C9AE8F
(201,174,143)
#CEB69B
(206,182,155)
#D3BEA7
(211,190,167)
#D8C6B3
(216,198,179)
#DDCEBF
(221,206,191)
#E2D6CB
(226,214,203)
#E7DED7
(231,222,215)
#ECE6E3
(236,230,227)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF9E77 color. Also use rgb(191,158,119) instead hex code.

Text Font Color

.myTextColor { color: #BF9E77; }

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

This text font color is #BF9E77.


Background Color

.myBgColor { background-color: #BF9E77; }

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

This div background color is #BF9E77.


Border color

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

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

This div border color is #BF9E77.


Opacity

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

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

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

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

This text has shadow with #BF9E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9E77 on black background.


Color preview on white background

This text has color #BF9E77 on white background.



Black color preview on #BF9E77 background

This text has black color on #BF9E77 background.


White color preview on #BF9E77 background

This text has white color on #BF9E77 background.