COLOR #BF601C

HEX: #BF601C
RGB: (191,96,28)

Color info

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

RGB color model

#BF601C color RGB value is (191,96,28).

  • red value is 191;
  • green value is 96;
  • blue value is 28.
RGB:
(191,96,28)
(75%,38%,11%)

RGB channels and saturation

R 191 of 255 = 75%
G 96 of 255 = 38%
B 28 of 255 = 11%

191
96
28

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

Portions of RGB colors in percentages

R + G + B =
191 + 96 + 28 = 315 (100%)
R 191 of 315 ~ 60.63%
G 96 of 315 ~ 30.48%
B 28 of 315 ~ 8.89%

%60.63
%30.48

CMYK color model

#BF601C color CMYK value is (0,50,85,25).

  • cyan value is 0.00%
  • magenta value is 49.74%
  • yellow value is 85.34%
  • key color value is 25.10%
CMYK:
(0,50,85,25)
C0M50Y85K25 
(0%,50%,85%,25%)
(0.00/0.50/0.85/0.25)	

CMYK percentages

%0
%49.74
%85.34
%25.1

Codes

Color #BF601C in popluar color models

BF601C
RGB1919628
HSL25°74.43%42.94%
HSB/HSV25°85.34%74.90%
CMYK0.00%49.74%85.34%
25.10%

Color #BF601C in popluar number systems.

HEXBF601C
Decimal1919628
Binary10111111110000011100
Octal27714034

Shades and tints

Shades of #BF601C

#BF601C
(191,96,28)
#AE581A
(174,88,26)
#9D5018
(157,80,24)
#8C4816
(140,72,22)
#7B4014
(123,64,20)
#6A3812
(106,56,18)
#593010
(89,48,16)
#48280E
(72,40,14)
#37200C
(55,32,12)
#26180A
(38,24,10)
#151008
(21,16,8)
#000000
(0,0,0)

Tints of #BF601C

#BF601C
(191,96,28)
#C46E30
(196,110,48)
#C97C44
(201,124,68)
#CE8A58
(206,138,88)
#D3986C
(211,152,108)
#D8A680
(216,166,128)
#DDB494
(221,180,148)
#E2C2A8
(226,194,168)
#E7D0BC
(231,208,188)
#ECDED0
(236,222,208)
#F1ECE4
(241,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF601C color. Also use rgb(191,96,28) instead hex code.

Text Font Color

.myTextColor { color: #BF601C; }

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

This text font color is #BF601C.


Background Color

.myBgColor { background-color: #BF601C; }

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

This div background color is #BF601C.


Border color

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

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

This div border color is #BF601C.


Opacity

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

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

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

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

This text has shadow with #BF601C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF601C on black background.


Color preview on white background

This text has color #BF601C on white background.



Black color preview on #BF601C background

This text has black color on #BF601C background.


White color preview on #BF601C background

This text has white color on #BF601C background.