COLOR #BF6744

HEX: #BF6744
RGB: (191,103,68)

Color info

#BF6744 contains mainly red color. Web safe color of #BF6744 is #CC6633 (or #C63).

RGB color model

#BF6744 color RGB value is (191,103,68).

  • red value is 191;
  • green value is 103;
  • blue value is 68.
RGB:
(191,103,68)
(75%,40%,27%)

RGB channels and saturation

R 191 of 255 = 75%
G 103 of 255 = 40%
B 68 of 255 = 27%

191
103
68

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

Portions of RGB colors in percentages

R + G + B =
191 + 103 + 68 = 362 (100%)
R 191 of 362 ~ 52.76%
G 103 of 362 ~ 28.45%
B 68 of 362 ~ 18.78%

%52.76
%28.45
%18.78

CMYK color model

#BF6744 color CMYK value is (0,46,64,25).

  • cyan value is 0.00%
  • magenta value is 46.07%
  • yellow value is 64.40%
  • key color value is 25.10%
CMYK:
(0,46,64,25)
C0M46Y64K25 
(0%,46%,64%,25%)
(0.00/0.46/0.64/0.25)	

CMYK percentages

%0
%46.07
%64.4
%25.1

Codes

Color #BF6744 in popluar color models

BF6744
RGB19110368
HSL17°49.00%50.78%
HSB/HSV17°64.40%74.90%
CMYK0.00%46.07%64.40%
25.10%

Color #BF6744 in popluar number systems.

HEXBF6744
Decimal19110368
Binary1011111111001111000100
Octal277147104

Shades and tints

Shades of #BF6744

#BF6744
(191,103,68)
#AE5E3E
(174,94,62)
#9D5538
(157,85,56)
#8C4C32
(140,76,50)
#7B432C
(123,67,44)
#6A3A26
(106,58,38)
#593120
(89,49,32)
#48281A
(72,40,26)
#371F14
(55,31,20)
#26160E
(38,22,14)
#150D08
(21,13,8)
#000000
(0,0,0)

Tints of #BF6744

#BF6744
(191,103,68)
#C47455
(196,116,85)
#C98166
(201,129,102)
#CE8E77
(206,142,119)
#D39B88
(211,155,136)
#D8A899
(216,168,153)
#DDB5AA
(221,181,170)
#E2C2BB
(226,194,187)
#E7CFCC
(231,207,204)
#ECDCDD
(236,220,221)
#F1E9EE
(241,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF6744 color. Also use rgb(191,103,68) instead hex code.

Text Font Color

.myTextColor { color: #BF6744; }

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

This text font color is #BF6744.


Background Color

.myBgColor { background-color: #BF6744; }

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

This div background color is #BF6744.


Border color

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

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

This div border color is #BF6744.


Opacity

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

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

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

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

This text has shadow with #BF6744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF6744 on black background.


Color preview on white background

This text has color #BF6744 on white background.



Black color preview on #BF6744 background

This text has black color on #BF6744 background.


White color preview on #BF6744 background

This text has white color on #BF6744 background.