#BE1E66

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

Shades of Jazzberry Jam #BE1E66

Tints of Jazzberry Jam #BE1E66

Color information

#BE1E66 (or 0xBE1E66) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 1E and 66. RGB value is (190,30,102). Sum of RGB (Red+Green+Blue) = 190+30+102=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1E66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1E66 is #41E199. Grayscale: #555555. Windows color (decimal): -4317594 or 6692542. OLE color: 6692542.

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

Color convert

RGB19030102-
CMYK00.840.460.25
HSL333º72.73%43.14%-
HSV(B)333º84.21%74.51%-
XYZ24.112.8413.78-
YUV86.05137.01202.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.01%
GREEN value IS 30 (12.11% from 255) = 9.32%
BLUE value IS 102 (40.23% from 255) = 31.68%
R=59.01%
G=9.32%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903010200.840.460.2533372.7343.14
HexBE1E660542E1914d492b
Octal276361460124563151511153
Binary1011111011110110011001010100101110110011010011011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1E66; }

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

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

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

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

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

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

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

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