#B91062

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

Shades of Jazzberry Jam #B91062

Tints of Jazzberry Jam #B91062

Color information

#B91062 (or 0xB91062) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 10 and 62. RGB value is (185,16,98). Sum of RGB (Red+Green+Blue) = 185+16+98=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B91062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91062 is #46EF9D. Grayscale: #4B4B4B. Windows color (decimal): -4648862 or 6426809. OLE color: 6426809.

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

Color convert

RGB1851698-
CMYK00.910.470.27
HSL330.89º84.08%39.41%-
HSV(B)330.89º91.35%72.55%-
XYZ22.411.5712.61-
YUV75.88140.49205.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.87%
GREEN value IS 16 (6.64% from 255) = 5.35%
BLUE value IS 98 (38.67% from 255) = 32.78%
R=61.87%
G=5.35%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185169800.910.470.27330.8984.0839.41
HexB9106205B2F1B14b5427
Octal271201420133573351312447
Binary1011100110000110001001011011101111110111010010111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91062; }

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

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

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

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

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

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

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

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