COLOR #BF9696

HEX: #BF9696 RGB: (191,150,150)

Color info

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

RGB color model

#BF9696 color RGB value is (191,150,150).

RGB: (191,150,150) (75%, 59%, 59%)

RGB channels and saturation

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

191
150
150

R + G + B ~ 64%. #BF9696 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 150 + 150 = 491 (100%)
R 191 of 491 ~ 38.9%
G 150 of 491 ~ 30.55%
B 150 of 491 ~ 30.55'%

%38.9
%30.55
%30.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.47%
  • yellow value is 21.47%
  • key color value is 25.10%

CMYK: (0,21,21,25)
C0M21Y21K25 (0%, 21%, 21%, 25%)
(0.00 / 0.21 / 0.21 / 0.25)

CMYK percentages

%0
%21.47
%21.47
%25.1

Codes

Color #BF9696 in popluar color models

BF 96 96
RGB 191 150 150
HSL 24.26% 66.86%
HSB/HSV 21.47% 74.90%
CMYK 0.00% 21.47% 21.47%
25.10%

Color #BF9696 in popluar number systems.

HEX BF 96 96
Decimal 191 150 150
Binary 10111111 10010110 10010110
Octal 277 226 226

Shades and tints

Shades of #BF9696

#BF9696
(191,150,150)
#AE8989
(174,137,137)
#9D7C7C
(157,124,124)
#8C6F6F
(140,111,111)
#7B6262
(123,98,98)
#6A5555
(106,85,85)
#594848
(89,72,72)
#483B3B
(72,59,59)
#372E2E
(55,46,46)
#262121
(38,33,33)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #BF9696

#BF9696
(191,150,150)
#C49F9F
(196,159,159)
#C9A8A8
(201,168,168)
#CEB1B1
(206,177,177)
#D3BABA
(211,186,186)
#D8C3C3
(216,195,195)
#DDCCCC
(221,204,204)
#E2D5D5
(226,213,213)
#E7DEDE
(231,222,222)
#ECE7E7
(236,231,231)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF9696; }

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

This text font color is #BF9696.

Background Color

.myBgColor { background-color: #BF9696; }

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

This div background color is #BF9696.

Border color

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

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

This div border color is #BF9696.

Opacity

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

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

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

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

This text has shadow with #BF9696 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF9696.

Preview

Color preview on black background

This text has color #BF9696 on black background.


Color preview on white background

This text has color #BF9696 on white background.


Black color preview on #BF9696 background

This text has black color on #BF9696 background.


White color preview on #BF9696 background

This text has white color on #BF9696 background.


Related colors

Complementary color

Complementary color for #hex is #406969.


I love getcolorcode.com