COLOR #BF7E64

HEX: #BF7E64
RGB: (191,126,100)

Color info

#BF7E64 contains mainly red color. Web safe color of #BF7E64 is #CC6666 (or #C66).

RGB color model

#BF7E64 color RGB value is (191,126,100).

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

RGB channels and saturation

R 191 of 255 = 75%
G 126 of 255 = 49%
B 100 of 255 = 39%

191
126
100

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

Portions of RGB colors in percentages

R + G + B =
191 + 126 + 100 = 417 (100%)
R 191 of 417 ~ 45.8%
G 126 of 417 ~ 30.22%
B 100 of 417 ~ 23.98%

%45.8
%30.22
%23.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.03%
  • yellow value is 47.64%
  • key color value is 25.10%
CMYK:
(0,34,48,25)
C0M34Y48K25 
(0%,34%,48%,25%)
(0.00/0.34/0.48/0.25)	

CMYK percentages

%0
%34.03
%47.64
%25.1

Codes

Color #BF7E64 in popluar color models

BF7E64
RGB191126100
HSL17°41.55%57.06%
HSB/HSV17°47.64%74.90%
CMYK0.00%34.03%47.64%
25.10%

Color #BF7E64 in popluar number systems.

HEXBF7E64
Decimal191126100
Binary1011111111111101100100
Octal277176144

Shades and tints

Shades of #BF7E64

#BF7E64
(191,126,100)
#AE735B
(174,115,91)
#9D6852
(157,104,82)
#8C5D49
(140,93,73)
#7B5240
(123,82,64)
#6A4737
(106,71,55)
#593C2E
(89,60,46)
#483125
(72,49,37)
#37261C
(55,38,28)
#261B13
(38,27,19)
#15100A
(21,16,10)
#000000
(0,0,0)

Tints of #BF7E64

#BF7E64
(191,126,100)
#C48972
(196,137,114)
#C99480
(201,148,128)
#CE9F8E
(206,159,142)
#D3AA9C
(211,170,156)
#D8B5AA
(216,181,170)
#DDC0B8
(221,192,184)
#E2CBC6
(226,203,198)
#E7D6D4
(231,214,212)
#ECE1E2
(236,225,226)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF7E64; }

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

This text font color is #BF7E64.


Background Color

.myBgColor { background-color: #BF7E64; }

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

This div background color is #BF7E64.


Border color

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

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

This div border color is #BF7E64.


Opacity

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

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

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

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

This text has shadow with #BF7E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF7E64 on black background.


Color preview on white background

This text has color #BF7E64 on white background.



Black color preview on #BF7E64 background

This text has black color on #BF7E64 background.


White color preview on #BF7E64 background

This text has white color on #BF7E64 background.