COLOR #BF6C90

HEX: #BF6C90
RGB: (191,108,144)

Color info

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

RGB color model

#BF6C90 color RGB value is (191,108,144).

  • red value is 191;
  • green value is 108;
  • blue value is 144.
RGB:
(191,108,144)
(75%,42%,56%)

RGB channels and saturation

R 191 of 255 = 75%
G 108 of 255 = 42%
B 144 of 255 = 56%

191
108
144

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

Portions of RGB colors in percentages

R + G + B =
191 + 108 + 144 = 443 (100%)
R 191 of 443 ~ 43.12%
G 108 of 443 ~ 24.38%
B 144 of 443 ~ 32.51%

%43.12
%24.38
%32.51

CMYK color model

#BF6C90 color CMYK value is (0,43,25,25).

  • cyan value is 0.00%
  • magenta value is 43.46%
  • yellow value is 24.61%
  • key color value is 25.10%
CMYK:
(0,43,25,25)
C0M43Y25K25 
(0%,43%,25%,25%)
(0.00/0.43/0.25/0.25)	

CMYK percentages

%0
%43.46
%24.61
%25.1

Codes

Color #BF6C90 in popluar color models

BF6C90
RGB191108144
HSL334°39.34%58.63%
HSB/HSV334°43.46%74.90%
CMYK0.00%43.46%24.61%
25.10%

Color #BF6C90 in popluar number systems.

HEXBF6C90
Decimal191108144
Binary10111111110110010010000
Octal277154220

Shades and tints

Shades of #BF6C90

#BF6C90
(191,108,144)
#AE6383
(174,99,131)
#9D5A76
(157,90,118)
#8C5169
(140,81,105)
#7B485C
(123,72,92)
#6A3F4F
(106,63,79)
#593642
(89,54,66)
#482D35
(72,45,53)
#372428
(55,36,40)
#261B1B
(38,27,27)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #BF6C90

#BF6C90
(191,108,144)
#C4799A
(196,121,154)
#C986A4
(201,134,164)
#CE93AE
(206,147,174)
#D3A0B8
(211,160,184)
#D8ADC2
(216,173,194)
#DDBACC
(221,186,204)
#E2C7D6
(226,199,214)
#E7D4E0
(231,212,224)
#ECE1EA
(236,225,234)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF6C90 color. Also use rgb(191,108,144) instead hex code.

Text Font Color

.myTextColor { color: #BF6C90; }

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

This text font color is #BF6C90.


Background Color

.myBgColor { background-color: #BF6C90; }

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

This div background color is #BF6C90.


Border color

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

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

This div border color is #BF6C90.


Opacity

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

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

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

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

This text has shadow with #BF6C90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF6C90 on black background.


Color preview on white background

This text has color #BF6C90 on white background.



Black color preview on #BF6C90 background

This text has black color on #BF6C90 background.


White color preview on #BF6C90 background

This text has white color on #BF6C90 background.