#B80464

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

Shades of Jazzberry Jam #B80464

Tints of Jazzberry Jam #B80464

Color information

#B80464 (or 0xB80464) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 04 and 64. RGB value is (184,4,100). Sum of RGB (Red+Green+Blue) = 184+4+100=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B80464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80464 is #47FB9B. Grayscale: #444444. Windows color (decimal): -4717468 or 6554808. OLE color: 6554808.

HSL color Cylindrical-coordinate representation of color #B80464: hue angle of 328º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80464 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB1844100-
CMYK00.980.460.28
HSL328º95.74%36.86%-
HSV(B)328º97.83%72.16%-
XYZ22.1111.213.05-
YUV68.76145.63210.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 63.89%
GREEN value IS 4 (1.95% from 255) = 1.39%
BLUE value IS 100 (39.45% from 255) = 34.72%
R=63.89%
G=1.39%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184410000.980.460.2832895.7436.86
HexB84640622E1C1486025
Octal27041440142563451014045
Binary10111000100110010001100010101110111001010010001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80464; }

 p { color: rgb(184,4,100); }

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

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

 a { background-color: rgb(184,4,100); }

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

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

 span { border-color: rgb(184,4,100); }

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