#B6216C

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

Shades of Jazzberry Jam #B6216C

Tints of Jazzberry Jam #B6216C

Color information

#B6216C (or 0xB6216C) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 21 and 6C. RGB value is (182,33,108). Sum of RGB (Red+Green+Blue) = 182+33+108=323 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.35% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 182 - color contains mainly: red. Hex color #B6216C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6216C is #49DE93. Grayscale: #555555. Windows color (decimal): -4841108 or 7086518. OLE color: 7086518.

HSL color Cylindrical-coordinate representation of color #B6216C: hue angle of 329.8º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B6216C is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB18233108-
CMYK00.820.410.29
HSL329.8º69.3%42.16%-
HSV(B)329.8º81.87%71.37%-
XYZ22.5412.1215.34-
YUV86.1140.36196.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.35%
GREEN value IS 33 (13.28% from 255) = 10.22%
BLUE value IS 108 (42.58% from 255) = 33.44%
R=56.35%
G=10.22%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823310800.820.410.29329.869.342.16
HexB6216C052291D14a452a
Octal266411540122513551210552
Binary10110110100001110110001010010101001111011010010101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6216C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6216C; }

 p { color: rgb(182,33,108); }

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

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

 a { background-color: rgb(182,33,108); }

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

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

 span { border-color: rgb(182,33,108); }

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