COLOR #BF8B90

HEX: #BF8B90
RGB: (191,139,144)

Color info

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

RGB color model

#BF8B90 color RGB value is (191,139,144).

  • red value is 191;
  • green value is 139;
  • blue value is 144.
RGB:
(191,139,144)
(75%,55%,56%)

RGB channels and saturation

R 191 of 255 = 75%
G 139 of 255 = 55%
B 144 of 255 = 56%

191
139
144

R + G + B ~ 62%. #BF8B90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 139 + 144 = 474 (100%)
R 191 of 474 ~ 40.3%
G 139 of 474 ~ 29.32%
B 144 of 474 ~ 30.38%

%40.3
%29.32
%30.38

CMYK color model

#BF8B90 color CMYK value is (0,27,25,25).

  • cyan value is 0.00%
  • magenta value is 27.23%
  • yellow value is 24.61%
  • key color value is 25.10%
CMYK:
(0,27,25,25)
C0M27Y25K25 
(0%,27%,25%,25%)
(0.00/0.27/0.25/0.25)	

CMYK percentages

%0
%27.23
%24.61
%25.1

Codes

Color #BF8B90 in popluar color models

BF8B90
RGB191139144
HSL354°28.89%64.71%
HSB/HSV354°27.23%74.90%
CMYK0.00%27.23%24.61%
25.10%

Color #BF8B90 in popluar number systems.

HEXBF8B90
Decimal191139144
Binary101111111000101110010000
Octal277213220

Shades and tints

Shades of #BF8B90

#BF8B90
(191,139,144)
#AE7F83
(174,127,131)
#9D7376
(157,115,118)
#8C6769
(140,103,105)
#7B5B5C
(123,91,92)
#6A4F4F
(106,79,79)
#594342
(89,67,66)
#483735
(72,55,53)
#372B28
(55,43,40)
#261F1B
(38,31,27)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #BF8B90

#BF8B90
(191,139,144)
#C4959A
(196,149,154)
#C99FA4
(201,159,164)
#CEA9AE
(206,169,174)
#D3B3B8
(211,179,184)
#D8BDC2
(216,189,194)
#DDC7CC
(221,199,204)
#E2D1D6
(226,209,214)
#E7DBE0
(231,219,224)
#ECE5EA
(236,229,234)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF8B90; }

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

This text font color is #BF8B90.


Background Color

.myBgColor { background-color: #BF8B90; }

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

This div background color is #BF8B90.


Border color

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

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

This div border color is #BF8B90.


Opacity

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

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

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

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

This text has shadow with #BF8B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF8B90 on black background.


Color preview on white background

This text has color #BF8B90 on white background.



Black color preview on #BF8B90 background

This text has black color on #BF8B90 background.


White color preview on #BF8B90 background

This text has white color on #BF8B90 background.