#B6116C

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

Shades of Jazzberry Jam #B6116C

Tints of Jazzberry Jam #B6116C

Color information

#B6116C (or 0xB6116C) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 11 and 6C. RGB value is (182,17,108). Sum of RGB (Red+Green+Blue) = 182+17+108=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B6116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6116C is #49EE93. Grayscale: #4C4C4C. Windows color (decimal): -4845204 or 7082422. OLE color: 7082422.

HSL color Cylindrical-coordinate representation of color #B6116C: hue angle of 326.91º degrees, saturation: 0.83, 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 #B6116C is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB18217108-
CMYK00.910.410.29
HSL326.91º82.91%39.02%-
HSV(B)326.91º90.66%71.37%-
XYZ22.211.4315.22-
YUV76.71145.66203.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.28%
GREEN value IS 17 (7.03% from 255) = 5.54%
BLUE value IS 108 (42.58% from 255) = 35.18%
R=59.28%
G=5.54%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821710800.910.410.29326.9182.9139.02
HexB6116C05B291D1475327
Octal266211540133513550712347
Binary1011011010001110110001011011101001111011010001111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6116C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6116C; }

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

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

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

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

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

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

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

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