#B22061

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

Shades of Jazzberry Jam #B22061

Tints of Jazzberry Jam #B22061

Color information

#B22061 (or 0xB22061) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 20 and 61. RGB value is (178,32,97). Sum of RGB (Red+Green+Blue) = 178+32+97=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B22061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22061 is #4DDF9E. Grayscale: #525252. Windows color (decimal): -5103519 or 6365362. OLE color: 6365362.

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

Color convert

RGB1783297-
CMYK00.820.460.30
HSL333.29º69.52%41.18%-
HSV(B)333.29º82.02%69.8%-
XYZ21.0311.3612.39-
YUV83.06135.87195.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.98%
GREEN value IS 32 (12.89% from 255) = 10.42%
BLUE value IS 97 (38.28% from 255) = 31.60%
R=57.98%
G=10.42%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178329700.820.460.30333.2969.5241.18
HexB220610522E1E14d4629
Octal262401410122563651510651
Binary10110010100000110000101010010101110111101010011011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22061; }

 p { color: rgb(178,32,97); }

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

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

 a { background-color: rgb(178,32,97); }

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

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

 span { border-color: rgb(178,32,97); }

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