COLOR #BF8F64

HEX: #BF8F64
RGB: (191,143,100)

Color info

#BF8F64 contains mainly red and green colors. Web safe color of #BF8F64 is #CC9966 (or #C96).

RGB color model

#BF8F64 color RGB value is (191,143,100).

  • red value is 191;
  • green value is 143;
  • blue value is 100.
RGB:
(191,143,100)
(75%,56%,39%)

RGB channels and saturation

R 191 of 255 = 75%
G 143 of 255 = 56%
B 100 of 255 = 39%

191
143
100

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

Portions of RGB colors in percentages

R + G + B =
191 + 143 + 100 = 434 (100%)
R 191 of 434 ~ 44.01%
G 143 of 434 ~ 32.95%
B 100 of 434 ~ 23.04%

%44.01
%32.95
%23.04

CMYK color model

#BF8F64 color CMYK value is (0,25,48,25).

  • cyan value is 0.00%
  • magenta value is 25.13%
  • yellow value is 47.64%
  • key color value is 25.10%
CMYK:
(0,25,48,25)
C0M25Y48K25 
(0%,25%,48%,25%)
(0.00/0.25/0.48/0.25)	

CMYK percentages

%0
%25.13
%47.64
%25.1

Codes

Color #BF8F64 in popluar color models

BF8F64
RGB191143100
HSL28°41.55%57.06%
HSB/HSV28°47.64%74.90%
CMYK0.00%25.13%47.64%
25.10%

Color #BF8F64 in popluar number systems.

HEXBF8F64
Decimal191143100
Binary10111111100011111100100
Octal277217144

Shades and tints

Shades of #BF8F64

#BF8F64
(191,143,100)
#AE825B
(174,130,91)
#9D7552
(157,117,82)
#8C6849
(140,104,73)
#7B5B40
(123,91,64)
#6A4E37
(106,78,55)
#59412E
(89,65,46)
#483425
(72,52,37)
#37271C
(55,39,28)
#261A13
(38,26,19)
#150D0A
(21,13,10)
#000000
(0,0,0)

Tints of #BF8F64

#BF8F64
(191,143,100)
#C49972
(196,153,114)
#C9A380
(201,163,128)
#CEAD8E
(206,173,142)
#D3B79C
(211,183,156)
#D8C1AA
(216,193,170)
#DDCBB8
(221,203,184)
#E2D5C6
(226,213,198)
#E7DFD4
(231,223,212)
#ECE9E2
(236,233,226)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF8F64 color. Also use rgb(191,143,100) instead hex code.

Text Font Color

.myTextColor { color: #BF8F64; }

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

This text font color is #BF8F64.


Background Color

.myBgColor { background-color: #BF8F64; }

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

This div background color is #BF8F64.


Border color

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

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

This div border color is #BF8F64.


Opacity

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

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

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

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

This text has shadow with #BF8F64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF8F64 on black background.


Color preview on white background

This text has color #BF8F64 on white background.



Black color preview on #BF8F64 background

This text has black color on #BF8F64 background.


White color preview on #BF8F64 background

This text has white color on #BF8F64 background.