#B6105D

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

Shades of Jazzberry Jam #B6105D

Tints of Jazzberry Jam #B6105D

Color information

#B6105D (or 0xB6105D) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 10 and 5D. RGB value is (182,16,93). Sum of RGB (Red+Green+Blue) = 182+16+93=291 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.54% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 182 - color contains mainly: red. Hex color #B6105D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6105D is #49EFA2. Grayscale: #4A4A4A. Windows color (decimal): -4845475 or 6099126. OLE color: 6099126.

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

Color convert

RGB1821693-
CMYK00.910.490.29
HSL332.17º83.84%38.82%-
HSV(B)332.17º91.21%71.37%-
XYZ21.4511.1111.37-
YUV74.41138.5204.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.54%
GREEN value IS 16 (6.64% from 255) = 5.50%
BLUE value IS 93 (36.72% from 255) = 31.96%
R=62.54%
G=5.50%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182169300.910.490.29332.1783.8438.82
HexB6105D05B311D14c5427
Octal266201350133613551412447
Binary1011011010000101110101011011110001111011010011001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6105D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6105D; }

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

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

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

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

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

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

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

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