#BE1C65

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

Shades of Jazzberry Jam #BE1C65

Tints of Jazzberry Jam #BE1C65

Color information

#BE1C65 (or 0xBE1C65) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 1C and 65. RGB value is (190,28,101). Sum of RGB (Red+Green+Blue) = 190+28+101=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1C65 is #41E39A. Grayscale: #545454. Windows color (decimal): -4318107 or 6626494. OLE color: 6626494.

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

Color convert

RGB19028101-
CMYK00.850.470.25
HSL332.96º74.31%42.75%-
HSV(B)332.96º85.26%74.51%-
XYZ2412.7213.5-
YUV84.76137.17203.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.56%
GREEN value IS 28 (11.33% from 255) = 8.78%
BLUE value IS 101 (39.84% from 255) = 31.66%
R=59.56%
G=8.78%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902810100.850.470.25332.9674.3142.75
HexBE1C650552F1914d4a2b
Octal276341450125573151511253
Binary1011111011100110010101010101101111110011010011011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1C65; }

 p { color: rgb(190,28,101); }

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

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

 a { background-color: rgb(190,28,101); }

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

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

 span { border-color: rgb(190,28,101); }

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