COLOR #BF908C

HEX: #BF908C
RGB: (191,144,140)

Color info

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

RGB color model

#BF908C color RGB value is (191,144,140).

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

RGB channels and saturation

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

191
144
140

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

Portions of RGB colors in percentages

R + G + B =
191 + 144 + 140 = 475 (100%)
R 191 of 475 ~ 40.21%
G 144 of 475 ~ 30.32%
B 140 of 475 ~ 29.47%

%40.21
%30.32
%29.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.61%
  • yellow value is 26.70%
  • 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
%26.7
%25.1

Codes

Color #BF908C in popluar color models

BF908C
RGB191144140
HSL28.49%64.90%
HSB/HSV26.70%74.90%
CMYK0.00%24.61%26.70%
25.10%

Color #BF908C in popluar number systems.

HEXBF908C
Decimal191144140
Binary101111111001000010001100
Octal277220214

Shades and tints

Shades of #BF908C

#BF908C
(191,144,140)
#AE8380
(174,131,128)
#9D7674
(157,118,116)
#8C6968
(140,105,104)
#7B5C5C
(123,92,92)
#6A4F50
(106,79,80)
#594244
(89,66,68)
#483538
(72,53,56)
#37282C
(55,40,44)
#261B20
(38,27,32)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #BF908C

#BF908C
(191,144,140)
#C49A96
(196,154,150)
#C9A4A0
(201,164,160)
#CEAEAA
(206,174,170)
#D3B8B4
(211,184,180)
#D8C2BE
(216,194,190)
#DDCCC8
(221,204,200)
#E2D6D2
(226,214,210)
#E7E0DC
(231,224,220)
#ECEAE6
(236,234,230)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF908C; }

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

This text font color is #BF908C.


Background Color

.myBgColor { background-color: #BF908C; }

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

This div background color is #BF908C.


Border color

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

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

This div border color is #BF908C.


Opacity

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

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

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

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

This text has shadow with #BF908C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF908C on black background.


Color preview on white background

This text has color #BF908C on white background.



Black color preview on #BF908C background

This text has black color on #BF908C background.


White color preview on #BF908C background

This text has white color on #BF908C background.