#BE1668

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

Shades of Jazzberry Jam #BE1668

Tints of Jazzberry Jam #BE1668

Color information

#BE1668 (or 0xBE1668) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 16 and 68. RGB value is (190,22,104). Sum of RGB (Red+Green+Blue) = 190+22+104=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1668 is #41E997. Grayscale: #515151. Windows color (decimal): -4319640 or 6821566. OLE color: 6821566.

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

Color convert

RGB19022104-
CMYK00.880.450.25
HSL330.71º79.25%41.57%-
HSV(B)330.71º88.42%74.51%-
XYZ24.0212.5214.25-
YUV81.58140.66205.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.13%
GREEN value IS 22 (8.98% from 255) = 6.96%
BLUE value IS 104 (41.02% from 255) = 32.91%
R=60.13%
G=6.96%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902210400.880.450.25330.7179.2541.57
HexBE16680582D1914b4f2a
Octal276261500130553151311752
Binary1011111010110110100001011000101101110011010010111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1668; }

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

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

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

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

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

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

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

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