#B91264

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

Shades of Jazzberry Jam #B91264

Tints of Jazzberry Jam #B91264

Color information

#B91264 (or 0xB91264) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 12 and 64. RGB value is (185,18,100). Sum of RGB (Red+Green+Blue) = 185+18+100=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B91264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91264 is #46ED9B. Grayscale: #4D4D4D. Windows color (decimal): -4648348 or 6558393. OLE color: 6558393.

HSL color Cylindrical-coordinate representation of color #B91264: hue angle of 330.54º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B91264 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB18518100-
CMYK00.900.460.27
HSL330.54º82.27%39.8%-
HSV(B)330.54º90.27%72.55%-
XYZ22.5211.6713.12-
YUV77.28140.83204.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.06%
GREEN value IS 18 (7.42% from 255) = 5.94%
BLUE value IS 100 (39.45% from 255) = 33.00%
R=61.06%
G=5.94%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851810000.900.460.27330.5482.2739.8
HexB9126405A2E1B14b5228
Octal271221440132563351312250
Binary1011100110010110010001011010101110110111010010111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91264; }

 p { color: rgb(185,18,100); }

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

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

 a { background-color: rgb(185,18,100); }

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

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

 span { border-color: rgb(185,18,100); }

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