#be4f66

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

Shades of Blush #BE4F66

Tints of Blush #BE4F66

Color information

#BE4F66 (or 0xBE4F66) is unknown color: approx Blush. HEX triplet: BE, 4F and 66. RGB value is (190,79,102). Sum of RGB (Red+Green+Blue) = 190+79+102=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4F66 is #41B099. Grayscale: #727272. Windows color (decimal): -4305050 or 6705086. OLE color: 6705086.

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

Color convert

RGB19079102-
CMYK00.580.460.25
HSL347.57º46.06%52.75%-
HSV(B)347.57º58.42%74.51%-
XYZ26.4317.514.55-
YUV114.81120.77181.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.21%
GREEN value IS 79 (31.25% from 255) = 21.29%
BLUE value IS 102 (40.23% from 255) = 27.49%
R=51.21%
G=21.29%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907910200.580.460.25347.5746.0652.75
HexBE4F6603A2E1915c2e35
Octal27611714607256315345665
Binary1011111010011111100110011101010111011001101011100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be4f66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be4f66; }

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

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

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

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

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

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

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

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