#B20764

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

Shades of Jazzberry Jam #B20764

Tints of Jazzberry Jam #B20764

Color information

#B20764 (or 0xB20764) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 07 and 64. RGB value is (178,7,100). Sum of RGB (Red+Green+Blue) = 178+7+100=285 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.46% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 178 - color contains mainly: red. Hex color #B20764 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20764 is #4DF89B. Grayscale: #444444. Windows color (decimal): -5109916 or 6555570. OLE color: 6555570.

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

Color convert

RGB1787100-
CMYK00.960.440.30
HSL327.37º92.43%36.27%-
HSV(B)327.37º96.07%69.8%-
XYZ20.7410.5413-
YUV68.73145.65205.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 62.46%
GREEN value IS 7 (3.12% from 255) = 2.46%
BLUE value IS 100 (39.45% from 255) = 35.09%
R=62.46%
G=2.46%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178710000.960.440.30327.3792.4336.27
HexB27640602C1E1475c24
Octal26271440140543650713444
Binary10110010111110010001100000101100111101010001111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20764; }

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

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

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

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

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

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

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

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