COLOR #BF9588

HEX: #BF9588
RGB: (191,149,136)

Color info

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

RGB color model

#BF9588 color RGB value is (191,149,136).

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

RGB channels and saturation

R 191 of 255 = 75%
G 149 of 255 = 58%
B 136 of 255 = 53%

191
149
136

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

Portions of RGB colors in percentages

R + G + B =
191 + 149 + 136 = 476 (100%)
R 191 of 476 ~ 40.13%
G 149 of 476 ~ 31.3%
B 136 of 476 ~ 28.57%

%40.13
%31.3
%28.57

CMYK color model

#BF9588 color CMYK value is (0,22,29,25).

  • cyan value is 0.00%
  • magenta value is 21.99%
  • yellow value is 28.80%
  • key color value is 25.10%
CMYK:
(0,22,29,25)
C0M22Y29K25 
(0%,22%,29%,25%)
(0.00/0.22/0.29/0.25)	

CMYK percentages

%0
%21.99
%28.8
%25.1

Codes

Color #BF9588 in popluar color models

BF9588
RGB191149136
HSL14°30.05%64.12%
HSB/HSV14°28.80%74.90%
CMYK0.00%21.99%28.80%
25.10%

Color #BF9588 in popluar number systems.

HEXBF9588
Decimal191149136
Binary101111111001010110001000
Octal277225210

Shades and tints

Shades of #BF9588

#BF9588
(191,149,136)
#AE887C
(174,136,124)
#9D7B70
(157,123,112)
#8C6E64
(140,110,100)
#7B6158
(123,97,88)
#6A544C
(106,84,76)
#594740
(89,71,64)
#483A34
(72,58,52)
#372D28
(55,45,40)
#26201C
(38,32,28)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #BF9588

#BF9588
(191,149,136)
#C49E92
(196,158,146)
#C9A79C
(201,167,156)
#CEB0A6
(206,176,166)
#D3B9B0
(211,185,176)
#D8C2BA
(216,194,186)
#DDCBC4
(221,203,196)
#E2D4CE
(226,212,206)
#E7DDD8
(231,221,216)
#ECE6E2
(236,230,226)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF9588; }

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

This text font color is #BF9588.


Background Color

.myBgColor { background-color: #BF9588; }

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

This div background color is #BF9588.


Border color

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

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

This div border color is #BF9588.


Opacity

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

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

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

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

This text has shadow with #BF9588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9588 on black background.


Color preview on white background

This text has color #BF9588 on white background.



Black color preview on #BF9588 background

This text has black color on #BF9588 background.


White color preview on #BF9588 background

This text has white color on #BF9588 background.