#B20555

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

Shades of Jazzberry Jam #B20555

Tints of Jazzberry Jam #B20555

Color information

#B20555 (or 0xB20555) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 05 and 55. RGB value is (178,5,85). Sum of RGB (Red+Green+Blue) = 178+5+85=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B20555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20555 is #4DFAAA. Grayscale: #414141. Windows color (decimal): -5110443 or 5572018. OLE color: 5572018.

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

Color convert

RGB178585-
CMYK00.970.520.30
HSL332.25º94.54%35.88%-
HSV(B)332.25º97.19%69.8%-
XYZ20.0510.239.51-
YUV65.85138.81208-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 66.42%
GREEN value IS 5 (2.34% from 255) = 1.87%
BLUE value IS 85 (33.59% from 255) = 31.72%
R=66.42%
G=1.87%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17858500.970.520.30332.2594.5435.88
HexB2555061341E14c5f24
Octal26251250141643651413744
Binary10110010101101010101100001110100111101010011001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20555; }

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

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

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

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

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

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

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

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