COLOR #BF959C

HEX: #BF959C
RGB: (191,149,156)

Color info

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

RGB color model

#BF959C color RGB value is (191,149,156).

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

RGB channels and saturation

R 191 of 255 = 75%
G 149 of 255 = 58%
B 156 of 255 = 61%

191
149
156

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

Portions of RGB colors in percentages

R + G + B =
191 + 149 + 156 = 496 (100%)
R 191 of 496 ~ 38.51%
G 149 of 496 ~ 30.04%
B 156 of 496 ~ 31.45%

%38.51
%30.04
%31.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.99%
  • yellow value is 18.32%
  • 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
%18.32
%25.1

Codes

Color #BF959C in popluar color models

BF959C
RGB191149156
HSL350°24.71%66.67%
HSB/HSV350°21.99%74.90%
CMYK0.00%21.99%18.32%
25.10%

Color #BF959C in popluar number systems.

HEXBF959C
Decimal191149156
Binary101111111001010110011100
Octal277225234

Shades and tints

Shades of #BF959C

#BF959C
(191,149,156)
#AE888E
(174,136,142)
#9D7B80
(157,123,128)
#8C6E72
(140,110,114)
#7B6164
(123,97,100)
#6A5456
(106,84,86)
#594748
(89,71,72)
#483A3A
(72,58,58)
#372D2C
(55,45,44)
#26201E
(38,32,30)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #BF959C

#BF959C
(191,149,156)
#C49EA5
(196,158,165)
#C9A7AE
(201,167,174)
#CEB0B7
(206,176,183)
#D3B9C0
(211,185,192)
#D8C2C9
(216,194,201)
#DDCBD2
(221,203,210)
#E2D4DB
(226,212,219)
#E7DDE4
(231,221,228)
#ECE6ED
(236,230,237)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF959C; }

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

This text font color is #BF959C.


Background Color

.myBgColor { background-color: #BF959C; }

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

This div background color is #BF959C.


Border color

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

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

This div border color is #BF959C.


Opacity

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

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

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

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

This text has shadow with #BF959C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF959C on black background.


Color preview on white background

This text has color #BF959C on white background.



Black color preview on #BF959C background

This text has black color on #BF959C background.


White color preview on #BF959C background

This text has white color on #BF959C background.