COLOR #BF8512

HEX: #BF8512
RGB: (191,133,18)

Color info

#BF8512 contains mainly red and green colors. Web safe color of #BF8512 is #CC9900 (or #C90).

RGB color model

#BF8512 color RGB value is (191,133,18).

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

RGB channels and saturation

R 191 of 255 = 75%
G 133 of 255 = 52%
B 18 of 255 = 7%

191
133
18

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

Portions of RGB colors in percentages

R + G + B =
191 + 133 + 18 = 342 (100%)
R 191 of 342 ~ 55.85%
G 133 of 342 ~ 38.89%
B 18 of 342 ~ 5.26%

%55.85
%38.89

CMYK color model

#BF8512 color CMYK value is (0,30,91,25).

  • cyan value is 0.00%
  • magenta value is 30.37%
  • yellow value is 90.58%
  • key color value is 25.10%
CMYK:
(0,30,91,25)
C0M30Y91K25 
(0%,30%,91%,25%)
(0.00/0.30/0.91/0.25)	

CMYK percentages

%0
%30.37
%90.58
%25.1

Codes

Color #BF8512 in popluar color models

BF8512
RGB19113318
HSL40°82.78%40.98%
HSB/HSV40°90.58%74.90%
CMYK0.00%30.37%90.58%
25.10%

Color #BF8512 in popluar number systems.

HEXBF8512
Decimal19113318
Binary101111111000010110010
Octal27720522

Shades and tints

Shades of #BF8512

#BF8512
(191,133,18)
#AE7911
(174,121,17)
#9D6D10
(157,109,16)
#8C610F
(140,97,15)
#7B550E
(123,85,14)
#6A490D
(106,73,13)
#593D0C
(89,61,12)
#48310B
(72,49,11)
#37250A
(55,37,10)
#261909
(38,25,9)
#150D08
(21,13,8)
#000000
(0,0,0)

Tints of #BF8512

#BF8512
(191,133,18)
#C49027
(196,144,39)
#C99B3C
(201,155,60)
#CEA651
(206,166,81)
#D3B166
(211,177,102)
#D8BC7B
(216,188,123)
#DDC790
(221,199,144)
#E2D2A5
(226,210,165)
#E7DDBA
(231,221,186)
#ECE8CF
(236,232,207)
#F1F3E4
(241,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF8512; }

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

This text font color is #BF8512.


Background Color

.myBgColor { background-color: #BF8512; }

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

This div background color is #BF8512.


Border color

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

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

This div border color is #BF8512.


Opacity

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

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

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

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

This text has shadow with #BF8512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF8512 on black background.


Color preview on white background

This text has color #BF8512 on white background.



Black color preview on #BF8512 background

This text has black color on #BF8512 background.


White color preview on #BF8512 background

This text has white color on #BF8512 background.