#BE0D63

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

Shades of Jazzberry Jam #BE0D63

Tints of Jazzberry Jam #BE0D63

Color information

#BE0D63 (or 0xBE0D63) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 0D and 63. RGB value is (190,13,99). Sum of RGB (Red+Green+Blue) = 190+13+99=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0D63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0D63 is #41F29C. Grayscale: #4B4B4B. Windows color (decimal): -4321949 or 6491582. OLE color: 6491582.

HSL color Cylindrical-coordinate representation of color #BE0D63: hue angle of 330.85º degrees, saturation: 0.87, 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 #BE0D63 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB1901399-
CMYK00.930.480.25
HSL330.85º87.19%39.8%-
HSV(B)330.85º93.16%74.51%-
XYZ23.6312.1412.9-
YUV75.73141.14209.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.91%
GREEN value IS 13 (5.47% from 255) = 4.30%
BLUE value IS 99 (39.06% from 255) = 32.78%
R=62.91%
G=4.30%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190139900.930.480.25330.8587.1939.8
HexBED6305D301914b5728
Octal276151430135603151312750
Binary101111101101110001101011101110000110011010010111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0D63; }

 p { color: rgb(190,13,99); }

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

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

 a { background-color: rgb(190,13,99); }

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

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

 span { border-color: rgb(190,13,99); }

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