COLOR #BF6B5F

HEX: #BF6B5F RGB: (191,107,95)

Color info

#BF6B5F contains mainly red color. Web safe color of #BF6B5F is #CC6666 (or #C66).

RGB color model

#BF6B5F color RGB value is (191,107,95).

RGB: (191,107,95) (75%, 42%, 37%)

RGB channels and saturation

R 191 of 255 = 75%
G 107 of 255 = 42%
B 95 of 255 = 37%

191
107
95

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

Portions of RGB colors in percentages

R + G + B = 191 + 107 + 95 = 393 (100%)
R 191 of 393 ~ 48.6%
G 107 of 393 ~ 27.23%
B 95 of 393 ~ 24.17'%

%48.6
%27.23
%24.17

CMYK color model

#BF6B5F color CMYK value is (0,44,50,25).

  • cyan value is 0.00%
  • magenta value is 43.98%
  • yellow value is 50.26%
  • key color value is 25.10%

CMYK: (0,44,50,25)
C0M44Y50K25 (0%, 44%, 50%, 25%)
(0.00 / 0.44 / 0.50 / 0.25)

CMYK percentages

%0
%43.98
%50.26
%25.1

Codes

Color #BF6B5F in popluar color models

BF 6B 5F
RGB 191 107 95
HSL 42.86% 56.08%
HSB/HSV 50.26% 74.90%
CMYK 0.00% 43.98% 50.26%
25.10%

Color #BF6B5F in popluar number systems.

HEX BF 6B 5F
Decimal 191 107 95
Binary 10111111 1101011 1011111
Octal 277 153 137

Shades and tints

Shades of #BF6B5F

#BF6B5F
(191,107,95)
#AE6257
(174,98,87)
#9D594F
(157,89,79)
#8C5047
(140,80,71)
#7B473F
(123,71,63)
#6A3E37
(106,62,55)
#59352F
(89,53,47)
#482C27
(72,44,39)
#37231F
(55,35,31)
#261A17
(38,26,23)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #BF6B5F

#BF6B5F
(191,107,95)
#C4786D
(196,120,109)
#C9857B
(201,133,123)
#CE9289
(206,146,137)
#D39F97
(211,159,151)
#D8ACA5
(216,172,165)
#DDB9B3
(221,185,179)
#E2C6C1
(226,198,193)
#E7D3CF
(231,211,207)
#ECE0DD
(236,224,221)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF6B5F color. Also use rgb(191,107,95) instead hex code.

Text Font Color

.myTextColor { color: #BF6B5F; }

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

This text font color is #BF6B5F.

Background Color

.myBgColor { background-color: #BF6B5F; }

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

This div background color is #BF6B5F.

Border color

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

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

This div border color is #BF6B5F.

Opacity

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

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

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

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

This text has shadow with #BF6B5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF6B5F.

Preview

Color preview on black background

This text has color #BF6B5F on black background.


Color preview on white background

This text has color #BF6B5F on white background.


Black color preview on #BF6B5F background

This text has black color on #BF6B5F background.


White color preview on #BF6B5F background

This text has white color on #BF6B5F background.


Related colors

Complementary color

Complementary color for #hex is #4094A0.


I love getcolorcode.com

Triadic colors

1 #5FBF6B and #6B5FBF with #BF6B5F are triadic colors.

2 #5F6BBF and #6BBF5F with #BF6B5F are triadic colors.