#B6106D

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

Shades of Jazzberry Jam #B6106D

Tints of Jazzberry Jam #B6106D

Color information

#B6106D (or 0xB6106D) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 10 and 6D. RGB value is (182,16,109). Sum of RGB (Red+Green+Blue) = 182+16+109=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B6106D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6106D is #49EF92. Grayscale: #4C4C4C. Windows color (decimal): -4845459 or 7147702. OLE color: 7147702.

HSL color Cylindrical-coordinate representation of color #B6106D: hue angle of 326.39º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B6106D is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB18216109-
CMYK00.910.400.29
HSL326.39º83.84%38.82%-
HSV(B)326.39º91.21%71.37%-
XYZ22.2411.4215.5-
YUV76.24146.5203.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.28%
GREEN value IS 16 (6.64% from 255) = 5.21%
BLUE value IS 109 (42.97% from 255) = 35.50%
R=59.28%
G=5.21%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821610900.910.400.29326.3983.8438.82
HexB6106D05B281D1465427
Octal266201550133503550612447
Binary1011011010000110110101011011101000111011010001101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6106D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6106D; }

 p { color: rgb(182,16,109); }

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

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

 a { background-color: rgb(182,16,109); }

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

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

 span { border-color: rgb(182,16,109); }

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