#B91065

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

Shades of Jazzberry Jam #B91065

Tints of Jazzberry Jam #B91065

Color information

#B91065 (or 0xB91065) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 10 and 65. RGB value is (185,16,101). Sum of RGB (Red+Green+Blue) = 185+16+101=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B91065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91065 is #46EF9A. Grayscale: #4C4C4C. Windows color (decimal): -4648859 or 6623417. OLE color: 6623417.

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

Color convert

RGB18516101-
CMYK00.910.450.27
HSL329.82º84.08%39.41%-
HSV(B)329.82º91.35%72.55%-
XYZ22.5411.6213.37-
YUV76.22141.99205.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.26%
GREEN value IS 16 (6.64% from 255) = 5.30%
BLUE value IS 101 (39.84% from 255) = 33.44%
R=61.26%
G=5.30%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851610100.910.450.27329.8284.0839.41
HexB9106505B2D1B14a5427
Octal271201450133553351212447
Binary1011100110000110010101011011101101110111010010101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91065; }

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

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

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

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

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

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

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

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