COLOR #BF778B

HEX: #BF778B
RGB: (191,119,139)

Color info

#BF778B contains mainly red and blue colors. Web safe color of #BF778B is #CC6699 (or #C69).

RGB color model

#BF778B color RGB value is (191,119,139).

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

RGB channels and saturation

R 191 of 255 = 75%
G 119 of 255 = 47%
B 139 of 255 = 55%

191
119
139

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

Portions of RGB colors in percentages

R + G + B =
191 + 119 + 139 = 449 (100%)
R 191 of 449 ~ 42.54%
G 119 of 449 ~ 26.5%
B 139 of 449 ~ 30.96%

%42.54
%26.5
%30.96

CMYK color model

#BF778B color CMYK value is (0,38,27,25).

  • cyan value is 0.00%
  • magenta value is 37.70%
  • yellow value is 27.23%
  • key color value is 25.10%
CMYK:
(0,38,27,25)
C0M38Y27K25 
(0%,38%,27%,25%)
(0.00/0.38/0.27/0.25)	

CMYK percentages

%0
%37.7
%27.23
%25.1

Codes

Color #BF778B in popluar color models

BF778B
RGB191119139
HSL343°36.00%60.78%
HSB/HSV343°37.70%74.90%
CMYK0.00%37.70%27.23%
25.10%

Color #BF778B in popluar number systems.

HEXBF778B
Decimal191119139
Binary10111111111011110001011
Octal277167213

Shades and tints

Shades of #BF778B

#BF778B
(191,119,139)
#AE6D7F
(174,109,127)
#9D6373
(157,99,115)
#8C5967
(140,89,103)
#7B4F5B
(123,79,91)
#6A454F
(106,69,79)
#593B43
(89,59,67)
#483137
(72,49,55)
#37272B
(55,39,43)
#261D1F
(38,29,31)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #BF778B

#BF778B
(191,119,139)
#C48395
(196,131,149)
#C98F9F
(201,143,159)
#CE9BA9
(206,155,169)
#D3A7B3
(211,167,179)
#D8B3BD
(216,179,189)
#DDBFC7
(221,191,199)
#E2CBD1
(226,203,209)
#E7D7DB
(231,215,219)
#ECE3E5
(236,227,229)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF778B; }

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

This text font color is #BF778B.


Background Color

.myBgColor { background-color: #BF778B; }

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

This div background color is #BF778B.


Border color

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

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

This div border color is #BF778B.


Opacity

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

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

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

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

This text has shadow with #BF778B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF778B on black background.


Color preview on white background

This text has color #BF778B on white background.



Black color preview on #BF778B background

This text has black color on #BF778B background.


White color preview on #BF778B background

This text has white color on #BF778B background.