#b20b65

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

Shades of Jazzberry Jam #B20B65

Tints of Jazzberry Jam #B20B65

Color information

#B20B65 (or 0xB20B65) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 0B and 65. RGB value is (178,11,101). Sum of RGB (Red+Green+Blue) = 178+11+101=290 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.38% from 290); Green value is 11 (4.69% from 255 or 3.79% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 178 - color contains mainly: red. Hex color #B20B65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20B65 is #4DF49A. Grayscale: #474747. Windows color (decimal): -5108891 or 6622130. OLE color: 6622130.

HSL color Cylindrical-coordinate representation of color #B20B65: hue angle of 327.66º 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 #B20B65 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB17811101-
CMYK00.940.430.30
HSL327.66º88.36%37.06%-
HSV(B)327.66º93.82%69.8%-
XYZ20.8310.6413.27-
YUV71.19144.83204.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 61.38%
GREEN value IS 11 (4.69% from 255) = 3.79%
BLUE value IS 101 (39.84% from 255) = 34.83%
R=61.38%
G=3.79%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781110100.940.430.30327.6688.3637.06
HexB2B6505E2B1E1485825
Octal262131450136533651013045
Binary101100101011110010101011110101011111101010010001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b20b65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b20b65; }

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

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

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

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

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

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

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

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