#BF4F66

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

Shades of Blush #BF4F66

Tints of Blush #BF4F66

Color information

#BF4F66 (or 0xBF4F66) is unknown color: approx Blush. HEX triplet: BF, 4F and 66. RGB value is (191,79,102). Sum of RGB (Red+Green+Blue) = 191+79+102=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4F66 is #40B099. Grayscale: #737373. Windows color (decimal): -4239514 or 6705087. OLE color: 6705087.

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

Color convert

RGB19179102-
CMYK00.590.470.25
HSL347.68º46.67%52.94%-
HSV(B)347.68º58.64%74.9%-
XYZ26.6817.6314.57-
YUV115.11120.61182.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.34%
GREEN value IS 79 (31.25% from 255) = 21.24%
BLUE value IS 102 (40.23% from 255) = 27.42%
R=51.34%
G=21.24%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917910200.590.470.25347.6846.6752.94
HexBF4F6603B2F1915c2f35
Octal27711714607357315345765
Binary1011111110011111100110011101110111111001101011100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4F66; }

 p { color: rgb(191,79,102); }

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

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

 a { background-color: rgb(191,79,102); }

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

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

 span { border-color: rgb(191,79,102); }

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