#B91E64

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

Shades of Jazzberry Jam #B91E64

Tints of Jazzberry Jam #B91E64

Color information

#B91E64 (or 0xB91E64) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 1E and 64. RGB value is (185,30,100). Sum of RGB (Red+Green+Blue) = 185+30+100=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B91E64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91E64 is #46E19B. Grayscale: #545454. Windows color (decimal): -4645276 or 6561465. OLE color: 6561465.

HSL color Cylindrical-coordinate representation of color #B91E64: hue angle of 332.9º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B91E64 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB18530100-
CMYK00.840.460.27
HSL332.9º72.09%42.16%-
HSV(B)332.9º83.78%72.55%-
XYZ22.7712.1613.2-
YUV84.32136.85199.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.73%
GREEN value IS 30 (12.11% from 255) = 9.52%
BLUE value IS 100 (39.45% from 255) = 31.75%
R=58.73%
G=9.52%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853010000.840.460.27332.972.0942.16
HexB91E640542E1B14d482a
Octal271361440124563351511052
Binary1011100111110110010001010100101110110111010011011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91E64; }

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

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

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

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

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

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

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

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