#BE1A5F

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

Shades of Jazzberry Jam #BE1A5F

Tints of Jazzberry Jam #BE1A5F

Color information

#BE1A5F (or 0xBE1A5F) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 1A and 5F. RGB value is (190,26,95). Sum of RGB (Red+Green+Blue) = 190+26+95=311 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.09% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1A5F is #41E5A0. Grayscale: #525252. Windows color (decimal): -4318625 or 6232766. OLE color: 6232766.

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

Color convert

RGB1902695-
CMYK00.860.50.25
HSL334.76º75.93%42.35%-
HSV(B)334.76º86.32%74.51%-
XYZ23.6712.5111.99-
YUV82.9134.83204.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.09%
GREEN value IS 26 (10.55% from 255) = 8.36%
BLUE value IS 95 (37.5% from 255) = 30.55%
R=61.09%
G=8.36%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190269500.860.50.25334.7675.9342.35
HexBE1A5F056321914f4c2a
Octal276321370126623151711452
Binary1011111011010101111101010110110010110011010011111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1A5F; }

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

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

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

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

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

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

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

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