COLOR #BF959D

HEX: #BF959D
RGB: (191,149,157)

Color info

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

RGB color model

#BF959D color RGB value is (191,149,157).

  • red value is 191;
  • green value is 149;
  • blue value is 157.
RGB: (191,149,157) (75%,58%,62%)

RGB channels and saturation

R 191 of 255 = 75%
G 149 of 255 = 58%
B 157 of 255 = 62%

191
149
157

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

Portions of RGB colors in percentages

R + G + B =
191 + 149 + 157 = 497 (100%)
R 191 of 497 ~ 38.43%
G 149 of 497 ~ 29.98%
B 157 of 497 ~ 31.59%

%38.43
%29.98
%31.59

CMYK color model

#BF959D color CMYK value is (0,22,18,25).

  • cyan value is 0.00%
  • magenta value is 21.99%
  • yellow value is 17.80%
  • key color value is 25.10%
CMYK: (0,22,18,25) C0M22Y18K25 (0%,22%,18%,25%) (0.00/0.22/0.18/0.25)

CMYK percentages

%0
%21.99
%17.8
%25.1

Codes

Color #BF959D in popluar color models

BF959D
RGB191149157
HSL349°24.71%66.67%
HSB/HSV349°21.99%74.90%
CMYK0.00%21.99%17.80%
25.10%

Color #BF959D in popluar number systems.

HEXBF959D
Decimal191149157
Binary101111111001010110011101
Octal277225235

Shades and tints

Shades of #BF959D

#BF959D
(191,149,157)
#AE888F
(174,136,143)
#9D7B81
(157,123,129)
#8C6E73
(140,110,115)
#7B6165
(123,97,101)
#6A5457
(106,84,87)
#594749
(89,71,73)
#483A3B
(72,58,59)
#372D2D
(55,45,45)
#26201F
(38,32,31)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #BF959D

#BF959D
(191,149,157)
#C49EA5
(196,158,165)
#C9A7AD
(201,167,173)
#CEB0B5
(206,176,181)
#D3B9BD
(211,185,189)
#D8C2C5
(216,194,197)
#DDCBCD
(221,203,205)
#E2D4D5
(226,212,213)
#E7DDDD
(231,221,221)
#ECE6E5
(236,230,229)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF959D; }

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

This text font color is #BF959D.


Background Color

.myBgColor { background-color: #BF959D; }

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

This div background color is #BF959D.


Border color

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

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

This div border color is #BF959D.


Opacity

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

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

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

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

This text has shadow with #BF959D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BF959D on black background.


Color preview on white background

This text has color #BF959D on white background.



Black color preview on #BF959D background

This text has black color on #BF959D background.


White color preview on #BF959D background

This text has white color on #BF959D background.