COLOR #BF9F81

HEX: #BF9F81
RGB: (191,159,129)

Color info

#BF9F81 contains mainly red and green colors. Web safe color of #BF9F81 is #CC9999 (or #C99).

RGB color model

#BF9F81 color RGB value is (191,159,129).

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

RGB channels and saturation

R 191 of 255 = 75%
G 159 of 255 = 62%
B 129 of 255 = 51%

191
159
129

R + G + B ~ 63%. #BF9F81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 159 + 129 = 479 (100%)
R 191 of 479 ~ 39.87%
G 159 of 479 ~ 33.19%
B 129 of 479 ~ 26.93%

%39.87
%33.19
%26.93

CMYK color model

#BF9F81 color CMYK value is (0,17,32,25).

  • cyan value is 0.00%
  • magenta value is 16.75%
  • yellow value is 32.46%
  • key color value is 25.10%
CMYK:
(0,17,32,25)
C0M17Y32K25 
(0%,17%,32%,25%)
(0.00/0.17/0.32/0.25)	

CMYK percentages

%0
%16.75
%32.46
%25.1

Codes

Color #BF9F81 in popluar color models

BF9F81
RGB191159129
HSL29°32.63%62.75%
HSB/HSV29°32.46%74.90%
CMYK0.00%16.75%32.46%
25.10%

Color #BF9F81 in popluar number systems.

HEXBF9F81
Decimal191159129
Binary101111111001111110000001
Octal277237201

Shades and tints

Shades of #BF9F81

#BF9F81
(191,159,129)
#AE9176
(174,145,118)
#9D836B
(157,131,107)
#8C7560
(140,117,96)
#7B6755
(123,103,85)
#6A594A
(106,89,74)
#594B3F
(89,75,63)
#483D34
(72,61,52)
#372F29
(55,47,41)
#26211E
(38,33,30)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #BF9F81

#BF9F81
(191,159,129)
#C4A78C
(196,167,140)
#C9AF97
(201,175,151)
#CEB7A2
(206,183,162)
#D3BFAD
(211,191,173)
#D8C7B8
(216,199,184)
#DDCFC3
(221,207,195)
#E2D7CE
(226,215,206)
#E7DFD9
(231,223,217)
#ECE7E4
(236,231,228)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF9F81; }

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

This text font color is #BF9F81.


Background Color

.myBgColor { background-color: #BF9F81; }

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

This div background color is #BF9F81.


Border color

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

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

This div border color is #BF9F81.


Opacity

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

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

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

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

This text has shadow with #BF9F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9F81 on black background.


Color preview on white background

This text has color #BF9F81 on white background.



Black color preview on #BF9F81 background

This text has black color on #BF9F81 background.


White color preview on #BF9F81 background

This text has white color on #BF9F81 background.