COLOR #BF874F

HEX: #BF874F RGB: (191,135,79)

Color info

#BF874F contains mainly red and green colors. Web safe color of #BF874F is #CC9966 (or #C96).

RGB color model

#BF874F color RGB value is (191,135,79).

RGB: (191,135,79) (75%, 53%, 31%)

RGB channels and saturation

R 191 of 255 = 75%
G 135 of 255 = 53%
B 79 of 255 = 31%

191
135
79

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

Portions of RGB colors in percentages

R + G + B = 191 + 135 + 79 = 405 (100%)
R 191 of 405 ~ 47.16%
G 135 of 405 ~ 33.33%
B 79 of 405 ~ 19.51'%

%47.16
%33.33
%19.51

CMYK color model

#BF874F color CMYK value is (0,29,59,25).

  • cyan value is 0.00%
  • magenta value is 29.32%
  • yellow value is 58.64%
  • key color value is 25.10%

CMYK: (0,29,59,25)
C0M29Y59K25 (0%, 29%, 59%, 25%)
(0.00 / 0.29 / 0.59 / 0.25)

CMYK percentages

%0
%29.32
%58.64
%25.1

Codes

Color #BF874F in popluar color models

BF 87 4F
RGB 191 135 79
HSL 30° 46.67% 52.94%
HSB/HSV 30° 58.64% 74.90%
CMYK 0.00% 29.32% 58.64%
25.10%

Color #BF874F in popluar number systems.

HEX BF 87 4F
Decimal 191 135 79
Binary 10111111 10000111 1001111
Octal 277 207 117

Shades and tints

Shades of #BF874F

#BF874F
(191,135,79)
#AE7B48
(174,123,72)
#9D6F41
(157,111,65)
#8C633A
(140,99,58)
#7B5733
(123,87,51)
#6A4B2C
(106,75,44)
#593F25
(89,63,37)
#48331E
(72,51,30)
#372717
(55,39,23)
#261B10
(38,27,16)
#150F09
(21,15,9)
#000000
(0,0,0)

Tints of #BF874F

#BF874F
(191,135,79)
#C4915F
(196,145,95)
#C99B6F
(201,155,111)
#CEA57F
(206,165,127)
#D3AF8F
(211,175,143)
#D8B99F
(216,185,159)
#DDC3AF
(221,195,175)
#E2CDBF
(226,205,191)
#E7D7CF
(231,215,207)
#ECE1DF
(236,225,223)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF874F color. Also use rgb(191,135,79) instead hex code.

Text Font Color

.myTextColor { color: #BF874F; }

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

This text font color is #BF874F.

Background Color

.myBgColor { background-color: #BF874F; }

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

This div background color is #BF874F.

Border color

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

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

This div border color is #BF874F.

Opacity

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

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

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

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

This text has shadow with #BF874F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF874F.

Preview

Color preview on black background

This text has color #BF874F on black background.


Color preview on white background

This text has color #BF874F on white background.


Black color preview on #BF874F background

This text has black color on #BF874F background.


White color preview on #BF874F background

This text has white color on #BF874F background.


Related colors

Complementary color

Complementary color for #hex is #4078B0.


I love getcolorcode.com

Triadic colors

1 #4FBF87 and #874FBF with #BF874F are triadic colors.

2 #4F87BF and #87BF4F with #BF874F are triadic colors.