COLOR #BF618A

HEX: #BF618A
RGB: (191,97,138)

Color info

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

RGB color model

#BF618A color RGB value is (191,97,138).

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

RGB channels and saturation

R 191 of 255 = 75%
G 97 of 255 = 38%
B 138 of 255 = 54%

191
97
138

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

Portions of RGB colors in percentages

R + G + B =
191 + 97 + 138 = 426 (100%)
R 191 of 426 ~ 44.84%
G 97 of 426 ~ 22.77%
B 138 of 426 ~ 32.39%

%44.84
%22.77
%32.39

CMYK color model

#BF618A color CMYK value is (0,49,28,25).

  • cyan value is 0.00%
  • magenta value is 49.21%
  • yellow value is 27.75%
  • key color value is 25.10%
CMYK:
(0,49,28,25)
C0M49Y28K25 
(0%,49%,28%,25%)
(0.00/0.49/0.28/0.25)	

CMYK percentages

%0
%49.21
%27.75
%25.1

Codes

Color #BF618A in popluar color models

BF618A
RGB19197138
HSL334°42.34%56.47%
HSB/HSV334°49.21%74.90%
CMYK0.00%49.21%27.75%
25.10%

Color #BF618A in popluar number systems.

HEXBF618A
Decimal19197138
Binary10111111110000110001010
Octal277141212

Shades and tints

Shades of #BF618A

#BF618A
(191,97,138)
#AE597E
(174,89,126)
#9D5172
(157,81,114)
#8C4966
(140,73,102)
#7B415A
(123,65,90)
#6A394E
(106,57,78)
#593142
(89,49,66)
#482936
(72,41,54)
#37212A
(55,33,42)
#26191E
(38,25,30)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #BF618A

#BF618A
(191,97,138)
#C46F94
(196,111,148)
#C97D9E
(201,125,158)
#CE8BA8
(206,139,168)
#D399B2
(211,153,178)
#D8A7BC
(216,167,188)
#DDB5C6
(221,181,198)
#E2C3D0
(226,195,208)
#E7D1DA
(231,209,218)
#ECDFE4
(236,223,228)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF618A; }

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

This text font color is #BF618A.


Background Color

.myBgColor { background-color: #BF618A; }

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

This div background color is #BF618A.


Border color

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

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

This div border color is #BF618A.


Opacity

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

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

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

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

This text has shadow with #BF618A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF618A on black background.


Color preview on white background

This text has color #BF618A on white background.



Black color preview on #BF618A background

This text has black color on #BF618A background.


White color preview on #BF618A background

This text has white color on #BF618A background.