#BE0E5F

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

Shades of Jazzberry Jam #BE0E5F

Tints of Jazzberry Jam #BE0E5F

Color information

#BE0E5F (or 0xBE0E5F) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 0E and 5F. RGB value is (190,14,95). Sum of RGB (Red+Green+Blue) = 190+14+95=299 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.55% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0E5F is #41F1A0. Grayscale: #4B4B4B. Windows color (decimal): -4321697 or 6229694. OLE color: 6229694.

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

Color convert

RGB1901495-
CMYK00.930.50.25
HSL332.39º86.27%40%-
HSV(B)332.39º92.63%74.51%-
XYZ23.4612.0911.92-
YUV75.86138.81209.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 63.55%
GREEN value IS 14 (5.86% from 255) = 4.68%
BLUE value IS 95 (37.5% from 255) = 31.77%
R=63.55%
G=4.68%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190149500.930.50.25332.3986.2740
HexBEE5F05D321914c5628
Octal276161370135623151412650
Binary101111101110101111101011101110010110011010011001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0E5F; }

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

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

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

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

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

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

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

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