COLOR #BF9E64

HEX: #BF9E64 RGB: (191,158,100)

Color info

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

RGB color model

#BF9E64 color RGB value is (191,158,100).

RGB: (191,158,100) (75%, 62%, 39%)

RGB channels and saturation

R 191 of 255 = 75%
G 158 of 255 = 62%
B 100 of 255 = 39%

191
158
100

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

Portions of RGB colors in percentages

R + G + B = 191 + 158 + 100 = 449 (100%)
R 191 of 449 ~ 42.54%
G 158 of 449 ~ 35.19%
B 100 of 449 ~ 22.27'%

%42.54
%35.19
%22.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.28%
  • yellow value is 47.64%
  • key color value is 25.10%

CMYK: (0,17,48,25)
C0M17Y48K25 (0%, 17%, 48%, 25%)
(0.00 / 0.17 / 0.48 / 0.25)

CMYK percentages

%0
%17.28
%47.64
%25.1

Codes

Color #BF9E64 in popluar color models

BF 9E 64
RGB 191 158 100
HSL 38° 41.55% 57.06%
HSB/HSV 38° 47.64% 74.90%
CMYK 0.00% 17.28% 47.64%
25.10%

Color #BF9E64 in popluar number systems.

HEX BF 9E 64
Decimal 191 158 100
Binary 10111111 10011110 1100100
Octal 277 236 144

Shades and tints

Shades of #BF9E64

#BF9E64
(191,158,100)
#AE905B
(174,144,91)
#9D8252
(157,130,82)
#8C7449
(140,116,73)
#7B6640
(123,102,64)
#6A5837
(106,88,55)
#594A2E
(89,74,46)
#483C25
(72,60,37)
#372E1C
(55,46,28)
#262013
(38,32,19)
#15120A
(21,18,10)
#000000
(0,0,0)

Tints of #BF9E64

#BF9E64
(191,158,100)
#C4A672
(196,166,114)
#C9AE80
(201,174,128)
#CEB68E
(206,182,142)
#D3BE9C
(211,190,156)
#D8C6AA
(216,198,170)
#DDCEB8
(221,206,184)
#E2D6C6
(226,214,198)
#E7DED4
(231,222,212)
#ECE6E2
(236,230,226)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF9E64; }

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

This text font color is #BF9E64.

Background Color

.myBgColor { background-color: #BF9E64; }

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

This div background color is #BF9E64.

Border color

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

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

This div border color is #BF9E64.

Opacity

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

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

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

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

This text has shadow with #BF9E64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF9E64.

Preview

Color preview on black background

This text has color #BF9E64 on black background.


Color preview on white background

This text has color #BF9E64 on white background.


Black color preview on #BF9E64 background

This text has black color on #BF9E64 background.


White color preview on #BF9E64 background

This text has white color on #BF9E64 background.


Related colors

Complementary color

Complementary color for #hex is #40619B.


I love getcolorcode.com

Triadic colors

1 #64BF9E and #9E64BF with #BF9E64 are triadic colors.

2 #649EBF and #9EBF64 with #BF9E64 are triadic colors.