COLOR #BF9688

HEX: #BF9688
RGB: (191,150,136)

Color info

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

RGB color model

#BF9688 color RGB value is (191,150,136).

  • red value is 191;
  • green value is 150;
  • blue value is 136.
RGB:
(191,150,136)
(75%,59%,53%)

RGB channels and saturation

R 191 of 255 = 75%
G 150 of 255 = 59%
B 136 of 255 = 53%

191
150
136

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

Portions of RGB colors in percentages

R + G + B =
191 + 150 + 136 = 477 (100%)
R 191 of 477 ~ 40.04%
G 150 of 477 ~ 31.45%
B 136 of 477 ~ 28.51%

%40.04
%31.45
%28.51

CMYK color model

#BF9688 color CMYK value is (0,21,29,25).

  • cyan value is 0.00%
  • magenta value is 21.47%
  • yellow value is 28.80%
  • key color value is 25.10%
CMYK:
(0,21,29,25)
C0M21Y29K25 
(0%,21%,29%,25%)
(0.00/0.21/0.29/0.25)	

CMYK percentages

%0
%21.47
%28.8
%25.1

Codes

Color #BF9688 in popluar color models

BF9688
RGB191150136
HSL15°30.05%64.12%
HSB/HSV15°28.80%74.90%
CMYK0.00%21.47%28.80%
25.10%

Color #BF9688 in popluar number systems.

HEXBF9688
Decimal191150136
Binary101111111001011010001000
Octal277226210

Shades and tints

Shades of #BF9688

#BF9688
(191,150,136)
#AE897C
(174,137,124)
#9D7C70
(157,124,112)
#8C6F64
(140,111,100)
#7B6258
(123,98,88)
#6A554C
(106,85,76)
#594840
(89,72,64)
#483B34
(72,59,52)
#372E28
(55,46,40)
#26211C
(38,33,28)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #BF9688

#BF9688
(191,150,136)
#C49F92
(196,159,146)
#C9A89C
(201,168,156)
#CEB1A6
(206,177,166)
#D3BAB0
(211,186,176)
#D8C3BA
(216,195,186)
#DDCCC4
(221,204,196)
#E2D5CE
(226,213,206)
#E7DED8
(231,222,216)
#ECE7E2
(236,231,226)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF9688 color. Also use rgb(191,150,136) instead hex code.

Text Font Color

.myTextColor { color: #BF9688; }

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

This text font color is #BF9688.


Background Color

.myBgColor { background-color: #BF9688; }

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

This div background color is #BF9688.


Border color

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

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

This div border color is #BF9688.


Opacity

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

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

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

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

This text has shadow with #BF9688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9688 on black background.


Color preview on white background

This text has color #BF9688 on white background.



Black color preview on #BF9688 background

This text has black color on #BF9688 background.


White color preview on #BF9688 background

This text has white color on #BF9688 background.