COLOR #BF8B3B

HEX: #BF8B3B
RGB: (191,139,59)

Color info

#BF8B3B contains mainly red and green colors. Web safe color of #BF8B3B is #CC9933 (or #C93).

RGB color model

#BF8B3B color RGB value is (191,139,59).

  • red value is 191;
  • green value is 139;
  • blue value is 59.
RGB:
(191,139,59)
(75%,55%,23%)

RGB channels and saturation

R 191 of 255 = 75%
G 139 of 255 = 55%
B 59 of 255 = 23%

191
139
59

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

Portions of RGB colors in percentages

R + G + B =
191 + 139 + 59 = 389 (100%)
R 191 of 389 ~ 49.1%
G 139 of 389 ~ 35.73%
B 59 of 389 ~ 15.17%

%49.1
%35.73
%15.17

CMYK color model

#BF8B3B color CMYK value is (0,27,69,25).

  • cyan value is 0.00%
  • magenta value is 27.23%
  • yellow value is 69.11%
  • key color value is 25.10%
CMYK:
(0,27,69,25)
C0M27Y69K25 
(0%,27%,69%,25%)
(0.00/0.27/0.69/0.25)	

CMYK percentages

%0
%27.23
%69.11
%25.1

Codes

Color #BF8B3B in popluar color models

BF8B3B
RGB19113959
HSL36°52.80%49.02%
HSB/HSV36°69.11%74.90%
CMYK0.00%27.23%69.11%
25.10%

Color #BF8B3B in popluar number systems.

HEXBF8B3B
Decimal19113959
Binary1011111110001011111011
Octal27721373

Shades and tints

Shades of #BF8B3B

#BF8B3B
(191,139,59)
#AE7F36
(174,127,54)
#9D7331
(157,115,49)
#8C672C
(140,103,44)
#7B5B27
(123,91,39)
#6A4F22
(106,79,34)
#59431D
(89,67,29)
#483718
(72,55,24)
#372B13
(55,43,19)
#261F0E
(38,31,14)
#151309
(21,19,9)
#000000
(0,0,0)

Tints of #BF8B3B

#BF8B3B
(191,139,59)
#C4954C
(196,149,76)
#C99F5D
(201,159,93)
#CEA96E
(206,169,110)
#D3B37F
(211,179,127)
#D8BD90
(216,189,144)
#DDC7A1
(221,199,161)
#E2D1B2
(226,209,178)
#E7DBC3
(231,219,195)
#ECE5D4
(236,229,212)
#F1EFE5
(241,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF8B3B color. Also use rgb(191,139,59) instead hex code.

Text Font Color

.myTextColor { color: #BF8B3B; }

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

This text font color is #BF8B3B.


Background Color

.myBgColor { background-color: #BF8B3B; }

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

This div background color is #BF8B3B.


Border color

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

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

This div border color is #BF8B3B.


Opacity

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

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

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

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

This text has shadow with #BF8B3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF8B3B on black background.


Color preview on white background

This text has color #BF8B3B on white background.



Black color preview on #BF8B3B background

This text has black color on #BF8B3B background.


White color preview on #BF8B3B background

This text has white color on #BF8B3B background.