#B91064

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

Shades of Jazzberry Jam #B91064

Tints of Jazzberry Jam #B91064

Color information

#B91064 (or 0xB91064) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 10 and 64. RGB value is (185,16,100). Sum of RGB (Red+Green+Blue) = 185+16+100=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B91064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91064 is #46EF9B. Grayscale: #4B4B4B. Windows color (decimal): -4648860 or 6557881. OLE color: 6557881.

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

Color convert

RGB18516100-
CMYK00.910.460.27
HSL330.18º84.08%39.41%-
HSV(B)330.18º91.35%72.55%-
XYZ22.4911.613.11-
YUV76.11141.49205.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.46%
GREEN value IS 16 (6.64% from 255) = 5.32%
BLUE value IS 100 (39.45% from 255) = 33.22%
R=61.46%
G=5.32%
B=33.22%

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
Decimal1851610000.910.460.27330.1884.0839.41
HexB9106405B2E1B14a5427
Octal271201440133563351212447
Binary1011100110000110010001011011101110110111010010101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91064; }

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

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

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

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

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

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

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

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