#B20060

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

Shades of Jazzberry Jam #B20060

Tints of Jazzberry Jam #B20060

Color information

#B20060 (or 0xB20060) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 00 and 60. RGB value is (178,0,96). Sum of RGB (Red+Green+Blue) = 178+0+96=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B20060 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20060 is #4DFF9F. Grayscale: #3F3F3F. Windows color (decimal): -5111712 or 6291634. OLE color: 6291634.

HSL color Cylindrical-coordinate representation of color #B20060: hue angle of 327.64º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B20060 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB178096-
CMYK010.460.30
HSL327.64º100%34.9%-
HSV(B)327.64º100%69.8%-
XYZ20.4710.3111.98-
YUV64.17145.97209.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 64.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 35.04%
R=64.96%
G=0%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178096010.460.30327.6410034.9
HexB20600642E1E1486423
Octal26201400144563651014443
Binary101100100110000001100100101110111101010010001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20060; }

 p { color: rgb(178,0,96); }

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

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

 a { background-color: rgb(178,0,96); }

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

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

 span { border-color: rgb(178,0,96); }

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