#B20C59

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

Shades of Jazzberry Jam #B20C59

Tints of Jazzberry Jam #B20C59

Color information

#B20C59 (or 0xB20C59) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 0C and 59. RGB value is (178,12,89). Sum of RGB (Red+Green+Blue) = 178+12+89=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20C59 is #4DF3A6. Grayscale: #464646. Windows color (decimal): -5108647 or 5835954. OLE color: 5835954.

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

Color convert

RGB1781289-
CMYK00.930.50.30
HSL332.17º87.37%37.25%-
HSV(B)332.17º93.26%69.8%-
XYZ20.2910.4510.4-
YUV70.41138.5204.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 63.80%
GREEN value IS 12 (5.08% from 255) = 4.30%
BLUE value IS 89 (35.16% from 255) = 31.90%
R=63.80%
G=4.30%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178128900.930.50.30332.1787.3737.25
HexB2C5905D321E14c5725
Octal262141310135623651412745
Binary101100101100101100101011101110010111101010011001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20C59; }

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

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

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

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

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

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

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

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