#be3f61

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

Shades of Blush #BE3F61

Tints of Blush #BE3F61

Color information

#BE3F61 (or 0xBE3F61) is unknown color: approx Blush. HEX triplet: BE, 3F and 61. RGB value is (190,63,97). Sum of RGB (Red+Green+Blue) = 190+63+97=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3F61 is #41C09E. Grayscale: #686868. Windows color (decimal): -4309151 or 6373310. OLE color: 6373310.

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

Color convert

RGB1906397-
CMYK00.670.490.25
HSL343.94º50.2%49.61%-
HSV(B)343.94º66.84%74.51%-
XYZ25.1715.3712.95-
YUV104.85123.58188.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.29%
GREEN value IS 63 (25% from 255) = 18%
BLUE value IS 97 (38.28% from 255) = 27.71%
R=54.29%
G=18%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190639700.670.490.25343.9450.249.61
HexBE3F6104331191583232
Octal27677141010361315306262
Binary1011111011111111000010100001111000111001101011000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be3f61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be3f61; }

 p { color: rgb(190,63,97); }

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

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

 a { background-color: rgb(190,63,97); }

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

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

 span { border-color: rgb(190,63,97); }

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