COLOR #BF9382

HEX: #BF9382 RGB: (191,147,130)

Color info

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

RGB color model

#BF9382 color RGB value is (191,147,130).

RGB: (191,147,130) (75%, 58%, 51%)

RGB channels and saturation

R 191 of 255 = 75%
G 147 of 255 = 58%
B 130 of 255 = 51%

191
147
130

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

Portions of RGB colors in percentages

R + G + B = 191 + 147 + 130 = 468 (100%)
R 191 of 468 ~ 40.81%
G 147 of 468 ~ 31.41%
B 130 of 468 ~ 27.78'%

%40.81
%31.41
%27.78

CMYK color model

#BF9382 color CMYK value is (0,23,32,25).

  • cyan value is 0.00%
  • magenta value is 23.04%
  • yellow value is 31.94%
  • key color value is 25.10%

CMYK: (0,23,32,25)
C0M23Y32K25 (0%, 23%, 32%, 25%)
(0.00 / 0.23 / 0.32 / 0.25)

CMYK percentages

%0
%23.04
%31.94
%25.1

Codes

Color #BF9382 in popluar color models

BF 93 82
RGB 191 147 130
HSL 17° 32.28% 62.94%
HSB/HSV 17° 31.94% 74.90%
CMYK 0.00% 23.04% 31.94%
25.10%

Color #BF9382 in popluar number systems.

HEX BF 93 82
Decimal 191 147 130
Binary 10111111 10010011 10000010
Octal 277 223 202

Shades and tints

Shades of #BF9382

#BF9382
(191,147,130)
#AE8677
(174,134,119)
#9D796C
(157,121,108)
#8C6C61
(140,108,97)
#7B5F56
(123,95,86)
#6A524B
(106,82,75)
#594540
(89,69,64)
#483835
(72,56,53)
#372B2A
(55,43,42)
#261E1F
(38,30,31)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #BF9382

#BF9382
(191,147,130)
#C49C8D
(196,156,141)
#C9A598
(201,165,152)
#CEAEA3
(206,174,163)
#D3B7AE
(211,183,174)
#D8C0B9
(216,192,185)
#DDC9C4
(221,201,196)
#E2D2CF
(226,210,207)
#E7DBDA
(231,219,218)
#ECE4E5
(236,228,229)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF9382 color. Also use rgb(191,147,130) instead hex code.

Text Font Color

.myTextColor { color: #BF9382; }

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

This text font color is #BF9382.

Background Color

.myBgColor { background-color: #BF9382; }

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

This div background color is #BF9382.

Border color

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

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

This div border color is #BF9382.

Opacity

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

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

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

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

This text has shadow with #BF9382 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF9382.

Preview

Color preview on black background

This text has color #BF9382 on black background.


Color preview on white background

This text has color #BF9382 on white background.


Black color preview on #BF9382 background

This text has black color on #BF9382 background.


White color preview on #BF9382 background

This text has white color on #BF9382 background.


Related colors

Complementary color

Complementary color for #hex is #406C7D.


I love getcolorcode.com

Triadic colors

1 #82BF93 and #9382BF with #BF9382 are triadic colors.

2 #8293BF and #93BF82 with #BF9382 are triadic colors.