COLOR #BF5512

HEX: #BF5512
RGB: (191,85,18)

Color info

#BF5512 contains mainly red color. Web safe color of #BF5512 is #CC6600 (or #C60).

RGB color model

#BF5512 color RGB value is (191,85,18).

  • red value is 191;
  • green value is 85;
  • blue value is 18.
RGB:
(191,85,18)
(75%,33%,7%)

RGB channels and saturation

R 191 of 255 = 75%
G 85 of 255 = 33%
B 18 of 255 = 7%

191
85
18

R + G + B ~ 38%. #BF5512 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
191 + 85 + 18 = 294 (100%)
R 191 of 294 ~ 64.97%
G 85 of 294 ~ 28.91%
B 18 of 294 ~ 6.12%

%64.97
%28.91

CMYK color model

#BF5512 color CMYK value is (0,55,91,25).

  • cyan value is 0.00%
  • magenta value is 55.50%
  • yellow value is 90.58%
  • key color value is 25.10%
CMYK:
(0,55,91,25)
C0M55Y91K25 
(0%,55%,91%,25%)
(0.00/0.55/0.91/0.25)	

CMYK percentages

%0
%55.5
%90.58
%25.1

Codes

Color #BF5512 in popluar color models

BF5512
RGB1918518
HSL23°82.78%40.98%
HSB/HSV23°90.58%74.90%
CMYK0.00%55.50%90.58%
25.10%

Color #BF5512 in popluar number systems.

HEXBF5512
Decimal1918518
Binary10111111101010110010
Octal27712522

Shades and tints

Shades of #BF5512

#BF5512
(191,85,18)
#AE4E11
(174,78,17)
#9D4710
(157,71,16)
#8C400F
(140,64,15)
#7B390E
(123,57,14)
#6A320D
(106,50,13)
#592B0C
(89,43,12)
#48240B
(72,36,11)
#371D0A
(55,29,10)
#261609
(38,22,9)
#150F08
(21,15,8)
#000000
(0,0,0)

Tints of #BF5512

#BF5512
(191,85,18)
#C46427
(196,100,39)
#C9733C
(201,115,60)
#CE8251
(206,130,81)
#D39166
(211,145,102)
#D8A07B
(216,160,123)
#DDAF90
(221,175,144)
#E2BEA5
(226,190,165)
#E7CDBA
(231,205,186)
#ECDCCF
(236,220,207)
#F1EBE4
(241,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF5512 color. Also use rgb(191,85,18) instead hex code.

Text Font Color

.myTextColor { color: #BF5512; }

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

This text font color is #BF5512.


Background Color

.myBgColor { background-color: #BF5512; }

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

This div background color is #BF5512.


Border color

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

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

This div border color is #BF5512.


Opacity

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

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

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

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

This text has shadow with #BF5512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF5512 on black background.


Color preview on white background

This text has color #BF5512 on white background.



Black color preview on #BF5512 background

This text has black color on #BF5512 background.


White color preview on #BF5512 background

This text has white color on #BF5512 background.