#B6216A

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

Shades of Jazzberry Jam #B6216A

Tints of Jazzberry Jam #B6216A

Color information

#B6216A (or 0xB6216A) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 21 and 6A. RGB value is (182,33,106). Sum of RGB (Red+Green+Blue) = 182+33+106=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B6216A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6216A is #49DE95. Grayscale: #555555. Windows color (decimal): -4841110 or 6955446. OLE color: 6955446.

HSL color Cylindrical-coordinate representation of color #B6216A: hue angle of 330.6º 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 #B6216A is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB18233106-
CMYK00.820.420.29
HSL330.6º69.3%42.16%-
HSV(B)330.6º81.87%71.37%-
XYZ22.4412.0714.78-
YUV85.87139.36196.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.70%
GREEN value IS 33 (13.28% from 255) = 10.28%
BLUE value IS 106 (41.80% from 255) = 33.02%
R=56.70%
G=10.28%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823310600.820.420.29330.669.342.16
HexB6216A0522A1D14b452a
Octal266411520122523551310552
Binary10110110100001110101001010010101010111011010010111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6216A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6216A; }

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

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

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

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

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

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

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

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