#BF5470

Color #BF5470 Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #BF5470

Tints of Blush #BF5470

Color information

#BF5470 (or 0xBF5470) is unknown color: approx Blush. HEX triplet: BF, 54 and 70. RGB value is (191,84,112). Sum of RGB (Red+Green+Blue) = 191+84+112=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5470 is #40AB8F. Grayscale: #777777. Windows color (decimal): -4238224 or 7361727. OLE color: 7361727.

HSL color Cylindrical-coordinate representation of color #BF5470: hue angle of 344.3º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF5470 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB19184112-
CMYK00.560.410.25
HSL344.3º45.53%53.92%-
HSV(B)344.3º56.02%74.9%-
XYZ27.5818.5917.46-
YUV119.18123.95179.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 49.35%
GREEN value IS 84 (33.20% from 255) = 21.71%
BLUE value IS 112 (44.14% from 255) = 28.94%
R=49.35%
G=21.71%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918411200.560.410.25344.345.5353.92
HexBF547003829191582e36
Octal27712416007051315305666
Binary1011111110101001110000011100010100111001101011000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5470; }

 p { color: rgb(191,84,112); }

 H1.HeaderClassName
 {
   color: #BF5470;
 }
 .AnyTagClassName
 {
   color: #BF5470;
 }
</style>
background-color css

<style>
 a { background-color: #BF5470; }

 a { background-color: rgb(191,84,112); }

 div.DivClassName
 {
   background-color: #BF5470;
 }
 .BgClassName
 {
   background-color: #BF5470;
 }
</style>
border-color css

<style>
 span { border-color: #BF5470; }

 span { border-color: rgb(191,84,112); }

 td.TdClassName
 {
   border-color: #BF5470;
 }
 .TagClassName
 {
   border-color: #BF5470;
 }
</style>