COLOR #BF7466

HEX: #BF7466
RGB: (191,116,102)

Color info

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

RGB color model

#BF7466 color RGB value is (191,116,102).

  • red value is 191;
  • green value is 116;
  • blue value is 102.
RGB:
(191,116,102)
(75%,45%,40%)

RGB channels and saturation

R 191 of 255 = 75%
G 116 of 255 = 45%
B 102 of 255 = 40%

191
116
102

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

Portions of RGB colors in percentages

R + G + B =
191 + 116 + 102 = 409 (100%)
R 191 of 409 ~ 46.7%
G 116 of 409 ~ 28.36%
B 102 of 409 ~ 24.94%

%46.7
%28.36
%24.94

CMYK color model

#BF7466 color CMYK value is (0,39,47,25).

  • cyan value is 0.00%
  • magenta value is 39.27%
  • yellow value is 46.60%
  • key color value is 25.10%
CMYK:
(0,39,47,25)
C0M39Y47K25 
(0%,39%,47%,25%)
(0.00/0.39/0.47/0.25)	

CMYK percentages

%0
%39.27
%46.6
%25.1

Codes

Color #BF7466 in popluar color models

BF7466
RGB191116102
HSL41.01%57.45%
HSB/HSV46.60%74.90%
CMYK0.00%39.27%46.60%
25.10%

Color #BF7466 in popluar number systems.

HEXBF7466
Decimal191116102
Binary1011111111101001100110
Octal277164146

Shades and tints

Shades of #BF7466

#BF7466
(191,116,102)
#AE6A5D
(174,106,93)
#9D6054
(157,96,84)
#8C564B
(140,86,75)
#7B4C42
(123,76,66)
#6A4239
(106,66,57)
#593830
(89,56,48)
#482E27
(72,46,39)
#37241E
(55,36,30)
#261A15
(38,26,21)
#15100C
(21,16,12)
#000000
(0,0,0)

Tints of #BF7466

#BF7466
(191,116,102)
#C48073
(196,128,115)
#C98C80
(201,140,128)
#CE988D
(206,152,141)
#D3A49A
(211,164,154)
#D8B0A7
(216,176,167)
#DDBCB4
(221,188,180)
#E2C8C1
(226,200,193)
#E7D4CE
(231,212,206)
#ECE0DB
(236,224,219)
#F1ECE8
(241,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF7466 color. Also use rgb(191,116,102) instead hex code.

Text Font Color

.myTextColor { color: #BF7466; }

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

This text font color is #BF7466.


Background Color

.myBgColor { background-color: #BF7466; }

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

This div background color is #BF7466.


Border color

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

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

This div border color is #BF7466.


Opacity

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

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

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

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

This text has shadow with #BF7466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF7466 on black background.


Color preview on white background

This text has color #BF7466 on white background.



Black color preview on #BF7466 background

This text has black color on #BF7466 background.


White color preview on #BF7466 background

This text has white color on #BF7466 background.