COLOR #BF671D

HEX: #BF671D
RGB: (191,103,29)

Color info

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

RGB color model

#BF671D color RGB value is (191,103,29).

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

RGB channels and saturation

R 191 of 255 = 75%
G 103 of 255 = 40%
B 29 of 255 = 11%

191
103
29

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

Portions of RGB colors in percentages

R + G + B =
191 + 103 + 29 = 323 (100%)
R 191 of 323 ~ 59.13%
G 103 of 323 ~ 31.89%
B 29 of 323 ~ 8.98%

%59.13
%31.89

CMYK color model

#BF671D color CMYK value is (0,46,85,25).

  • cyan value is 0.00%
  • magenta value is 46.07%
  • yellow value is 84.82%
  • key color value is 25.10%
CMYK:
(0,46,85,25)
C0M46Y85K25 
(0%,46%,85%,25%)
(0.00/0.46/0.85/0.25)	

CMYK percentages

%0
%46.07
%84.82
%25.1

Codes

Color #BF671D in popluar color models

BF671D
RGB19110329
HSL27°73.64%43.14%
HSB/HSV27°84.82%74.90%
CMYK0.00%46.07%84.82%
25.10%

Color #BF671D in popluar number systems.

HEXBF671D
Decimal19110329
Binary10111111110011111101
Octal27714735

Shades and tints

Shades of #BF671D

#BF671D
(191,103,29)
#AE5E1B
(174,94,27)
#9D5519
(157,85,25)
#8C4C17
(140,76,23)
#7B4315
(123,67,21)
#6A3A13
(106,58,19)
#593111
(89,49,17)
#48280F
(72,40,15)
#371F0D
(55,31,13)
#26160B
(38,22,11)
#150D09
(21,13,9)
#000000
(0,0,0)

Tints of #BF671D

#BF671D
(191,103,29)
#C47431
(196,116,49)
#C98145
(201,129,69)
#CE8E59
(206,142,89)
#D39B6D
(211,155,109)
#D8A881
(216,168,129)
#DDB595
(221,181,149)
#E2C2A9
(226,194,169)
#E7CFBD
(231,207,189)
#ECDCD1
(236,220,209)
#F1E9E5
(241,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF671D; }

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

This text font color is #BF671D.


Background Color

.myBgColor { background-color: #BF671D; }

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

This div background color is #BF671D.


Border color

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

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

This div border color is #BF671D.


Opacity

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

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

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

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

This text has shadow with #BF671D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF671D on black background.


Color preview on white background

This text has color #BF671D on white background.



Black color preview on #BF671D background

This text has black color on #BF671D background.


White color preview on #BF671D background

This text has white color on #BF671D background.