COLOR #BF9B96

HEX: #BF9B96
RGB: (191,155,150)

Color info

#BF9B96 contains red, green and blue colors in about the same proportion. Web safe color of #BF9B96 is #CC9999 (or #C99).

RGB color model

#BF9B96 color RGB value is (191,155,150).

  • red value is 191;
  • green value is 155;
  • blue value is 150.
RGB:
(191,155,150)
(75%,61%,59%)

RGB channels and saturation

R 191 of 255 = 75%
G 155 of 255 = 61%
B 150 of 255 = 59%

191
155
150

R + G + B ~ 65%. #BF9B96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 155 + 150 = 496 (100%)
R 191 of 496 ~ 38.51%
G 155 of 496 ~ 31.25%
B 150 of 496 ~ 30.24%

%38.51
%31.25
%30.24

CMYK color model

#BF9B96 color CMYK value is (0,19,21,25).

  • cyan value is 0.00%
  • magenta value is 18.85%
  • yellow value is 21.47%
  • key color value is 25.10%
CMYK:
(0,19,21,25)
C0M19Y21K25 
(0%,19%,21%,25%)
(0.00/0.19/0.21/0.25)	

CMYK percentages

%0
%18.85
%21.47
%25.1

Codes

Color #BF9B96 in popluar color models

BF9B96
RGB191155150
HSL24.26%66.86%
HSB/HSV21.47%74.90%
CMYK0.00%18.85%21.47%
25.10%

Color #BF9B96 in popluar number systems.

HEXBF9B96
Decimal191155150
Binary101111111001101110010110
Octal277233226

Shades and tints

Shades of #BF9B96

#BF9B96
(191,155,150)
#AE8D89
(174,141,137)
#9D7F7C
(157,127,124)
#8C716F
(140,113,111)
#7B6362
(123,99,98)
#6A5555
(106,85,85)
#594748
(89,71,72)
#48393B
(72,57,59)
#372B2E
(55,43,46)
#261D21
(38,29,33)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #BF9B96

#BF9B96
(191,155,150)
#C4A49F
(196,164,159)
#C9ADA8
(201,173,168)
#CEB6B1
(206,182,177)
#D3BFBA
(211,191,186)
#D8C8C3
(216,200,195)
#DDD1CC
(221,209,204)
#E2DAD5
(226,218,213)
#E7E3DE
(231,227,222)
#ECECE7
(236,236,231)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF9B96 color. Also use rgb(191,155,150) instead hex code.

Text Font Color

.myTextColor { color: #BF9B96; }

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

This text font color is #BF9B96.


Background Color

.myBgColor { background-color: #BF9B96; }

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

This div background color is #BF9B96.


Border color

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

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

This div border color is #BF9B96.


Opacity

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

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

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

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

This text has shadow with #BF9B96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9B96 on black background.


Color preview on white background

This text has color #BF9B96 on white background.



Black color preview on #BF9B96 background

This text has black color on #BF9B96 background.


White color preview on #BF9B96 background

This text has white color on #BF9B96 background.