#BF4E63

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

Shades of Blush #BF4E63

Tints of Blush #BF4E63

Color information

#BF4E63 (or 0xBF4E63) is unknown color: approx Blush. HEX triplet: BF, 4E and 63. RGB value is (191,78,99). Sum of RGB (Red+Green+Blue) = 191+78+99=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4E63 is #40B19C. Grayscale: #727272. Windows color (decimal): -4239773 or 6508223. OLE color: 6508223.

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

Color convert

RGB1917899-
CMYK00.590.480.25
HSL348.85º46.89%52.75%-
HSV(B)348.85º59.16%74.9%-
XYZ26.4617.4313.77-
YUV114.18119.44182.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.90%
GREEN value IS 78 (30.86% from 255) = 21.20%
BLUE value IS 99 (39.06% from 255) = 26.90%
R=51.90%
G=21.20%
B=26.90%

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
Decimal191789900.590.480.25348.8546.8952.75
HexBF4E6303B301915d2f35
Octal27711614307360315355765
Binary1011111110011101100011011101111000011001101011101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4E63; }

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

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

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

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

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

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

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

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