COLOR #BF768F

HEX: #BF768F RGB: (191,118,143)

Color info

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

RGB color model

#BF768F color RGB value is (191,118,143).

RGB: (191,118,143) (75%, 46%, 56%)

RGB channels and saturation

R 191 of 255 = 75%
G 118 of 255 = 46%
B 143 of 255 = 56%

191
118
143

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

Portions of RGB colors in percentages

R + G + B = 191 + 118 + 143 = 452 (100%)
R 191 of 452 ~ 42.26%
G 118 of 452 ~ 26.11%
B 143 of 452 ~ 31.64'%

%42.26
%26.11
%31.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.22%
  • yellow value is 25.13%
  • key color value is 25.10%

CMYK: (0,38,25,25)
C0M38Y25K25 (0%, 38%, 25%, 25%)
(0.00 / 0.38 / 0.25 / 0.25)

CMYK percentages

%0
%38.22
%25.13
%25.1

Codes

Color #BF768F in popluar color models

BF 76 8F
RGB 191 118 143
HSL 339° 36.32% 60.59%
HSB/HSV 339° 38.22% 74.90%
CMYK 0.00% 38.22% 25.13%
25.10%

Color #BF768F in popluar number systems.

HEX BF 76 8F
Decimal 191 118 143
Binary 10111111 1110110 10001111
Octal 277 166 217

Shades and tints

Shades of #BF768F

#BF768F
(191,118,143)
#AE6C82
(174,108,130)
#9D6275
(157,98,117)
#8C5868
(140,88,104)
#7B4E5B
(123,78,91)
#6A444E
(106,68,78)
#593A41
(89,58,65)
#483034
(72,48,52)
#372627
(55,38,39)
#261C1A
(38,28,26)
#15120D
(21,18,13)
#000000
(0,0,0)

Tints of #BF768F

#BF768F
(191,118,143)
#C48299
(196,130,153)
#C98EA3
(201,142,163)
#CE9AAD
(206,154,173)
#D3A6B7
(211,166,183)
#D8B2C1
(216,178,193)
#DDBECB
(221,190,203)
#E2CAD5
(226,202,213)
#E7D6DF
(231,214,223)
#ECE2E9
(236,226,233)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF768F color. Also use rgb(191,118,143) instead hex code.

Text Font Color

.myTextColor { color: #BF768F; }

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

This text font color is #BF768F.

Background Color

.myBgColor { background-color: #BF768F; }

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

This div background color is #BF768F.

Border color

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

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

This div border color is #BF768F.

Opacity

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

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

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

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

This text has shadow with #BF768F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF768F.

Preview

Color preview on black background

This text has color #BF768F on black background.


Color preview on white background

This text has color #BF768F on white background.


Black color preview on #BF768F background

This text has black color on #BF768F background.


White color preview on #BF768F background

This text has white color on #BF768F background.


Related colors

Complementary color

Complementary color for #hex is #408970.


I love getcolorcode.com

Triadic colors

1 #8FBF76 and #768FBF with #BF768F are triadic colors.

2 #8F76BF and #76BF8F with #BF768F are triadic colors.