COLOR #BF8F7C

HEX: #BF8F7C RGB: (191,143,124)

Color info

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

RGB color model

#BF8F7C color RGB value is (191,143,124).

RGB: (191,143,124) (75%, 56%, 49%)

RGB channels and saturation

R 191 of 255 = 75%
G 143 of 255 = 56%
B 124 of 255 = 49%

191
143
124

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

Portions of RGB colors in percentages

R + G + B = 191 + 143 + 124 = 458 (100%)
R 191 of 458 ~ 41.7%
G 143 of 458 ~ 31.22%
B 124 of 458 ~ 27.07'%

%41.7
%31.22
%27.07

CMYK color model

#BF8F7C color CMYK value is (0,25,35,25).

  • cyan value is 0.00%
  • magenta value is 25.13%
  • yellow value is 35.08%
  • key color value is 25.10%
CMYK: (0,25,35,25) C0M25Y35K25 (0%,25%,35%,25%) (0.00/0.25/0.35/0.25) 

CMYK percentages

%0
%25.13
%35.08
%25.1

Codes

Color #BF8F7C in popluar color models

BF 8F 7C
RGB 191 143 124
HSL 17° 34.36% 61.76%
HSB/HSV 17° 35.08% 74.90%
CMYK 0.00% 25.13% 35.08%
25.10%

Color #BF8F7C in popluar number systems.

HEX BF 8F 7C
Decimal 191 143 124
Binary 10111111 10001111 1111100
Octal 277 217 174

Shades and tints

Shades of #BF8F7C

#BF8F7C
(191,143,124)
#AE8271
(174,130,113)
#9D7566
(157,117,102)
#8C685B
(140,104,91)
#7B5B50
(123,91,80)
#6A4E45
(106,78,69)
#59413A
(89,65,58)
#48342F
(72,52,47)
#372724
(55,39,36)
#261A19
(38,26,25)
#150D0E
(21,13,14)
#000000
(0,0,0)

Tints of #BF8F7C

#BF8F7C
(191,143,124)
#C49987
(196,153,135)
#C9A392
(201,163,146)
#CEAD9D
(206,173,157)
#D3B7A8
(211,183,168)
#D8C1B3
(216,193,179)
#DDCBBE
(221,203,190)
#E2D5C9
(226,213,201)
#E7DFD4
(231,223,212)
#ECE9DF
(236,233,223)
#F1F3EA
(241,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF8F7C color. Also use rgb(191,143,124) instead hex code.

Text Font Color

.myTextColor { color: #BF8F7C; }

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

This text font color is #BF8F7C.

Background Color

.myBgColor { background-color: #BF8F7C; }

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

This div background color is #BF8F7C.

Border color

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

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

This div border color is #BF8F7C.

Opacity

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

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

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

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

This text has shadow with #BF8F7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF8F7C.

Preview

Color preview on black background

This text has color #BF8F7C on black background.


Color preview on white background

This text has color #BF8F7C on white background.


Black color preview on #BF8F7C background

This text has black color on #BF8F7C background.


White color preview on #BF8F7C background

This text has white color on #BF8F7C background.


Related colors

Complementary color

Complementary color for #hex is #407083.


I love getcolorcode.com

Triadic colors

1 #7CBF8F and #8F7CBF with #BF8F7C are triadic colors.

2 #7C8FBF and #8FBF7C with #BF8F7C are triadic colors.