#B1096C

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

Shades of Jazzberry Jam #B1096C

Tints of Jazzberry Jam #B1096C

Color information

#B1096C (or 0xB1096C) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 09 and 6C. RGB value is (177,9,108). Sum of RGB (Red+Green+Blue) = 177+9+108=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B1096C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1096C is #4EF693. Grayscale: #464646. Windows color (decimal): -5174932 or 7080369. OLE color: 7080369.

HSL color Cylindrical-coordinate representation of color #B1096C: hue angle of 324.64º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B1096C is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB1779108-
CMYK00.950.390.31
HSL324.64º90.32%36.47%-
HSV(B)324.64º94.92%69.41%-
XYZ20.9410.6315.13-
YUV70.52149.16203.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.20%
GREEN value IS 9 (3.91% from 255) = 3.06%
BLUE value IS 108 (42.58% from 255) = 36.73%
R=60.20%
G=3.06%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177910800.950.390.31324.6490.3236.47
HexB196C05F271F1455a24
Octal261111540137473750513244
Binary101100011001110110001011111100111111111010001011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1096C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1096C; }

 p { color: rgb(177,9,108); }

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

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

 a { background-color: rgb(177,9,108); }

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

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

 span { border-color: rgb(177,9,108); }

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