#B91656

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

Shades of Jazzberry Jam #B91656

Tints of Jazzberry Jam #B91656

Color information

#B91656 (or 0xB91656) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 16 and 56. RGB value is (185,22,86). Sum of RGB (Red+Green+Blue) = 185+22+86=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B91656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91656 is #46E9A9. Grayscale: #4D4D4D. Windows color (decimal): -4647338 or 5641913. OLE color: 5641913.

HSL color Cylindrical-coordinate representation of color #B91656: hue angle of 336.44º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B91656 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB1852286-
CMYK00.880.540.27
HSL336.44º78.74%40.59%-
HSV(B)336.44º88.11%72.55%-
XYZ21.9711.569.88-
YUV78.03132.5204.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 63.14%
GREEN value IS 22 (8.98% from 255) = 7.51%
BLUE value IS 86 (33.98% from 255) = 29.35%
R=63.14%
G=7.51%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185228600.880.540.27336.4478.7440.59
HexB91656058361B1504f29
Octal271261260130663352011751
Binary1011100110110101011001011000110110110111010100001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91656; }

 p { color: rgb(185,22,86); }

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

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

 a { background-color: rgb(185,22,86); }

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

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

 span { border-color: rgb(185,22,86); }

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