COLOR #BF908B

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

191
144
139

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

Portions of RGB colors in percentages

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

%40.3
%30.38
%29.32

CMYK color model

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

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

CMYK percentages

%0
%24.61
%27.23
%25.1

Codes

Color #BF908B in popluar color models

BF908B
RGB191144139
HSL28.89%64.71%
HSB/HSV27.23%74.90%
CMYK0.00%24.61%27.23%
25.10%

Color #BF908B in popluar number systems.

HEXBF908B
Decimal191144139
Binary101111111001000010001011
Octal277220213

Shades and tints

Shades of #BF908B

#BF908B
(191,144,139)
#AE837F
(174,131,127)
#9D7673
(157,118,115)
#8C6967
(140,105,103)
#7B5C5B
(123,92,91)
#6A4F4F
(106,79,79)
#594243
(89,66,67)
#483537
(72,53,55)
#37282B
(55,40,43)
#261B1F
(38,27,31)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #BF908B

#BF908B
(191,144,139)
#C49A95
(196,154,149)
#C9A49F
(201,164,159)
#CEAEA9
(206,174,169)
#D3B8B3
(211,184,179)
#D8C2BD
(216,194,189)
#DDCCC7
(221,204,199)
#E2D6D1
(226,214,209)
#E7E0DB
(231,224,219)
#ECEAE5
(236,234,229)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF908B; }

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

This text font color is #BF908B.


Background Color

.myBgColor { background-color: #BF908B; }

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

This div background color is #BF908B.


Border color

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

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

This div border color is #BF908B.


Opacity

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

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

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

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

This text has shadow with #BF908B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF908B on black background.


Color preview on white background

This text has color #BF908B on white background.



Black color preview on #BF908B background

This text has black color on #BF908B background.


White color preview on #BF908B background

This text has white color on #BF908B background.