#BF5463

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

Shades of Blush #BF5463

Tints of Blush #BF5463

Color information

#BF5463 (or 0xBF5463) is unknown color: approx Blush. HEX triplet: BF, 54 and 63. RGB value is (191,84,99). Sum of RGB (Red+Green+Blue) = 191+84+99=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5463 is #40AB9C. Grayscale: #757575. Windows color (decimal): -4238237 or 6509759. OLE color: 6509759.

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

Color convert

RGB1918499-
CMYK00.560.480.25
HSL351.59º45.53%53.92%-
HSV(B)351.59º56.02%74.9%-
XYZ26.9118.3213.92-
YUV117.7117.45180.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.07%
GREEN value IS 84 (33.20% from 255) = 22.46%
BLUE value IS 99 (39.06% from 255) = 26.47%
R=51.07%
G=22.46%
B=26.47%

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
Decimal191849900.560.480.25351.5945.5353.92
HexBF546303830191602e36
Octal27712414307060315405666
Binary1011111110101001100011011100011000011001101100000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5463; }

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

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

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

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

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

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

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

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