#BE0168

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

Shades of Jazzberry Jam #BE0168

Tints of Jazzberry Jam #BE0168

Color information

#BE0168 (or 0xBE0168) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 01 and 68. RGB value is (190,1,104). Sum of RGB (Red+Green+Blue) = 190+1+104=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0168 is #41FE97. Grayscale: #454545. Windows color (decimal): -4325016 or 6816190. OLE color: 6816190.

HSL color Cylindrical-coordinate representation of color #BE0168: hue angle of 327.3º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE0168 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB1901104-
CMYK00.990.450.25
HSL327.3º98.95%37.45%-
HSV(B)327.3º99.47%74.51%-
XYZ23.7411.9714.16-
YUV69.25147.62214.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 64.41%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 104 (41.02% from 255) = 35.25%
R=64.41%
G=0.34%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190110400.990.450.25327.398.9537.45
HexBE1680632D191476325
Octal27611500143553150714345
Binary101111101110100001100011101101110011010001111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0168; }

 p { color: rgb(190,1,104); }

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

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

 a { background-color: rgb(190,1,104); }

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

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

 span { border-color: rgb(190,1,104); }

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