#B20559

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

Shades of Jazzberry Jam #B20559

Tints of Jazzberry Jam #B20559

Color information

#B20559 (or 0xB20559) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 05 and 59. RGB value is (178,5,89). Sum of RGB (Red+Green+Blue) = 178+5+89=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 89 (35.16% from 255 or 32.72% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B20559 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20559 is #4DFAA6. Grayscale: #424242. Windows color (decimal): -5110439 or 5834162. OLE color: 5834162.

HSL color Cylindrical-coordinate representation of color #B20559: hue angle of 330.87º degrees, saturation: 0.95, 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 #B20559 is Cyan = 0, Magento = 0.97, Yellow = 0.5 and Black (K on CMYK) = 0.30.

Color convert

RGB178589-
CMYK00.970.50.30
HSL330.87º94.54%35.88%-
HSV(B)330.87º97.19%69.8%-
XYZ20.2210.2910.37-
YUV66.3140.81207.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 65.44%
GREEN value IS 5 (2.34% from 255) = 1.84%
BLUE value IS 89 (35.16% from 255) = 32.72%
R=65.44%
G=1.84%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17858900.970.50.30330.8794.5435.88
HexB2559061321E14b5f24
Octal26251310141623651313744
Binary10110010101101100101100001110010111101010010111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20559; }

 p { color: rgb(178,5,89); }

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

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

 a { background-color: rgb(178,5,89); }

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

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

 span { border-color: rgb(178,5,89); }

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