COLOR #BF7C64

HEX: #BF7C64
RGB: (191,124,100)

Color info

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

RGB color model

#BF7C64 color RGB value is (191,124,100).

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

RGB channels and saturation

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

191
124
100

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

Portions of RGB colors in percentages

R + G + B =
191 + 124 + 100 = 415 (100%)
R 191 of 415 ~ 46.02%
G 124 of 415 ~ 29.88%
B 100 of 415 ~ 24.1%

%46.02
%29.88
%24.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.08%
  • yellow value is 47.64%
  • key color value is 25.10%
CMYK:
(0,35,48,25)
C0M35Y48K25 
(0%,35%,48%,25%)
(0.00/0.35/0.48/0.25)	

CMYK percentages

%0
%35.08
%47.64
%25.1

Codes

Color #BF7C64 in popluar color models

BF7C64
RGB191124100
HSL16°41.55%57.06%
HSB/HSV16°47.64%74.90%
CMYK0.00%35.08%47.64%
25.10%

Color #BF7C64 in popluar number systems.

HEXBF7C64
Decimal191124100
Binary1011111111111001100100
Octal277174144

Shades and tints

Shades of #BF7C64

#BF7C64
(191,124,100)
#AE715B
(174,113,91)
#9D6652
(157,102,82)
#8C5B49
(140,91,73)
#7B5040
(123,80,64)
#6A4537
(106,69,55)
#593A2E
(89,58,46)
#482F25
(72,47,37)
#37241C
(55,36,28)
#261913
(38,25,19)
#150E0A
(21,14,10)
#000000
(0,0,0)

Tints of #BF7C64

#BF7C64
(191,124,100)
#C48772
(196,135,114)
#C99280
(201,146,128)
#CE9D8E
(206,157,142)
#D3A89C
(211,168,156)
#D8B3AA
(216,179,170)
#DDBEB8
(221,190,184)
#E2C9C6
(226,201,198)
#E7D4D4
(231,212,212)
#ECDFE2
(236,223,226)
#F1EAF0
(241,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF7C64; }

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

This text font color is #BF7C64.


Background Color

.myBgColor { background-color: #BF7C64; }

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

This div background color is #BF7C64.


Border color

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

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

This div border color is #BF7C64.


Opacity

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

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

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

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

This text has shadow with #BF7C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF7C64 on black background.


Color preview on white background

This text has color #BF7C64 on white background.



Black color preview on #BF7C64 background

This text has black color on #BF7C64 background.


White color preview on #BF7C64 background

This text has white color on #BF7C64 background.