#BF5464

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

Shades of Blush #BF5464

Tints of Blush #BF5464

Color information

#BF5464 (or 0xBF5464) is unknown color: approx Blush. HEX triplet: BF, 54 and 64. RGB value is (191,84,100). Sum of RGB (Red+Green+Blue) = 191+84+100=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5464 is #40AB9B. Grayscale: #757575. Windows color (decimal): -4238236 or 6575295. OLE color: 6575295.

HSL color Cylindrical-coordinate representation of color #BF5464: hue angle of 351.03º 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 #BF5464 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB19184100-
CMYK00.560.480.25
HSL351.03º45.53%53.92%-
HSV(B)351.03º56.02%74.9%-
XYZ26.9618.3414.18-
YUV117.82117.95180.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.93%
GREEN value IS 84 (33.20% from 255) = 22.4%
BLUE value IS 100 (39.45% from 255) = 26.67%
R=50.93%
G=22.4%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918410000.560.480.25351.0345.5353.92
HexBF5464038301915f2e36
Octal27712414407060315375666
Binary1011111110101001100100011100011000011001101011111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5464; }

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

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

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

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

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

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

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

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