COLOR #BF7761

HEX: #BF7761
RGB: (191,119,97)

Color info

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

RGB color model

#BF7761 color RGB value is (191,119,97).

  • red value is 191;
  • green value is 119;
  • blue value is 97.
RGB:
(191,119,97)
(75%,47%,38%)

RGB channels and saturation

R 191 of 255 = 75%
G 119 of 255 = 47%
B 97 of 255 = 38%

191
119
97

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

Portions of RGB colors in percentages

R + G + B =
191 + 119 + 97 = 407 (100%)
R 191 of 407 ~ 46.93%
G 119 of 407 ~ 29.24%
B 97 of 407 ~ 23.83%

%46.93
%29.24
%23.83

CMYK color model

#BF7761 color CMYK value is (0,38,49,25).

  • cyan value is 0.00%
  • magenta value is 37.70%
  • yellow value is 49.21%
  • key color value is 25.10%
CMYK:
(0,38,49,25)
C0M38Y49K25 
(0%,38%,49%,25%)
(0.00/0.38/0.49/0.25)	

CMYK percentages

%0
%37.7
%49.21
%25.1

Codes

Color #BF7761 in popluar color models

BF7761
RGB19111997
HSL14°42.34%56.47%
HSB/HSV14°49.21%74.90%
CMYK0.00%37.70%49.21%
25.10%

Color #BF7761 in popluar number systems.

HEXBF7761
Decimal19111997
Binary1011111111101111100001
Octal277167141

Shades and tints

Shades of #BF7761

#BF7761
(191,119,97)
#AE6D59
(174,109,89)
#9D6351
(157,99,81)
#8C5949
(140,89,73)
#7B4F41
(123,79,65)
#6A4539
(106,69,57)
#593B31
(89,59,49)
#483129
(72,49,41)
#372721
(55,39,33)
#261D19
(38,29,25)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #BF7761

#BF7761
(191,119,97)
#C4836F
(196,131,111)
#C98F7D
(201,143,125)
#CE9B8B
(206,155,139)
#D3A799
(211,167,153)
#D8B3A7
(216,179,167)
#DDBFB5
(221,191,181)
#E2CBC3
(226,203,195)
#E7D7D1
(231,215,209)
#ECE3DF
(236,227,223)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF7761 color. Also use rgb(191,119,97) instead hex code.

Text Font Color

.myTextColor { color: #BF7761; }

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

This text font color is #BF7761.


Background Color

.myBgColor { background-color: #BF7761; }

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

This div background color is #BF7761.


Border color

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

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

This div border color is #BF7761.


Opacity

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

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

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

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

This text has shadow with #BF7761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF7761 on black background.


Color preview on white background

This text has color #BF7761 on white background.



Black color preview on #BF7761 background

This text has black color on #BF7761 background.


White color preview on #BF7761 background

This text has white color on #BF7761 background.