COLOR #BF9996

HEX: #BF9996
RGB: (191,153,150)

Color info

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

RGB color model

#BF9996 color RGB value is (191,153,150).

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

RGB channels and saturation

R 191 of 255 = 75%
G 153 of 255 = 60%
B 150 of 255 = 59%

191
153
150

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

Portions of RGB colors in percentages

R + G + B =
191 + 153 + 150 = 494 (100%)
R 191 of 494 ~ 38.66%
G 153 of 494 ~ 30.97%
B 150 of 494 ~ 30.36%

%38.66
%30.97
%30.36

CMYK color model

#BF9996 color CMYK value is (0,20,21,25).

  • cyan value is 0.00%
  • magenta value is 19.90%
  • yellow value is 21.47%
  • key color value is 25.10%
CMYK:
(0,20,21,25)
C0M20Y21K25 
(0%,20%,21%,25%)
(0.00/0.20/0.21/0.25)	

CMYK percentages

%0
%19.9
%21.47
%25.1

Codes

Color #BF9996 in popluar color models

BF9996
RGB191153150
HSL24.26%66.86%
HSB/HSV21.47%74.90%
CMYK0.00%19.90%21.47%
25.10%

Color #BF9996 in popluar number systems.

HEXBF9996
Decimal191153150
Binary101111111001100110010110
Octal277231226

Shades and tints

Shades of #BF9996

#BF9996
(191,153,150)
#AE8C89
(174,140,137)
#9D7F7C
(157,127,124)
#8C726F
(140,114,111)
#7B6562
(123,101,98)
#6A5855
(106,88,85)
#594B48
(89,75,72)
#483E3B
(72,62,59)
#37312E
(55,49,46)
#262421
(38,36,33)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #BF9996

#BF9996
(191,153,150)
#C4A29F
(196,162,159)
#C9ABA8
(201,171,168)
#CEB4B1
(206,180,177)
#D3BDBA
(211,189,186)
#D8C6C3
(216,198,195)
#DDCFCC
(221,207,204)
#E2D8D5
(226,216,213)
#E7E1DE
(231,225,222)
#ECEAE7
(236,234,231)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF9996; }

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

This text font color is #BF9996.


Background Color

.myBgColor { background-color: #BF9996; }

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

This div background color is #BF9996.


Border color

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

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

This div border color is #BF9996.


Opacity

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

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

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

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

This text has shadow with #BF9996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9996 on black background.


Color preview on white background

This text has color #BF9996 on white background.



Black color preview on #BF9996 background

This text has black color on #BF9996 background.


White color preview on #BF9996 background

This text has white color on #BF9996 background.