COLOR #BF5940

HEX: #BF5940
RGB: (191,89,64)

Color info

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

RGB color model

#BF5940 color RGB value is (191,89,64).

  • red value is 191;
  • green value is 89;
  • blue value is 64.
RGB:
(191,89,64)
(75%,35%,25%)

RGB channels and saturation

R 191 of 255 = 75%
G 89 of 255 = 35%
B 64 of 255 = 25%

191
89
64

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

Portions of RGB colors in percentages

R + G + B =
191 + 89 + 64 = 344 (100%)
R 191 of 344 ~ 55.52%
G 89 of 344 ~ 25.87%
B 64 of 344 ~ 18.6%

%55.52
%25.87
%18.6

CMYK color model

#BF5940 color CMYK value is (0,53,66,25).

  • cyan value is 0.00%
  • magenta value is 53.40%
  • yellow value is 66.49%
  • key color value is 25.10%
CMYK:
(0,53,66,25)
C0M53Y66K25 
(0%,53%,66%,25%)
(0.00/0.53/0.66/0.25)	

CMYK percentages

%0
%53.4
%66.49
%25.1

Codes

Color #BF5940 in popluar color models

BF5940
RGB1918964
HSL12°49.80%50.00%
HSB/HSV12°66.49%74.90%
CMYK0.00%53.40%66.49%
25.10%

Color #BF5940 in popluar number systems.

HEXBF5940
Decimal1918964
Binary1011111110110011000000
Octal277131100

Shades and tints

Shades of #BF5940

#BF5940
(191,89,64)
#AE513B
(174,81,59)
#9D4936
(157,73,54)
#8C4131
(140,65,49)
#7B392C
(123,57,44)
#6A3127
(106,49,39)
#592922
(89,41,34)
#48211D
(72,33,29)
#371918
(55,25,24)
#261113
(38,17,19)
#15090E
(21,9,14)
#000000
(0,0,0)

Tints of #BF5940

#BF5940
(191,89,64)
#C46851
(196,104,81)
#C97762
(201,119,98)
#CE8673
(206,134,115)
#D39584
(211,149,132)
#D8A495
(216,164,149)
#DDB3A6
(221,179,166)
#E2C2B7
(226,194,183)
#E7D1C8
(231,209,200)
#ECE0D9
(236,224,217)
#F1EFEA
(241,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF5940 color. Also use rgb(191,89,64) instead hex code.

Text Font Color

.myTextColor { color: #BF5940; }

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

This text font color is #BF5940.


Background Color

.myBgColor { background-color: #BF5940; }

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

This div background color is #BF5940.


Border color

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

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

This div border color is #BF5940.


Opacity

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

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

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

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

This text has shadow with #BF5940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF5940 on black background.


Color preview on white background

This text has color #BF5940 on white background.



Black color preview on #BF5940 background

This text has black color on #BF5940 background.


White color preview on #BF5940 background

This text has white color on #BF5940 background.