#B20664

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

Shades of Jazzberry Jam #B20664

Tints of Jazzberry Jam #B20664

Color information

#B20664 (or 0xB20664) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 06 and 64. RGB value is (178,6,100). Sum of RGB (Red+Green+Blue) = 178+6+100=284 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.68% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 178 - color contains mainly: red. Hex color #B20664 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20664 is #4DF99B. Grayscale: #434343. Windows color (decimal): -5110172 or 6555314. OLE color: 6555314.

HSL color Cylindrical-coordinate representation of color #B20664: hue angle of 327.21º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B20664 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB1786100-
CMYK00.970.440.30
HSL327.21º93.48%36.08%-
HSV(B)327.21º96.63%69.8%-
XYZ20.7310.5212.99-
YUV68.14145.98206.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 62.68%
GREEN value IS 6 (2.73% from 255) = 2.11%
BLUE value IS 100 (39.45% from 255) = 35.21%
R=62.68%
G=2.11%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178610000.970.440.30327.2193.4836.08
HexB26640612C1E1475d24
Octal26261440141543650713544
Binary10110010110110010001100001101100111101010001111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20664; }

 p { color: rgb(178,6,100); }

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

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

 a { background-color: rgb(178,6,100); }

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

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

 span { border-color: rgb(178,6,100); }

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