COLOR #BF8988

HEX: #BF8988 RGB: (191,137,136)

Color info

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

RGB color model

#BF8988 color RGB value is (191,137,136).

RGB: (191,137,136) (75%, 54%, 53%)

RGB channels and saturation

R 191 of 255 = 75%
G 137 of 255 = 54%
B 136 of 255 = 53%

191
137
136

R + G + B ~ 61%. #BF8988 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 137 + 136 = 464 (100%)
R 191 of 464 ~ 41.16%
G 137 of 464 ~ 29.53%
B 136 of 464 ~ 29.31'%

%41.16
%29.53
%29.31

CMYK color model

#BF8988 color CMYK value is (0,28,29,25).

  • cyan value is 0.00%
  • magenta value is 28.27%
  • yellow value is 28.80%
  • key color value is 25.10%

CMYK: (0,28,29,25)
C0M28Y29K25 (0%, 28%, 29%, 25%)
(0.00 / 0.28 / 0.29 / 0.25)

CMYK percentages

%0
%28.27
%28.8
%25.1

Codes

Color #BF8988 in popluar color models

BF 89 88
RGB 191 137 136
HSL 30.05% 64.12%
HSB/HSV 28.80% 74.90%
CMYK 0.00% 28.27% 28.80%
25.10%

Color #BF8988 in popluar number systems.

HEX BF 89 88
Decimal 191 137 136
Binary 10111111 10001001 10001000
Octal 277 211 210

Shades and tints

Shades of #BF8988

#BF8988
(191,137,136)
#AE7D7C
(174,125,124)
#9D7170
(157,113,112)
#8C6564
(140,101,100)
#7B5958
(123,89,88)
#6A4D4C
(106,77,76)
#594140
(89,65,64)
#483534
(72,53,52)
#372928
(55,41,40)
#261D1C
(38,29,28)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #BF8988

#BF8988
(191,137,136)
#C49392
(196,147,146)
#C99D9C
(201,157,156)
#CEA7A6
(206,167,166)
#D3B1B0
(211,177,176)
#D8BBBA
(216,187,186)
#DDC5C4
(221,197,196)
#E2CFCE
(226,207,206)
#E7D9D8
(231,217,216)
#ECE3E2
(236,227,226)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF8988; }

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

This text font color is #BF8988.

Background Color

.myBgColor { background-color: #BF8988; }

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

This div background color is #BF8988.

Border color

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

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

This div border color is #BF8988.

Opacity

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

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

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

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

This text has shadow with #BF8988 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF8988.

Preview

Color preview on black background

This text has color #BF8988 on black background.


Color preview on white background

This text has color #BF8988 on white background.


Black color preview on #BF8988 background

This text has black color on #BF8988 background.


White color preview on #BF8988 background

This text has white color on #BF8988 background.


Related colors

Complementary color

Complementary color for #hex is #407677.


I love getcolorcode.com

Triadic colors

1 #88BF89 and #8988BF with #BF8988 are triadic colors.

2 #8889BF and #89BF88 with #BF8988 are triadic colors.