#B20855

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

Shades of Jazzberry Jam #B20855

Tints of Jazzberry Jam #B20855

Color information

#B20855 (or 0xB20855) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 08 and 55. RGB value is (178,8,85). Sum of RGB (Red+Green+Blue) = 178+8+85=271 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.68% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 178 - color contains mainly: red. Hex color #B20855 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20855 is #4DF7AA. Grayscale: #434343. Windows color (decimal): -5109675 or 5572786. OLE color: 5572786.

HSL color Cylindrical-coordinate representation of color #B20855: hue angle of 332.82º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B20855 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB178885-
CMYK00.960.520.30
HSL332.82º91.4%36.47%-
HSV(B)332.82º95.51%69.8%-
XYZ20.0910.299.52-
YUV67.61137.82206.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 65.68%
GREEN value IS 8 (3.52% from 255) = 2.95%
BLUE value IS 85 (33.59% from 255) = 31.37%
R=65.68%
G=2.95%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17888500.960.520.30332.8291.436.47
HexB2855060341E14d5b24
Octal262101250140643651513344
Binary101100101000101010101100000110100111101010011011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20855; }

 p { color: rgb(178,8,85); }

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

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

 a { background-color: rgb(178,8,85); }

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

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

 span { border-color: rgb(178,8,85); }

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