COLOR #BF9984

HEX: #BF9984 RGB: (191,153,132)

Color info

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

RGB color model

#BF9984 color RGB value is (191,153,132).

RGB: (191,153,132) (75%, 60%, 52%)

RGB channels and saturation

R 191 of 255 = 75%
G 153 of 255 = 60%
B 132 of 255 = 52%

191
153
132

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

Portions of RGB colors in percentages

R + G + B = 191 + 153 + 132 = 476 (100%)
R 191 of 476 ~ 40.13%
G 153 of 476 ~ 32.14%
B 132 of 476 ~ 27.73'%

%40.13
%32.14
%27.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.90%
  • yellow value is 30.89%
  • key color value is 25.10%

CMYK: (0,20,31,25)
C0M20Y31K25 (0%, 20%, 31%, 25%)
(0.00 / 0.20 / 0.31 / 0.25)

CMYK percentages

%0
%19.9
%30.89
%25.1

Codes

Color #BF9984 in popluar color models

BF 99 84
RGB 191 153 132
HSL 21° 31.55% 63.33%
HSB/HSV 21° 30.89% 74.90%
CMYK 0.00% 19.90% 30.89%
25.10%

Color #BF9984 in popluar number systems.

HEX BF 99 84
Decimal 191 153 132
Binary 10111111 10011001 10000100
Octal 277 231 204

Shades and tints

Shades of #BF9984

#BF9984
(191,153,132)
#AE8C78
(174,140,120)
#9D7F6C
(157,127,108)
#8C7260
(140,114,96)
#7B6554
(123,101,84)
#6A5848
(106,88,72)
#594B3C
(89,75,60)
#483E30
(72,62,48)
#373124
(55,49,36)
#262418
(38,36,24)
#15170C
(21,23,12)
#000000
(0,0,0)

Tints of #BF9984

#BF9984
(191,153,132)
#C4A28F
(196,162,143)
#C9AB9A
(201,171,154)
#CEB4A5
(206,180,165)
#D3BDB0
(211,189,176)
#D8C6BB
(216,198,187)
#DDCFC6
(221,207,198)
#E2D8D1
(226,216,209)
#E7E1DC
(231,225,220)
#ECEAE7
(236,234,231)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF9984; }

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

This text font color is #BF9984.

Background Color

.myBgColor { background-color: #BF9984; }

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

This div background color is #BF9984.

Border color

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

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

This div border color is #BF9984.

Opacity

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

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

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

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

This text has shadow with #BF9984 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF9984.

Preview

Color preview on black background

This text has color #BF9984 on black background.


Color preview on white background

This text has color #BF9984 on white background.


Black color preview on #BF9984 background

This text has black color on #BF9984 background.


White color preview on #BF9984 background

This text has white color on #BF9984 background.


Related colors

Complementary color

Complementary color for #hex is #40667B.


I love getcolorcode.com

Triadic colors

1 #84BF99 and #9984BF with #BF9984 are triadic colors.

2 #8499BF and #99BF84 with #BF9984 are triadic colors.