COLOR #BF425A

HEX: #BF425A
RGB: (191,66,90)

Color info

#BF425A contains mainly red color. Web safe color of #BF425A is #CC3366 (or #C36).

RGB color model

#BF425A color RGB value is (191,66,90).

  • red value is 191;
  • green value is 66;
  • blue value is 90.
RGB:
(191,66,90)
(75%,26%,35%)

RGB channels and saturation

R 191 of 255 = 75%
G 66 of 255 = 26%
B 90 of 255 = 35%

191
66
90

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

Portions of RGB colors in percentages

R + G + B =
191 + 66 + 90 = 347 (100%)
R 191 of 347 ~ 55.04%
G 66 of 347 ~ 19.02%
B 90 of 347 ~ 25.94%

%55.04
%19.02
%25.94

CMYK color model

#BF425A color CMYK value is (0,65,53,25).

  • cyan value is 0.00%
  • magenta value is 65.45%
  • yellow value is 52.88%
  • key color value is 25.10%
CMYK:
(0,65,53,25)
C0M65Y53K25 
(0%,65%,53%,25%)
(0.00/0.65/0.53/0.25)	

CMYK percentages

%0
%65.45
%52.88
%25.1

Codes

Color #BF425A in popluar color models

BF425A
RGB1916690
HSL348°49.41%50.39%
HSB/HSV348°65.45%74.90%
CMYK0.00%65.45%52.88%
25.10%

Color #BF425A in popluar number systems.

HEXBF425A
Decimal1916690
Binary1011111110000101011010
Octal277102132

Shades and tints

Shades of #BF425A

#BF425A
(191,66,90)
#AE3C52
(174,60,82)
#9D364A
(157,54,74)
#8C3042
(140,48,66)
#7B2A3A
(123,42,58)
#6A2432
(106,36,50)
#591E2A
(89,30,42)
#481822
(72,24,34)
#37121A
(55,18,26)
#260C12
(38,12,18)
#15060A
(21,6,10)
#000000
(0,0,0)

Tints of #BF425A

#BF425A
(191,66,90)
#C45369
(196,83,105)
#C96478
(201,100,120)
#CE7587
(206,117,135)
#D38696
(211,134,150)
#D897A5
(216,151,165)
#DDA8B4
(221,168,180)
#E2B9C3
(226,185,195)
#E7CAD2
(231,202,210)
#ECDBE1
(236,219,225)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF425A color. Also use rgb(191,66,90) instead hex code.

Text Font Color

.myTextColor { color: #BF425A; }

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

This text font color is #BF425A.


Background Color

.myBgColor { background-color: #BF425A; }

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

This div background color is #BF425A.


Border color

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

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

This div border color is #BF425A.


Opacity

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

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

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

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

This text has shadow with #BF425A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF425A on black background.


Color preview on white background

This text has color #BF425A on white background.



Black color preview on #BF425A background

This text has black color on #BF425A background.


White color preview on #BF425A background

This text has white color on #BF425A background.