COLOR #BF876D

HEX: #BF876D RGB: (191,135,109)

Color info

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

RGB color model

#BF876D color RGB value is (191,135,109).

RGB: (191,135,109) (75%, 53%, 43%)

RGB channels and saturation

R 191 of 255 = 75%
G 135 of 255 = 53%
B 109 of 255 = 43%

191
135
109

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

Portions of RGB colors in percentages

R + G + B = 191 + 135 + 109 = 435 (100%)
R 191 of 435 ~ 43.91%
G 135 of 435 ~ 31.03%
B 109 of 435 ~ 25.06'%

%43.91
%31.03
%25.06

CMYK color model

#BF876D color CMYK value is (0,29,43,25).

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

CMYK: (0,29,43,25)
C0M29Y43K25 (0%, 29%, 43%, 25%)
(0.00 / 0.29 / 0.43 / 0.25)

CMYK percentages

%0
%29.32
%42.93
%25.1

Codes

Color #BF876D in popluar color models

BF 87 6D
RGB 191 135 109
HSL 19° 39.05% 58.82%
HSB/HSV 19° 42.93% 74.90%
CMYK 0.00% 29.32% 42.93%
25.10%

Color #BF876D in popluar number systems.

HEX BF 87 6D
Decimal 191 135 109
Binary 10111111 10000111 1101101
Octal 277 207 155

Shades and tints

Shades of #BF876D

#BF876D
(191,135,109)
#AE7B64
(174,123,100)
#9D6F5B
(157,111,91)
#8C6352
(140,99,82)
#7B5749
(123,87,73)
#6A4B40
(106,75,64)
#593F37
(89,63,55)
#48332E
(72,51,46)
#372725
(55,39,37)
#261B1C
(38,27,28)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #BF876D

#BF876D
(191,135,109)
#C4917A
(196,145,122)
#C99B87
(201,155,135)
#CEA594
(206,165,148)
#D3AFA1
(211,175,161)
#D8B9AE
(216,185,174)
#DDC3BB
(221,195,187)
#E2CDC8
(226,205,200)
#E7D7D5
(231,215,213)
#ECE1E2
(236,225,226)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF876D; }

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

This text font color is #BF876D.

Background Color

.myBgColor { background-color: #BF876D; }

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

This div background color is #BF876D.

Border color

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

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

This div border color is #BF876D.

Opacity

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

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

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

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

This text has shadow with #BF876D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF876D.

Preview

Color preview on black background

This text has color #BF876D on black background.


Color preview on white background

This text has color #BF876D on white background.


Black color preview on #BF876D background

This text has black color on #BF876D background.


White color preview on #BF876D background

This text has white color on #BF876D background.


Related colors

Complementary color

Complementary color for #hex is #407892.


I love getcolorcode.com

Triadic colors

1 #6DBF87 and #876DBF with #BF876D are triadic colors.

2 #6D87BF and #87BF6D with #BF876D are triadic colors.