COLOR #BF8F93

HEX: #BF8F93
RGB: (191,143,147)

Color info

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

RGB color model

#BF8F93 color RGB value is (191,143,147).

  • red value is 191;
  • green value is 143;
  • blue value is 147.
RGB:
(191,143,147)
(75%,56%,58%)

RGB channels and saturation

R 191 of 255 = 75%
G 143 of 255 = 56%
B 147 of 255 = 58%

191
143
147

R + G + B ~ 63%. #BF8F93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 143 + 147 = 481 (100%)
R 191 of 481 ~ 39.71%
G 143 of 481 ~ 29.73%
B 147 of 481 ~ 30.56%

%39.71
%29.73
%30.56

CMYK color model

#BF8F93 color CMYK value is (0,25,23,25).

  • cyan value is 0.00%
  • magenta value is 25.13%
  • yellow value is 23.04%
  • key color value is 25.10%
CMYK:
(0,25,23,25)
C0M25Y23K25 
(0%,25%,23%,25%)
(0.00/0.25/0.23/0.25)	

CMYK percentages

%0
%25.13
%23.04
%25.1

Codes

Color #BF8F93 in popluar color models

BF8F93
RGB191143147
HSL355°27.27%65.49%
HSB/HSV355°25.13%74.90%
CMYK0.00%25.13%23.04%
25.10%

Color #BF8F93 in popluar number systems.

HEXBF8F93
Decimal191143147
Binary101111111000111110010011
Octal277217223

Shades and tints

Shades of #BF8F93

#BF8F93
(191,143,147)
#AE8286
(174,130,134)
#9D7579
(157,117,121)
#8C686C
(140,104,108)
#7B5B5F
(123,91,95)
#6A4E52
(106,78,82)
#594145
(89,65,69)
#483438
(72,52,56)
#37272B
(55,39,43)
#261A1E
(38,26,30)
#150D11
(21,13,17)
#000000
(0,0,0)

Tints of #BF8F93

#BF8F93
(191,143,147)
#C4999C
(196,153,156)
#C9A3A5
(201,163,165)
#CEADAE
(206,173,174)
#D3B7B7
(211,183,183)
#D8C1C0
(216,193,192)
#DDCBC9
(221,203,201)
#E2D5D2
(226,213,210)
#E7DFDB
(231,223,219)
#ECE9E4
(236,233,228)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF8F93; }

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

This text font color is #BF8F93.


Background Color

.myBgColor { background-color: #BF8F93; }

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

This div background color is #BF8F93.


Border color

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

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

This div border color is #BF8F93.


Opacity

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

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

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

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

This text has shadow with #BF8F93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF8F93 on black background.


Color preview on white background

This text has color #BF8F93 on white background.



Black color preview on #BF8F93 background

This text has black color on #BF8F93 background.


White color preview on #BF8F93 background

This text has white color on #BF8F93 background.