COLOR #BF628F

HEX: #BF628F
RGB: (191,98,143)

Color info

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

RGB color model

#BF628F color RGB value is (191,98,143).

  • red value is 191;
  • green value is 98;
  • blue value is 143.
RGB:
(191,98,143)
(75%,38%,56%)

RGB channels and saturation

R 191 of 255 = 75%
G 98 of 255 = 38%
B 143 of 255 = 56%

191
98
143

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

Portions of RGB colors in percentages

R + G + B =
191 + 98 + 143 = 432 (100%)
R 191 of 432 ~ 44.21%
G 98 of 432 ~ 22.69%
B 143 of 432 ~ 33.1%

%44.21
%22.69
%33.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 48.69%
  • yellow value is 25.13%
  • key color value is 25.10%
CMYK:
(0,49,25,25)
C0M49Y25K25 
(0%,49%,25%,25%)
(0.00/0.49/0.25/0.25)	

CMYK percentages

%0
%48.69
%25.13
%25.1

Codes

Color #BF628F in popluar color models

BF628F
RGB19198143
HSL331°42.08%56.67%
HSB/HSV331°48.69%74.90%
CMYK0.00%48.69%25.13%
25.10%

Color #BF628F in popluar number systems.

HEXBF628F
Decimal19198143
Binary10111111110001010001111
Octal277142217

Shades and tints

Shades of #BF628F

#BF628F
(191,98,143)
#AE5A82
(174,90,130)
#9D5275
(157,82,117)
#8C4A68
(140,74,104)
#7B425B
(123,66,91)
#6A3A4E
(106,58,78)
#593241
(89,50,65)
#482A34
(72,42,52)
#372227
(55,34,39)
#261A1A
(38,26,26)
#15120D
(21,18,13)
#000000
(0,0,0)

Tints of #BF628F

#BF628F
(191,98,143)
#C47099
(196,112,153)
#C97EA3
(201,126,163)
#CE8CAD
(206,140,173)
#D39AB7
(211,154,183)
#D8A8C1
(216,168,193)
#DDB6CB
(221,182,203)
#E2C4D5
(226,196,213)
#E7D2DF
(231,210,223)
#ECE0E9
(236,224,233)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF628F; }

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

This text font color is #BF628F.


Background Color

.myBgColor { background-color: #BF628F; }

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

This div background color is #BF628F.


Border color

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

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

This div border color is #BF628F.


Opacity

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

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

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

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

This text has shadow with #BF628F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF628F on black background.


Color preview on white background

This text has color #BF628F on white background.



Black color preview on #BF628F background

This text has black color on #BF628F background.


White color preview on #BF628F background

This text has white color on #BF628F background.