#BF4864

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

Shades of Blush #BF4864

Tints of Blush #BF4864

Color information

#BF4864 (or 0xBF4864) is unknown color: approx Blush. HEX triplet: BF, 48 and 64. RGB value is (191,72,100). Sum of RGB (Red+Green+Blue) = 191+72+100=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4864 is #40B79B. Grayscale: #6E6E6E. Windows color (decimal): -4241308 or 6572223. OLE color: 6572223.

HSL color Cylindrical-coordinate representation of color #BF4864: hue angle of 345.88º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF4864 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB19172100-
CMYK00.620.480.25
HSL345.88º48.18%51.57%-
HSV(B)345.88º62.3%74.9%-
XYZ26.116.6313.89-
YUV110.77121.92185.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.62%
GREEN value IS 72 (28.52% from 255) = 19.83%
BLUE value IS 100 (39.45% from 255) = 27.55%
R=52.62%
G=19.83%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917210000.620.480.25345.8848.1851.57
HexBF486403E301915a3034
Octal27711014407660315326064
Binary1011111110010001100100011111011000011001101011010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4864; }

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

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

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

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

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

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

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

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