#BF3E60

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

Shades of Blush #BF3E60

Tints of Blush #BF3E60

Color information

#BF3E60 (or 0xBF3E60) is unknown color: approx Blush. HEX triplet: BF, 3E and 60. RGB value is (191,62,96). Sum of RGB (Red+Green+Blue) = 191+62+96=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3E60 is #40C19F. Grayscale: #686868. Windows color (decimal): -4243872 or 6307519. OLE color: 6307519.

HSL color Cylindrical-coordinate representation of color #BF3E60: hue angle of 344.19º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3E60 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB1916296-
CMYK00.680.500.25
HSL344.19º50.99%49.61%-
HSV(B)344.19º67.54%74.9%-
XYZ25.3215.3712.7-
YUV104.45123.24189.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.73%
GREEN value IS 62 (24.61% from 255) = 17.77%
BLUE value IS 96 (37.89% from 255) = 27.51%
R=54.73%
G=17.77%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191629600.680.500.25344.1950.9949.61
HexBF3E6004432191583332
Octal27776140010462315306362
Binary1011111111111011000000100010011001011001101011000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3E60; }

 p { color: rgb(191,62,96); }

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

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

 a { background-color: rgb(191,62,96); }

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

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

 span { border-color: rgb(191,62,96); }

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