#B21660

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

Shades of Jazzberry Jam #B21660

Tints of Jazzberry Jam #B21660

Color information

#B21660 (or 0xB21660) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 16 and 60. RGB value is (178,22,96). Sum of RGB (Red+Green+Blue) = 178+22+96=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B21660 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21660 is #4DE99F. Grayscale: #4C4C4C. Windows color (decimal): -5106080 or 6297266. OLE color: 6297266.

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

Color convert

RGB1782296-
CMYK00.880.460.30
HSL331.54º78%39.22%-
HSV(B)331.54º87.64%69.8%-
XYZ20.7610.8812.07-
YUV77.08138.68199.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.14%
GREEN value IS 22 (8.98% from 255) = 7.43%
BLUE value IS 96 (37.89% from 255) = 32.43%
R=60.14%
G=7.43%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178229600.880.460.30331.547839.22
HexB216600582E1E14c4e27
Octal262261400130563651411647
Binary1011001010110110000001011000101110111101010011001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21660; }

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

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

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

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

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

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

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

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