COLOR #BF8389

HEX: #BF8389 RGB: (191,131,137)

Color info

#BF8389 contains mainly red and blue colors. Web safe color of #BF8389 is #CC9999 (or #C99).

RGB color model

#BF8389 color RGB value is (191,131,137).

RGB: (191,131,137) (75%, 51%, 54%)

RGB channels and saturation

R 191 of 255 = 75%
G 131 of 255 = 51%
B 137 of 255 = 54%

191
131
137

R + G + B ~ 60%. #BF8389 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 191 + 131 + 137 = 459 (100%)
R 191 of 459 ~ 41.61%
G 131 of 459 ~ 28.54%
B 137 of 459 ~ 29.85'%

%41.61
%28.54
%29.85

CMYK color model

#BF8389 color CMYK value is (0,31,28,25).

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

CMYK: (0,31,28,25)
C0M31Y28K25 (0%, 31%, 28%, 25%)
(0.00 / 0.31 / 0.28 / 0.25)

CMYK percentages

%0
%31.41
%28.27
%25.1

Codes

Color #BF8389 in popluar color models

BF 83 89
RGB 191 131 137
HSL 354° 31.91% 63.14%
HSB/HSV 354° 31.41% 74.90%
CMYK 0.00% 31.41% 28.27%
25.10%

Color #BF8389 in popluar number systems.

HEX BF 83 89
Decimal 191 131 137
Binary 10111111 10000011 10001001
Octal 277 203 211

Shades and tints

Shades of #BF8389

#BF8389
(191,131,137)
#AE787D
(174,120,125)
#9D6D71
(157,109,113)
#8C6265
(140,98,101)
#7B5759
(123,87,89)
#6A4C4D
(106,76,77)
#594141
(89,65,65)
#483635
(72,54,53)
#372B29
(55,43,41)
#26201D
(38,32,29)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #BF8389

#BF8389
(191,131,137)
#C48E93
(196,142,147)
#C9999D
(201,153,157)
#CEA4A7
(206,164,167)
#D3AFB1
(211,175,177)
#D8BABB
(216,186,187)
#DDC5C5
(221,197,197)
#E2D0CF
(226,208,207)
#E7DBD9
(231,219,217)
#ECE6E3
(236,230,227)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF8389; }

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

This text font color is #BF8389.

Background Color

.myBgColor { background-color: #BF8389; }

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

This div background color is #BF8389.

Border color

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

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

This div border color is #BF8389.

Opacity

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

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

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

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

This text has shadow with #BF8389 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF8389.

Preview

Color preview on black background

This text has color #BF8389 on black background.


Color preview on white background

This text has color #BF8389 on white background.


Black color preview on #BF8389 background

This text has black color on #BF8389 background.


White color preview on #BF8389 background

This text has white color on #BF8389 background.


Related colors

Complementary color

Complementary color for #hex is #407C76.


I love getcolorcode.com

Triadic colors

1 #89BF83 and #8389BF with #BF8389 are triadic colors.

2 #8983BF and #83BF89 with #BF8389 are triadic colors.