#BE1A64

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

Shades of Jazzberry Jam #BE1A64

Tints of Jazzberry Jam #BE1A64

Color information

#BE1A64 (or 0xBE1A64) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 1A and 64. RGB value is (190,26,100). Sum of RGB (Red+Green+Blue) = 190+26+100=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1A64 is #41E59B. Grayscale: #535353. Windows color (decimal): -4318620 or 6560446. OLE color: 6560446.

HSL color Cylindrical-coordinate representation of color #BE1A64: hue angle of 332.93º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1A64 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB19026100-
CMYK00.860.470.25
HSL332.93º75.93%42.35%-
HSV(B)332.93º86.32%74.51%-
XYZ23.912.6113.23-
YUV83.47137.33203.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.13%
GREEN value IS 26 (10.55% from 255) = 8.23%
BLUE value IS 100 (39.45% from 255) = 31.65%
R=60.13%
G=8.23%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902610000.860.470.25332.9375.9342.35
HexBE1A640562F1914d4c2a
Octal276321440126573151511452
Binary1011111011010110010001010110101111110011010011011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1A64; }

 p { color: rgb(190,26,100); }

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

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

 a { background-color: rgb(190,26,100); }

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

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

 span { border-color: rgb(190,26,100); }

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