#B20B64

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

Shades of Jazzberry Jam #B20B64

Tints of Jazzberry Jam #B20B64

Color information

#B20B64 (or 0xB20B64) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 0B and 64. RGB value is (178,11,100). Sum of RGB (Red+Green+Blue) = 178+11+100=289 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.59% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 178 - color contains mainly: red. Hex color #B20B64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20B64 is #4DF49B. Grayscale: #464646. Windows color (decimal): -5108892 or 6556594. OLE color: 6556594.

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

Color convert

RGB17811100-
CMYK00.940.440.30
HSL328.02º88.36%37.06%-
HSV(B)328.02º93.82%69.8%-
XYZ20.7810.6213.01-
YUV71.08144.33204.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 61.59%
GREEN value IS 11 (4.69% from 255) = 3.81%
BLUE value IS 100 (39.45% from 255) = 34.60%
R=61.59%
G=3.81%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781110000.940.440.30328.0288.3637.06
HexB2B6405E2C1E1485825
Octal262131440136543651013045
Binary101100101011110010001011110101100111101010010001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20B64; }

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

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

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

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

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

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

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

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