#B91063

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

Shades of Jazzberry Jam #B91063

Tints of Jazzberry Jam #B91063

Color information

#B91063 (or 0xB91063) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 10 and 63. RGB value is (185,16,99). Sum of RGB (Red+Green+Blue) = 185+16+99=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B91063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91063 is #46EF9C. Grayscale: #4B4B4B. Windows color (decimal): -4648861 or 6492345. OLE color: 6492345.

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

Color convert

RGB1851699-
CMYK00.910.460.27
HSL330.53º84.08%39.41%-
HSV(B)330.53º91.35%72.55%-
XYZ22.4511.5912.86-
YUV75.99140.99205.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.67%
GREEN value IS 16 (6.64% from 255) = 5.33%
BLUE value IS 99 (39.06% from 255) = 33%
R=61.67%
G=5.33%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185169900.910.460.27330.5384.0839.41
HexB9106305B2E1B14b5427
Octal271201430133563351312447
Binary1011100110000110001101011011101110110111010010111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91063; }

 p { color: rgb(185,16,99); }

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

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

 a { background-color: rgb(185,16,99); }

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

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

 span { border-color: rgb(185,16,99); }

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