#BF4E64

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

Shades of Blush #BF4E64

Tints of Blush #BF4E64

Color information

#BF4E64 (or 0xBF4E64) is unknown color: approx Blush. HEX triplet: BF, 4E and 64. RGB value is (191,78,100). Sum of RGB (Red+Green+Blue) = 191+78+100=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4E64 is #40B19B. Grayscale: #727272. Windows color (decimal): -4239772 or 6573759. OLE color: 6573759.

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

Color convert

RGB19178100-
CMYK00.590.480.25
HSL348.32º46.89%52.75%-
HSV(B)348.32º59.16%74.9%-
XYZ26.5117.4514.03-
YUV114.29119.94182.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.76%
GREEN value IS 78 (30.86% from 255) = 21.14%
BLUE value IS 100 (39.45% from 255) = 27.10%
R=51.76%
G=21.14%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917810000.590.480.25348.3246.8952.75
HexBF4E6403B301915c2f35
Octal27711614407360315345765
Binary1011111110011101100100011101111000011001101011100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4E64; }

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

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

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

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

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

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

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

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