COLOR #BF8384

HEX: #BF8384
RGB: (191,131,132)

Color info

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

RGB color model

#BF8384 color RGB value is (191,131,132).

  • red value is 191;
  • green value is 131;
  • blue value is 132.
RGB:
(191,131,132)
(75%,51%,52%)

RGB channels and saturation

R 191 of 255 = 75%
G 131 of 255 = 51%
B 132 of 255 = 52%

191
131
132

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

Portions of RGB colors in percentages

R + G + B =
191 + 131 + 132 = 454 (100%)
R 191 of 454 ~ 42.07%
G 131 of 454 ~ 28.85%
B 132 of 454 ~ 29.07%

%42.07
%28.85
%29.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.41%
  • yellow value is 30.89%
  • key color value is 25.10%
CMYK:
(0,31,31,25)
C0M31Y31K25 
(0%,31%,31%,25%)
(0.00/0.31/0.31/0.25)	

CMYK percentages

%0
%31.41
%30.89
%25.1

Codes

Color #BF8384 in popluar color models

BF8384
RGB191131132
HSL359°31.91%63.14%
HSB/HSV359°31.41%74.90%
CMYK0.00%31.41%30.89%
25.10%

Color #BF8384 in popluar number systems.

HEXBF8384
Decimal191131132
Binary101111111000001110000100
Octal277203204

Shades and tints

Shades of #BF8384

#BF8384
(191,131,132)
#AE7878
(174,120,120)
#9D6D6C
(157,109,108)
#8C6260
(140,98,96)
#7B5754
(123,87,84)
#6A4C48
(106,76,72)
#59413C
(89,65,60)
#483630
(72,54,48)
#372B24
(55,43,36)
#262018
(38,32,24)
#15150C
(21,21,12)
#000000
(0,0,0)

Tints of #BF8384

#BF8384
(191,131,132)
#C48E8F
(196,142,143)
#C9999A
(201,153,154)
#CEA4A5
(206,164,165)
#D3AFB0
(211,175,176)
#D8BABB
(216,186,187)
#DDC5C6
(221,197,198)
#E2D0D1
(226,208,209)
#E7DBDC
(231,219,220)
#ECE6E7
(236,230,231)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF8384; }

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

This text font color is #BF8384.


Background Color

.myBgColor { background-color: #BF8384; }

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

This div background color is #BF8384.


Border color

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

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

This div border color is #BF8384.


Opacity

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

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

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

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

This text has shadow with #BF8384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF8384 on black background.


Color preview on white background

This text has color #BF8384 on white background.



Black color preview on #BF8384 background

This text has black color on #BF8384 background.


White color preview on #BF8384 background

This text has white color on #BF8384 background.