#B9196C

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

Shades of Jazzberry Jam #B9196C

Tints of Jazzberry Jam #B9196C

Color information

#B9196C (or 0xB9196C) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 19 and 6C. RGB value is (185,25,108). Sum of RGB (Red+Green+Blue) = 185+25+108=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B9196C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9196C is #46E693. Grayscale: #525252. Windows color (decimal): -4646548 or 7084473. OLE color: 7084473.

HSL color Cylindrical-coordinate representation of color #B9196C: hue angle of 328.88º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9196C is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB18525108-
CMYK00.860.420.27
HSL328.88º76.19%41.18%-
HSV(B)328.88º86.49%72.55%-
XYZ23.0612.0915.31-
YUV82.3142.51201.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.18%
GREEN value IS 25 (10.16% from 255) = 7.86%
BLUE value IS 108 (42.58% from 255) = 33.96%
R=58.18%
G=7.86%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852510800.860.420.27328.8876.1941.18
HexB9196C0562A1B1494c29
Octal271311540126523351111451
Binary1011100111001110110001010110101010110111010010011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9196C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9196C; }

 p { color: rgb(185,25,108); }

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

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

 a { background-color: rgb(185,25,108); }

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

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

 span { border-color: rgb(185,25,108); }

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